summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mensa-tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-12-02 22:23:44 +0000
committerKarl Berry <karl@freefriends.org>2017-12-02 22:23:44 +0000
commit31bbcfea9622f19250d2bb8934b83895f607c3b2 (patch)
tree58c502bc813bb5a6863c67bc56a1b4619b1466ee /Master/texmf-dist/doc/latex/mensa-tex
parent4728c17a3c50ab61da95e43b4c63a01c41a18c7c (diff)
mensa-tex (2dec17)
git-svn-id: svn://tug.org/texlive/trunk@45968 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mensa-tex')
-rw-r--r--Master/texmf-dist/doc/latex/mensa-tex/mensa-tex-doc.pdfbin67735 -> 67732 bytes
-rw-r--r--Master/texmf-dist/doc/latex/mensa-tex/mensa-tex-doc.tex14
2 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/mensa-tex/mensa-tex-doc.pdf b/Master/texmf-dist/doc/latex/mensa-tex/mensa-tex-doc.pdf
index f843ff1961e..f932cf74fd0 100644
--- a/Master/texmf-dist/doc/latex/mensa-tex/mensa-tex-doc.pdf
+++ b/Master/texmf-dist/doc/latex/mensa-tex/mensa-tex-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/mensa-tex/mensa-tex-doc.tex b/Master/texmf-dist/doc/latex/mensa-tex/mensa-tex-doc.tex
index 3edd579cf23..3e8be635400 100644
--- a/Master/texmf-dist/doc/latex/mensa-tex/mensa-tex-doc.tex
+++ b/Master/texmf-dist/doc/latex/mensa-tex/mensa-tex-doc.tex
@@ -1,4 +1,4 @@
-%% This is file 'mensa-tex-doc.tex', Version 2017-09-23
+%% This is file 'mensa-tex-doc.tex', Version 2017-12-02
%% Copyright 2017 Sebastian Friedl <sfr682k@t-online.de>
%%
%% This work may be distributed and/or modified under the conditions of the LaTeX Project
@@ -58,7 +58,7 @@
\title{The \texttt{mensa-tex} class \\ {\large\url{https://github.com/SFr682k/mensa-tex}}}
\author{Sebastian Friedl \\ \href{mailto:sfr682k@t-online.de}{\ttfamily sfr682k@t-online.de}}
-\date{2017/09/23}
+\date{2017/12/02}
\hypersetup{pdftitle={The mensa-tex class},pdfauthor={Sebastian Friedl}}
@@ -159,7 +159,7 @@
\medskip
\DescribeMacro{\setimage}
Add an image to your diet plans using this command. \\
- Note that you \textit{have} to declare the image by using the \verb|\includegraphics| inside \verb|\setimage| (e.~g.~\verb|\setimage{\includegraphics[width=\linewidth]{path/to/picture}}|). \\
+ Note that you \textit{have} to declare the image by using \verb|\includegraphics| inside \verb|\setimage| (e.~g.~\verb|\setimage{\includegraphics[width=8cm]{path/to/picture}}|). \\
The space available for the image depends on the used layout (see table \ref{tab:image-sizes}).
\begin{table}[b]\centering\sffamily\small\renewcommand{\arraystretch}{1.25}
@@ -191,7 +191,7 @@
\item Menu I
\item Menu II
\item Dessert
- \item Lunch
+ \item Dinner
\end{enumerate}
\end{multicols}
@@ -202,7 +202,7 @@
Menu I: \> Fish and chips \\
Menu II: \> Crispy fried chicken \\
Dessert: \> Chocolate fudge \\
- Lunch: \> DIY hamburgers
+ Dinner: \> DIY hamburgers
\end{tabbing}
\end{multicols}
you have to write \\
@@ -212,7 +212,7 @@
\verb| {DIY hamburgers}|
\smallskip
- It is possible to insert the command listed above without line breaks, however, doing so will result in the source being less human--readable.
+ It is possible to insert the command listed above without line breaks, however, doing so will result in the source being less human-readable.
\smallskip
Due to the menu being implemented in a \texttt{tabular} environment, you have to use \verb|\linebreak| instead of \,\verb|\\|\, to produce additional lines. \\
@@ -467,7 +467,7 @@
\verb|\renewcommand{\dowshortdate}[1]{%| \\\nopagebreak[4]
\verb| \wdayname{#1}% Insert the weekday| \\\nopagebreak[4]
\verb| ,~% Weekday/day seperator (~ = space)| \\\nopagebreak[4]
- \verb| \shortdate{#1}% Use the short day template| \\\nopagebreak[4]
+ \verb| \shortdate{#1}% Use the short date template| \\\nopagebreak[4]
\verb|}| \pagebreak[0]
\bigskip