Skip to content

cnord/doc-security-center

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiling user manual

To PDF

Simple command to compile English manual

pandoc *.md -o manual.pdf

Extended command to compile Russian manual

pandoc --template template/template.latex -V lang=russian *.md -o manual.pdf

To HTML

Plain HTML file

pandoc *.md -o manual.html

Styled HTML file with pandoc.css

pandoc --include-in-header template/pandoc.css *.md -o manual.html

Tools

  • Pandoc -- converting documents form Markdown to PDF, HTML, Word, etc.

  • Markdown Syntax -- Markdown is intended to be as easy-to-read and easy-to-write as is feasible.

  • MultiMarkdown -- MultiMarkdown is a superset of the Markdown syntax, originally created by John Gruber. It adds multiple syntax features (tables, footnotes, and citations, to name a few).

  • Типограф -- автоматический типограф текстов.

Tips

If Pandoc installed to MacOS with BasicTeX you can add additional package to compile texts with cyrrilic symbols using following command

sudo tlmgr install cm-lgc cmcyr cyrillic cyrillic-bin cyrplain eskd eskdx lh lhcyr ruhyphen t2 expl3 
kastrup xpackages realscripts makecmds

Список пакетов TeXLive и их назначение.

Полезные ссылки:

About

Документация на «Центр охраны»

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published