kopie minulého náboje + nové úlohy

This commit is contained in:
2019-05-06 18:59:19 +02:00
parent 7e6192a9e0
commit bc0274024f
89 changed files with 8086 additions and 2 deletions

28
naboj/vysledky.tex Normal file
View File

@ -0,0 +1,28 @@
\expandafter\ifx\csname classoptions\endcsname\relax
\def\classoptions{fyziklani2}
\fi
\documentclass[fykos,\classoptions]{fksgeneric}
\usepackage[fyziklani2]{fkslegacyloader}
\input{common.tex}
\makeatletter
\newcommand\problemresult{%
\stepcounter{problem}%
% sloupec s výsledky zarovnán na levý "okraj"
% pomni, že šířka závisí na vypisovaném textu
%\makebox[20mm][l]{\textbf{Úloha \octnumber{problem}}} \input{./problems/problem_\problemname{\theproblem}.tex}\par
\makebox[20mm][l]{\textbf{Úloha \octnumber{problem}}}%
\@LoadProblem{}{\theproblem}{\@probhumanresult}\par
\smallskip
}
\makeatother
\begin{document}
\setcounter{problem}{0}
\loop{
\noindent\problemresult
}\ifnum\theproblem<\theproblemscount
\repeat
\makefooter
\end{document}