From a3dc8dfc9e3cd23708004e5ed533a2f4321be76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@mail.muni.cz> Date: Sat, 3 Jun 2017 09:36:12 +0200 Subject: [PATCH] Figure sourcing in examples is now restricted to mu/econ. --- example/mu/example.dtx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/example/mu/example.dtx b/example/mu/example.dtx index 40dd936..63b76a5 100644 --- a/example/mu/example.dtx +++ b/example/mu/example.dtx @@ -570,7 +570,9 @@ proofs. %% at 4 Ă— 4 cm should be 1000 Ă— 1000 px large or larger. \includegraphics[width=4cm]{fithesis/logo/mu/fithesis-base.pdf} \end{center} +%<*econ> \emph{Source: <<Image Source>>} +%</econ> \caption{The logo of the Masaryk University at 40\,mm} \label{fig:mulogo1} \end{figure} @@ -585,7 +587,9 @@ proofs. \includegraphics[width=\textwidth]{fithesis/logo/mu/fithesis-base.pdf} \end{minipage} \end{center} +%<*econ> \emph{Source: <<Image Source>>} +%</econ> \caption{The logo of the Masaryk University at $\frac23$ and $\frac13$ of text width} \label{fig:mulogo2} @@ -605,7 +609,9 @@ proofs. morning. \\ \bottomrule \end{tabularx} +%<*econ> \vskip\abovecaptionskip\emph{Source: <<Table Source>>} +%</econ> \caption{A weather forecast} \label{tab:weather} \end{table} -- GitLab