From: Martin Mares Date: Wed, 17 Jul 2019 11:26:32 +0000 (+0200) Subject: en/example.tex už dávno nebyl aktuální X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ff203523c63c7fb26265157fa07a4c9bff327e57;p=diplomky.git en/example.tex už dávno nebyl aktuální --- diff --git a/en/example.tex b/en/example.tex deleted file mode 100644 index d0c33e6..0000000 --- a/en/example.tex +++ /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}