]> mj.ucw.cz Git - diplomky.git/commitdiff
en/example.tex už dávno nebyl aktuální
authorMartin Mares <mj@ucw.cz>
Wed, 17 Jul 2019 11:26:32 +0000 (13:26 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 17 Jul 2019 11:26:32 +0000 (13:26 +0200)
en/example.tex [deleted file]

diff --git a/en/example.tex b/en/example.tex
deleted file mode 100644 (file)
index d0c33e6..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-%%% Ukázka použití některých konstrukcí LaTeXu
-
-\subsection{Ukázka \LaTeX{}u}
-\label{ssec:ukazka}
-
-This short subsection serves as an~example of basic \LaTeX{} constructs,
-which can be useful for writing a~thesis.
-
-Let us start with lists:
-
-\begin{itemize}
-\item The logo of Matfyz is displayed in figure~\ref{fig:mff}.
-\item This is subsection~\ref{ssec:ukazka}.
-\item Citing literature~\cite{lamport94}.
-\end{itemize}
-
-Different kinds of dashes:
-red-black (short),
-pages 16--22 (middle),
-$45-44$ (minus),
-and this is --- as you could have expected --- a~sentence-level dash,
-which is the longest.
-(Note that we have follwed \verb|a| by a~tilde instead of a~space
-to avoid line breaks at that place.)
-
-\newtheorem{theorem}{Theorem}
-\newtheorem*{define}{Definition}       % Definice nečíslujeme, proto "*"
-
-\begin{define}
-A~{\sl Tree} is a connected graph with no cycles.
-\end{define}
-
-\begin{theorem}
-This theorem is false.
-\end{theorem}
-
-\begin{proof}
-False theorems do not have proofs.
-\end{proof}
-
-\begin{figure}
-       \centering
-       \includegraphics[width=30mm]{../img/logo.eps}
-       \caption{Logo of MFF UK}
-       \label{fig:mff}
-\end{figure}