1
1

Szablon dla UZ i do LaTeXa

This commit is contained in:
2025-12-18 09:28:57 +01:00
parent 0a898fec55
commit f4df21bb98
28 changed files with 4064 additions and 2 deletions
+23
View File
@@ -0,0 +1,23 @@
$if(has-frontmatter)$
\frontmatter
$endif$
$if(title)$
$if(abstract)$
\begin{abstract}
$abstract$\\
\\
\textit{ \textbf{ Słowa kluczowe: }}$keywords$
\end{abstract}
\newpage
\begin{abstracteng}
$abstracteng$\\
\\
\textit{ \textbf{ Keywords: }}$keywordseng$
\end{abstracteng}
$endif$
$if(beamer)$
\frame{\titlepage}
$else$
\maketitle
$endif$
$endif$