diff options
author | Karl Berry <karl@freefriends.org> | 2021-08-09 21:04:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-08-09 21:04:13 +0000 |
commit | a1a06b86b5daaacb07a1b112b3aac41185c22087 (patch) | |
tree | 43360f265d7b0d71949a1d6a3783a2855aee4ed9 /Master/texmf-dist/doc/latex/projlib/README.md | |
parent | d120ccc2b596c9c395d79efced328fed42d20c39 (diff) |
projlib (9aug21)
git-svn-id: svn://tug.org/texlive/trunk@60203 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/projlib/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/projlib/README.md | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/projlib/README.md b/Master/texmf-dist/doc/latex/projlib/README.md index 28d8e8de040..b6b8a3eae47 100644 --- a/Master/texmf-dist/doc/latex/projlib/README.md +++ b/Master/texmf-dist/doc/latex/projlib/README.md @@ -2,8 +2,8 @@ # ProjLib Toolkit -> **ProjLib** can be interpreted as "***Proj**ect **Lib**rary*" (in English), or "***Proj**et **Lib**re*" (in French). -> Personally, I prefer later one. +> **ProjLib** can be interpreted as "***Proj**ect **Lib**rary*" (in English), or as "***Proj**et **Lib**re*" (in French). +> Personally, I prefer the later one. ## Introduction @@ -60,6 +60,12 @@ You can get the `.tex` source files of the documentation by compiling `ProjLib-d latex ProjLib-doc.ins ``` +## How to compile the documentation +It is recommended to use `latexmk` with option `-xelatex`: +``` +latexmk -xelatex ProjLib-doc-**.tex +``` + ## An example ```latex \documentclass{amsart} @@ -88,7 +94,7 @@ latex ProjLib-doc.ins \keywords{...} \begin{abstract} - Ceci est un résumé. \dnf<Plus de contenu est nécessaire.> + Ceci est un résumé. \dnf<Some hint> \end{abstract} \maketitle |