diff options
author | Karl Berry <karl@freefriends.org> | 2017-12-02 22:23:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-12-02 22:23:44 +0000 |
commit | 31bbcfea9622f19250d2bb8934b83895f607c3b2 (patch) | |
tree | 58c502bc813bb5a6863c67bc56a1b4619b1466ee | |
parent | 4728c17a3c50ab61da95e43b4c63a01c41a18c7c (diff) |
mensa-tex (2dec17)
git-svn-id: svn://tug.org/texlive/trunk@45968 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/mensa-tex/mensa-tex-doc.pdf | bin | 67735 -> 67732 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/mensa-tex/mensa-tex-doc.tex | 14 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/mensa-tex/mensa-tex.cls | 6 |
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 Binary files differindex 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 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} |