Index - Contents - Home

Using LaTeX with Scid

Latex is an attractive and comprehensive documentation system - used by Scid for previewing player and opening reports and exporting games - but it is tough to install and use.

Installation

Scid vs. PC uses Texlive and Xskak for LaTeX output. Typical linux packages may include:

Generating PDF

Latex will generally need to be converted to PDF. Scid's Latex preview function will do this, but for manually converting to pdf, try the xelatex or pdflatex commands

The older method for doing this is

Viewing

To use the Latex preview options for the Opening and Player Reports, it is recommend to have a pdf viewer available in your environment/system. Compatible viewers are

More generally, on Linux the tex output generated by Scid is first converted into pdf format using "pdflatex -interaction=nonstopmode" , and then opened by the viewer (default evince).

Both the renderer and viewer are configurable in Options-> Exporting-> Latex

OS X Notes

Ileano writes