summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist')
-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
-rw-r--r--Master/texmf-dist/tex/latex/mensa-tex/mensa-tex.cls6
3 files changed, 10 insertions, 10 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
diff --git a/Master/texmf-dist/tex/latex/mensa-tex/mensa-tex.cls b/Master/texmf-dist/tex/latex/mensa-tex/mensa-tex.cls
index 21bb6dd8561..4ef8428fa5c 100644
--- a/Master/texmf-dist/tex/latex/mensa-tex/mensa-tex.cls
+++ b/Master/texmf-dist/tex/latex/mensa-tex/mensa-tex.cls
@@ -1,4 +1,4 @@
-%% This is file 'mensa-tex.cls', Version 2017-09-23
+%% This is file 'mensa-tex.cls', 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
@@ -25,13 +25,13 @@
-\ProvidesClass{mensa-tex}[2017/09/23 mensa-tex - a class for typesetting simple school cafeteria menus]
+\ProvidesClass{mensa-tex}[2017/12/02 mensa-tex - a class for typesetting simple school cafeteria menus]
% Requires LaTeX2e
\NeedsTeXFormat{LaTeX2e}
-% Basic class: article instead of KOMA-Skript classes (-> less dependencies :D)
+% Base class: article instead of KOMA-Skript classes (-> less dependencies :D)
\LoadClass[12pt]{article}