| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/docutils/writers/xetex/__pycache__/ |
Upload File : |
�
�,b� � � � d Z dZddlmZ ddlmZ G d� dej � � Z G d� dej � � Z G d � d
ej � � Z dS )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.
�reStructuredText� )�frontend)�latex2ec � � e Zd ZdZdZ dZdZdZdZ e j
ej j
ddez d ged
d�fdd
gdeif�� � Z
d� ZdS )�Writerz9A writer for Unicode-aware LaTeX variants (XeTeX, LuaTeX))�latex�tex�xetex�xelatex�luatex�lualatexzxelatex.texz�% Linux Libertine (free, wide coverage, not only for Linux)
\setmainfont{Linux Libertine O}
\setsansfont{Linux Biolinum O}
\setmonofont[HyphenChar=None,Scale=MatchLowercase]{DejaVu Sans Mono}zxetex writer)�writersz
latex writerszlatex2e writer�
font_encodingzTemplate file. Default: "%s".z
--templatez<file>)�default�metavarzUCustomization by LaTeX code in the preamble. Default: select "Linux Libertine" fonts.z--latex-preambler )�template�latex_preamblec � � t j � | � � | j � ddi� � t
| _ d S )N�fontencoding� )r r �__init__�settings_defaults�update�XeLaTeXTranslator�translator_class)�selfs �A/usr/lib/python3/dist-packages/docutils/writers/xetex/__init__.pyr zWriter.__init__>