Some actions listed below should require some administration grant on you PC/Windows. If you do not have such grant contact your administrator.
Install or check if the following prerequires are available:
-
A [LaTeX] distribution (e.g. MikeTeX, see https://miktex.org/howto/install-miktex)
- Also recommended: LuaLateX, BibLatex (with biber), glossaries packages
-
[Pandoc] for converting the Markdown to the output format of your choice (see https://pandoc.org/installing.html).
-
Also recommended: Pandoc-citeproc, Pandoc-crossref, .
-
To do so it will be convenient to install Haskell Stack, and perform (e.g. from command line)
stack.exe install pandoc-citeproc stack.exe install pandoc-crossref
-
-
PP : A generic Preprocessor (with [Pandoc] in mind).
- [PP] allows to preprocess the markdown sources, enabling macros (or commands) in the “modified” markdown sources.
- Installation:
- Download and extract https://cdsoft.fr/pp/pp-win.7z (Windows precompiled binaries)
- Run
make
(ormake install
) in thepp/
folder