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

46
naboj/korektury.tex Normal file
View File

@ -0,0 +1,46 @@
\expandafter\ifx\csname classoptions\endcsname\relax
\def\classoptions{fyziklani2}
\fi
\documentclass[fykos,\classoptions]{fksgeneric}
\usepackage[fyziklani2]{fkslegacyloader}
\usepackage{changepage}
\input{common.tex}
\pagestyle{empty}
\geometry{ignoreheadfoot,
a4paper,
hmargin=0.7cm,
tmargin=1.0cm,
bmargin=1.0cm}
\newcommand\problemtaskbox{%
\noindent\makebox[\linewidth]{\rule{\paperwidth}{0.5pt}}
\vspace{-2mm}\par% !!MAGIC!!
\noindent\begin{minipage}[t][67mm]{\textwidth}
\centerline{\textbf{Tým XXX} {\footnotesize
(0)}}
\problemtask\par
\end{minipage}
\noindent\makebox[\linewidth]{\rule{\paperwidth}{0.5pt}}
}
\begin{document}
\makeatletter
\setcounter{problem}{0}
\loop{
\problemtaskbox
\vskip2mm
\begin{adjustwidth}{0mm}{62mm}
\noindent\makebox[20mm][l]{\textbf{Úloha \octnumber{problem}}}
\@LoadProblem{}{\theproblem}{\@probhumanresult}\par
\end{adjustwidth}
\noindent\makebox[\linewidth]{\rule{\paperwidth}{0.5pt}}
\addtocounter{problem}{-1}
\begin{adjustwidth}{0mm}{62mm}
\problemsolution
\end{adjustwidth}
\clearpage
}\ifnum\theproblem<\theproblemscount
\repeat
\makeatother
\end{document}