Skip to content

Commit

Permalink
changed \junioreditor, changed abstract in template.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
helmut2 committed Jul 26, 2017
1 parent 7dcdd39 commit 4ed6828
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 8 deletions.
Empty file modified LICENSE 100755 → 100644
Empty file.
Empty file modified README.md 100755 → 100644
Empty file.
15 changes: 15 additions & 0 deletions RELEASE-NOTES.txt
@@ -1,6 +1,21 @@
RELEASE-NOTES.txt of https://github.com/MFOberwolfach/SNAPSHOTS
===============================================================

release v2.1.1
==============

feature
-------
* two or more junior editors are handled better now
as explained in template.tex.

documentation
-------------
* optional argument of \begin{abstract}
template.tex has been changed, such that the sample text is
unlikely to make it into the final document.


release v2.1.0
==============

Expand Down
29 changes: 24 additions & 5 deletions snapshotmfo.cls 100755 → 100644
Expand Up @@ -510,8 +510,14 @@
{% female and plural
\renewcaptionname{german,ngerman}{\snapshot@l@junioreditor}{Editorinnen}
}%
{% female and singular
\renewcaptionname{german,ngerman}{\snapshot@l@junioreditor}{Editorin}
{%
\IfSubStr{#2}{, }
{% female and plural
\renewcaptionname{german,ngerman}{\snapshot@l@junioreditor}{Editorinnen}
}%
{% female and singular
\renewcaptionname{german,ngerman}{\snapshot@l@junioreditor}{Editorin}
}%
}%
}%
{% not female
Expand All @@ -521,20 +527,33 @@
{% male and plural
\renewcaptionname{german,ngerman}{\snapshot@l@junioreditor}{Editoren}
}%
{% male and singular
\renewcaptionname{german,ngerman}{\snapshot@l@junioreditor}{Editor}
{%
\IfSubStr{#2}{, }
{% male and plural
\renewcaptionname{german,ngerman}{\snapshot@l@junioreditor}{Editoren}
}%
{% male and singular
\renewcaptionname{german,ngerman}{\snapshot@l@junioreditor}{Editor}
}%
}%
}%
{% not male
\IfSubStr{#2}{ und }
{% general and plural
\renewcaptionname{german,ngerman}{\snapshot@l@junioreditor}{Editor(inn)en}
}%
{% general and singular
{%
\IfSubStr{#2}{, }
{% general and plural
\renewcaptionname{german,ngerman}{\snapshot@l@junioreditor}{Editor(inn)en}
}%
{% general and singular
}%
}%
}%
}%
\IfSubStr{#2}{ and }{\renewcaptionname{english,USenglish,UKenglish}{\snapshot@l@junioreditor}{Junior Editors}}{}%
\IfSubStr{#2}{, }{\renewcaptionname{english,USenglish,UKenglish}{\snapshot@l@junioreditor}{Junior Editors}}{}%
\gdef\snapshot@junioreditor{#2}%
\gdef\snapshot@junioreditoremail{\mailtoref{#3}}%
}%
Expand Down
Binary file modified template.pdf
Binary file not shown.
11 changes: 8 additions & 3 deletions template.tex 100755 → 100644
Expand Up @@ -35,7 +35,8 @@
\junioreditor{will be filled out by the editors}{junior-editors@mfo.de}
\senioreditor[f]{Carla Cederbaum}{senior-editor@mfo.de}
\director[m]{Gerhard Huisken}
% \junioreditor{First Editor and Second Editor}{junior-editors@mfo.de} "and" will yield the plural "Editors" (Similar for the word "und" in german snapshots).
% Joining the names of two or more editors by " and ", " und " or ", " like in
% \junioreditor{First Editor and Second Editor}{junior-editors@mfo.de} yields the plural in the caption.
% With german snapshots the optional argument f for female and m for male of \junioreditor,
% \senioreditor and \director, resp., will make the caption gender-specific, e.g.
% \junioreditor[f]{Anne Schuster}{schuster@example.org} will yield "Editorin ..." instead of "Editor/in ..." and
Expand Down Expand Up @@ -171,9 +172,13 @@
\begin{document}

%%% Please insert your abstract here.
\begin{abstract}[Plain text abstract used as PDF meta data (optional)]
This is your abstract. It should give a brief overview of your snapshot. If possible, please do not use formulas in your abstract. Otherwise, please suggest an additional plain text abstract in square brackets, that can be used in the PDF's metadata field. Please do not use more than 500 symbols.
\begin{abstract}
This is your abstract. It should give a brief overview of your snapshot. If possible, please do not use formulas in your abstract. Please do not use more than 500 symbols.
\end{abstract}
%%% In case of hyperref warnings like "Token not allowed in a PDF string", please use the following variant of \begin{abstract} instead:
%\begin{abstract}[This is a plain text equivalent of your abstract used for the PDF meta data. It should give a brief overview of your snapshot. Please do not use more than 500 symbols.]
%This is your abstract containing some special characters or latex control sequences. It should give a brief overview of your snapshot. Please do not use more than 500 symbols.
%\end{abstract}

%%% Please insert the main body of your snapshot here.
\section[Optional plain text substitute for PDF bookmark]{A heading}
Expand Down
Empty file modified testsuite/programs/copy-aux-files.bash 100644 → 100755
Empty file.
Empty file modified testsuite/programs/copy-aux-files.cmd 100644 → 100755
Empty file.
Empty file modified testsuite/programs/full-test-core.bash 100644 → 100755
Empty file.
Empty file modified testsuite/programs/full-test.bash 100644 → 100755
Empty file.
Empty file modified testsuite/programs/full-test.cmd 100644 → 100755
Empty file.

0 comments on commit 4ed6828

Please sign in to comment.