Add Polish language
This commit is contained in:
parent
90ecb8bf64
commit
d3770d5520
|
@ -216,7 +216,7 @@ class PdfFile(FromTeX):
|
|||
|
||||
def run_pdflatex(self):
|
||||
args = [
|
||||
'pdflatex',
|
||||
'xelatex',
|
||||
'-jobname', self.output_file.stem,
|
||||
'-output-directory', self.output_file.parent,
|
||||
'-shell-escape'
|
||||
|
|
|
@ -12,13 +12,21 @@
|
|||
Título: \hfill \@title\\
|
||||
Autor: \hfill \@author\\
|
||||
Data da Ficha: \hfill \@date\\
|
||||
\rule{\textwidth}{0.4pt}
|
||||
}
|
||||
{
|
||||
\IfLanguageName{polish}
|
||||
{
|
||||
\noindent\large
|
||||
Tytuł: \hfill \@title\\
|
||||
Autor: \hfill \@author\\
|
||||
Data Reportu: \hfill \@date\\
|
||||
}
|
||||
{
|
||||
\noindent\large
|
||||
Title: \hfill \@title\\
|
||||
Author: \hfill \@author\\
|
||||
Report Date: \hfill \@date\\
|
||||
}
|
||||
}
|
||||
\rule{\textwidth}{0.4pt}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue