1
1

uzupełnienie repo o różne pomoce

This commit is contained in:
2026-04-21 20:58:36 +02:00
parent c3266e4854
commit d72216df26
37 changed files with 4755 additions and 159 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$