xelatex-template/examples/docx/test.tex

45 lines
1.7 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass{article}
\usepackage[no-math]{fontspec}
\usepackage[warnings-off={mathtools-colon,mathtools-overbracket}]{unicode-math}
\defaultfontfeatures{Scale=MatchLowercase,Mapping=tex-text}
\defaultfontfeatures[\rmfamily]{Scale=1}
\setsansfont[Mapping=tex-text]{Arial}
\setromanfont[Mapping=tex-text]{XITS}
\setmainfont[Ligatures=TeX]{Times New Roman}
\newfontfamily\cyrillicfont{Times New Roman}[Script=Cyrillic]
\setmonofont[Scale=0.8,Mapping=tex-text]{Pragmata Pro Mono}
\newfontfamily\listingsfont{Pragmata Pro Mono Bold}
\newfontfamily\listingsfontinline{Pragmata Pro Mono Bold}
\DeclareSymbolFont{letters}{\encodingdefault}{\rmdefault}{m}{it}
\usepackage{textcase}
\usepackage{xltxtra}
\usepackage{xunicode}
\usepackage{polyglossia}
\usepackage{xecyr}
\setmainlanguage{russian}
\let\cyr\relax
\setotherlanguage{english}
\setkeys{russian}{babelshorthands=true,indentfirst=true}
\usepackage[
unicode=true,
bookmarks=true,
bookmarksnumbered=false,
bookmarksopen=false,
colorlinks=true, % ссылки отображаются цветным текстом
linkcolor={Maroon}, % цвет ссылок типа ref, eqref и подобных
filecolor={Maroon}, %
citecolor={Blue}, % цвет ссылок-цитат
urlcolor={Blue}, % цвет гиперссылок
linktocpage=true, % ссылки с номера страницы в оглавлении, списке таблиц и списке рисунков
pdfborder={0 0 0},
pdfborderstyle={},
pdfpagelabels=false, % set PDF page labels (true|false)
pdflang={ru}
]{hyperref}
\usepackage{booktabs}
\begin{document}
\input{|"pandoc -i test1.docx -t latex -o -"}
\end{document}