dbcb / asciidocToGo

Portable version of asciidoc including plugins (dot, latex, code highlighting)
Other
11 stars 1 forks source link

[SOLVED] Enable national (e.g. cyrillic) symbols support #2

Open shpshp opened 9 years ago

shpshp commented 9 years ago

Edit AsciidocToGo\sw\dblatex\dblatex.bat . It's new contents should be as follows: python.exe %ADTG_PYTHON_PATH%\Scripts\dblatex -b xetex %1 %2 %3 %4 %5 %6 %7 %8 %9 To use national document structure naming (contents etc.), put ":lang: ru" in your document. Compile the document. Some additional dependencies will be installed (from online or other source) during the compilation process. Also a better default font will be set.

dbcb commented 9 years ago

Thanks for that info. I will review this in one of the next releases.