From e82bd2c2b4d0a1556234e33bdfeafc43ff21d9ec Mon Sep 17 00:00:00 2001 From: mbkma Date: Fri, 12 Mar 2021 11:24:53 +0100 Subject: update help --- help/C/synctex-compile.page | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 help/C/synctex-compile.page (limited to 'help/C/synctex-compile.page') diff --git a/help/C/synctex-compile.page b/help/C/synctex-compile.page new file mode 100644 index 00000000..ed431c29 --- /dev/null +++ b/help/C/synctex-compile.page @@ -0,0 +1,34 @@ + + + + + How to compile your TeX document with SyncTeX + + + Tiffany Antopolski + tiffany@antopolski.com + + +

Creative Commons Share Alike 3.0

+
+
+ +Compile TeX with SyncTeX +

+Adding the line \synctex=1 in the preamble of your TeX file will trigger synchronization with SyncTeX. +

+ +\documentclass{article} +\synctex=1 +\usepackage{fullpage} +\begin{document} +... +\end{document} + +

+ Alternatively, you can run the pdflatex command with the -synctex=1 option: +

+pdflatex -synctex=1 yourFile.tex +
-- cgit v1.2.1