File: //lib/python3.6/site-packages/docutils/writers/xetex/__pycache__/__init__.cpython-36.pyc
3
�2�e. � @ s� d Z dZddlZddlZddlZddlZddlmZmZmZm Z m
Z
ddlmZ G dd� dej
�Z
G dd � d ej�ZG d
d� dej�ZdS )z�
XeLaTeX document tree Writer.
A variant of Docutils' standard 'latex2e' writer producing LaTeX output
suited for processing with the Unicode-aware TeX engines
LuaTeX and XeTeX.
ZreStructuredText� N)�frontend�nodes�utils�writers� languages)�latex2ec @ sn e Zd ZdZdZdZdjd d
ddg�Zd
ZdZ e
jej
jdde dgedd�fddgdeifd�Zdd� ZdS )�Writerz9A writer for Unicode-aware LaTeX variants (XeTeX, LuaTeX)�lxtex�xetex�xelatex�luatex�lualatexzxelatex.tex�
z;% Linux Libertine (free, wide coverage, not only for Linux)z\setmainfont{Linux Libertine O}z\setsansfont{Linux Biolinum O}zD\setmonofont[HyphenChar=None,Scale=MatchLowercase]{DejaVu Sans Mono}zxetex writerr �latex2e writerZ
font_encodingzTemplate file. Default: "%s".z
--templatez<file>)�default�metavarzUCustomization by LaTeX code in the preamble. Default: select "Linux Libertine" fonts.z--latex-preambler )�templateZlatex_preamblec C s&