diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-27 01:11:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-27 01:11:09 +0000 |
commit | 27641243bb80c512247076301649db517d4eb35d (patch) | |
tree | 7e31dfac17c36b820f975aba90ca849b33d5bb46 /Master/texmf-dist/doc/latex/hrlatex/sample.fsbispit.tex | |
parent | 2a02b4779d0acc1e6bfd719c6c19e12940617bec (diff) |
hrlatex update (25apr10)
git-svn-id: svn://tug.org/texlive/trunk@18020 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hrlatex/sample.fsbispit.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hrlatex/sample.fsbispit.tex | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hrlatex/sample.fsbispit.tex b/Master/texmf-dist/doc/latex/hrlatex/sample.fsbispit.tex new file mode 100644 index 00000000000..64650963302 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hrlatex/sample.fsbispit.tex @@ -0,0 +1,83 @@ +\documentclass[12pt]{fsbispit} +% CP1250 + + + +\let\ispitFooter\empty +\newenvironment{obavijest}[1][konj]{}{} + +\usepackage{tgtermes} + +\begin{document} + + + + +\title{Probni ispit} +\begin{ispit}{2010-04-09} + +\begin{zadatak}%[10 bodova] +Riješi nešto +Lorem Ipsum is simply dummy text of the printing and typesetting industry. \\ +Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type +% + \begin{align*} + \oint_\Gamma z^2-\overline{z}\ \ dz + \end{align*} + +Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type +% + +% \begin{rjesenje} +% Ja? +% % \end{rjesenje} + +\end{zadatak} + +\begin{zadatak}[5 bodova] + \begin{enumerate}[a)] + \item Prvo pitanje + \item Drugo pitanje + \end{enumerate} + +\end{zadatak} + + + +\begin{zzadatak}[20 bodova] + Riješi još nešto +Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. +\rjesenje{Kratko rje\v{s}enje} +\end{zzadatak} + + +\begin{zadatak}[30 bodova] +Riješi nešto +Lorem Ipsum is simply dummy text of the printing and typesetting industry. \\ +Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type +% + \begin{align*} + \oint_\Gamma z^2-\overline{z}\ \ dz + \end{align*} + +Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type +% +\end{zadatak} + + + + + +\end{ispit} +\begin{obavijest} +{\small \dotfill } + +\vfill \vfill +% #1 + Rezultati ispita su sljedeći radni dan u 13:00 sati. +\end{obavijest} + +\newpage +\printRjesenja + +\end{document} |