Showing posts with label texlipse. Show all posts
Showing posts with label texlipse. Show all posts

Thursday, 9 January 2014

TeXlipse pdf viewer syncing

On Windows, SumatraPDF works well with TeXlipse pdf viewer syncing. On a 64-bit Windows 7, we need 64-bit SumatraPDF for the inverse search to work. The following website gives details on how to configure both TeXlipse and SumatraPDF:
http://joerglenhard.wordpress.com/2011/12/29/texlipse-and-sumatrapdf/

For the pdflatex.exe setting, the following works:
-synctex=1 -interaction=nonstopmode --src-specials %input
-synctex=1 means zipping the synctex file. The synctex file enables synchronization between the source file and the pdf output file.

Thursday, 3 May 2012

Enable Spell Check in TeXlipse


  • Find the dictionary for the language of your choice. You can use Aspell to create the dictionary:
    aspell --encoding=UTF-8 --lang=<lang> dump master > <lang>.dict
    
    where lang is the language code. Some common language codes are:
    • English: en
    • German: de
    • French: fr
    • Spanish: es
    • Finnish: fi
  • Set the Latex Project Properties under project properties
    • Set the two-letter language code
Sources: