[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

This is an old revision of the document!


Table of Contents

Central TeXLive distributions

If you are using TeXLive on your linux workstations you may use texlive-full portable installed in:

/opt/texlive

There are folders for several years backward up to the latest distribution.

In order to use the shared TeX binaries from the command line, you may want to add the following line to your .bashrc:

export PATH=/opt/texlive/2018/bin/x86_64-linux/:$PATH

Texstudio

You may use this config file for setting up texstudio to use version from 2018.

Tips and Tricks for LaTeX

počítání slov (a dalších věcí)

texcount soubor.tex

texcount -inc soubor.tex … započítá správně slova i v souborech vložených v hlavním souboru pomocí \include

Podrobnosti v dokumentaci: texdoc texcount

Fonts


Some PBML and SCTL-specific issues can be found at these links.

pdf-a verification of theses

All theses submitted at the Charles University must be in the pdf-a format,
following a specific set of requirements defined by a university profile.
`/lnet/ms/projects/verapdf/checkpdf` in the ufal internal network is a wrapper for the verapdf tool which you can use to check whether your thesis fulfills these requirements. New university profiles appear regularly at
https://cuni.cz/UK-7987.html , so don't rely on the default.


[ Back to the navigation ] [ Back to the content ]