General ⇒ Texniccenter PDF viewer
Texniccenter PDF viewer
I´m a new member here and I really need help.
I have TExniccenter and it always worked until I reset my laptop. I can´t have a PDF shown. I tried all settings with Adobe and Sumatra but always got an error and I tried too with Texstudio and Texmaker.
I have Adobe Reader DC 2020.013
Kind regards
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Texniccenter PDF viewer
As someone in the German groups asked: How about using another LaTeX editor or even compiling from the console? And if the LaTeX run is successful, why not simply opening the PDF via double click in the windows explorer? You can also open the PDF from within a PDF viewer. Or if the LaTeX run fails, is there a log file, that you can show? If not, can you please try a minimal LaTeX document like:
Code: Select all
\documentclass{article}
\begin{document}
Test
\end{document}

