OthersNotepad++ , SumatraPDF and DDE tool

Information and discussion about other LaTeX editors not listed above
Post Reply
avtokod
Posts: 1
Joined: Sun Nov 11, 2012 6:24 am

Notepad++ , SumatraPDF and DDE tool

Post by avtokod »

Hi all,

TeXLive and MikTex have support SyncTeX. The option is activated with the -synctex switch at the command-line as follows:

Code: Select all

pdflatex -synctex=-1 mybook.tex
Here is small command-line tool I wrote for these tool-chains.

http://code.google.com/p/command-line-v ... de-client/

Now with all these synchronization features you can compile tex-source and move Notepad++ <--> SumatraPDF forward and reverse, just like in TeXLive.

Here is a short documentation to help you configure other editors for synchronization with SumatraPDF.

http://william.famille-blum.org/blog/st ... 010-000413

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply