diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-14 21:55:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-14 21:55:04 +0000 |
commit | 21060d422b62cbbd56d5c489a79ea824bcd6e4df (patch) | |
tree | d55ce56abd78a5ae7a0c84ef34fd0a2ec5ea81b4 /Master/texmf-dist/doc/latex/nwejm/examples | |
parent | 6b756d21397d3b697fc51d31cc87747be1ad76e5 (diff) |
nwejm (14apr16)
git-svn-id: svn://tug.org/texlive/trunk@40526 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/nwejm/examples')
14 files changed, 494 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/dutch.pdf b/Master/texmf-dist/doc/latex/nwejm/examples/dutch.pdf Binary files differnew file mode 100644 index 00000000000..186b7a0e9c3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/nwejm/examples/dutch.pdf diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/dutch.tex b/Master/texmf-dist/doc/latex/nwejm/examples/dutch.tex new file mode 100644 index 00000000000..3f968aa9b7c --- /dev/null +++ b/Master/texmf-dist/doc/latex/nwejm/examples/dutch.tex @@ -0,0 +1,36 @@ +\documentclass[dutch]{nwejmart} +\usepackage{lipsum} +\addbibresource{biblatex-examples.bib} +\input{sample} +% +\begin{document} +\title{Artikel Titel (dutch)} +\author[affiliation={Affiliation 8}]{Last8, First8} +\author[affiliation={Affiliation 9}]{Last9, First9} +\author[affiliation={Affiliation 10}]{Last10, First10} +\author[affiliation={Affiliation 11}]{Last11, First11} +\author[affiliation={Affiliation 12}]{Last12, First12} +\author[affiliation={Affiliation 13}]{Last13, First13} +\author[affiliation={Affiliation 14}]{Last14, First14} +\author[affiliation={Affiliation 15}]{Last15, First15} +\author[affiliation={Affiliation 16}]{Last16, First16} +\author[affiliation={Affiliation 17}]{Last17, First17} +\author[affiliation={Affiliation 18}]{Last18, First18} +\author[affiliation={Affiliation 19}]{Last19, First19} +\author[affiliation={Affiliation 20}]{Last20, First20} +% +\sample{% + \begin{enumerate} + \item It\footnote{Foo bar.} is well known\autocite{gonzalez} + that... Moreover, it is well known\autocite{iliad} that... + \item \textcite{gonzalez} have proved... Moreover, \textcite{iliad} + have proved... + \end{enumerate} + \lipsum[1-5] +} +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "issue" +%%% End: diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/english.pdf b/Master/texmf-dist/doc/latex/nwejm/examples/english.pdf Binary files differnew file mode 100644 index 00000000000..5c113aadbb5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/nwejm/examples/english.pdf diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/english.tex b/Master/texmf-dist/doc/latex/nwejm/examples/english.tex new file mode 100644 index 00000000000..d2c6dcb4677 --- /dev/null +++ b/Master/texmf-dist/doc/latex/nwejm/examples/english.tex @@ -0,0 +1,24 @@ +\documentclass[english]{nwejmart} +\usepackage{lipsum} +\addbibresource{biblatex-examples.bib} +\input{sample} +% +\begin{document} +\title{Article's Title (english)} +\author[affiliation={Affiliation 5}]{Last5, First5} +\author[affiliation={Affiliation 6}]{Last6, First6} +% +\sample{% + \begin{enumerate} + \item It\footnote{Foo bar.} is well known\autocite{cotton} + that... Moreover, it is well known\autocite{coleridge} that... + \item \textcite{cotton} have proved... Moreover, \textcite{coleridge} + have proved... + \end{enumerate} +} +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "issue" +%%% End: diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/example.pdf b/Master/texmf-dist/doc/latex/nwejm/examples/example.pdf Binary files differnew file mode 100644 index 00000000000..bfb81674483 --- /dev/null +++ b/Master/texmf-dist/doc/latex/nwejm/examples/example.pdf diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/example.tex b/Master/texmf-dist/doc/latex/nwejm/examples/example.tex new file mode 100644 index 00000000000..a9fb4e6a766 --- /dev/null +++ b/Master/texmf-dist/doc/latex/nwejm/examples/example.tex @@ -0,0 +1,187 @@ +% This is an example of the usage of the `nwejmart' class dedicated to articles +% submitted to the North-Western European Journal of Mathematics. +% +% The language of the article is by default English. Should it be French, German +% or Dutch instead, it would be specified as \documentclass' option. +\documentclass[ +% french % If the language of the article will be French +% german % If the language of the article will be German +% dutch % If the language of the article will be Dutch +]{nwejmart} +% +% The following package should not be used for a real article! ;) +\usepackage{lipsum} +% +% Replace below `biblatex-examples.bib' by your own bibtex file, preferrably at +% `biblatex' format (don't forget the `.bib' extension below). This will require +% an extra `biber' compilation. See `glossaries' package's documentation for +% more details. +\addbibresource{biblatex-examples.bib} +% +% Should acronyms be used in the article, define them thanks to \newacronym +% command from `glossaries' package as follows: +% - 1st argument: ⟨label⟩ of the acronym (also called key), +% - 2nd argument: ⟨short form⟩ of the acronym (lowercase!), +% - 3rd argument: ⟨long form⟩ of the acronym, +% and use them with \gls{⟨label⟩} (or, if needed, with \acrshort{⟨label⟩}). +% See `glossaries' package's documentation for more details. +\newacronym{nwejm}{nwejm}{North-Western European Journal of Mathematics} +% +\begin{document} +% +% Title of the article. A short form (that will be displayed in the headers and +% in the volume's TOC) may be specified as optional argument. +\title{Article's Title} +% +% Subtitle of the article, if any. A short form may be specified as optional +% argument. +% \subtitle{Article's Subtitle} +% +% Author(s) of the article: +% - one \author command per author, +% - mandatory argument entered as `⟨Last Name⟩, ⟨First Name⟩'. +% Use the key-value `affiliation={⟨affiliation⟩}' optional argument to specify +% one or more affiliations. An affiliation can be tagged +% (`affiliation=[⟨tag⟩]{⟨affiliation⟩}') and reused later +% (affiliationtagged={⟨tag⟩}). +\author[affiliation={Affiliation 1}]{Last1, First1} +\author[affiliation=[aff2]{Affiliation 2}]{Last2, First2} +\author[affiliation={Affiliation 3},affiliation={Affiliation 3 bis}]{Last3, First3} +\author[affiliation={Affiliation 4},affiliationtagged={aff2}]{Last4, First4} +% +% The abstract is entered as usually. +\begin{abstract} + \lipsum[1] +\end{abstract} +% +% The keywords are entered thanks to \keywords command, as a comma separated list. +\keywords{foo,bar,baz} +% +% The Mathematical Subject Classification (MSC) are entered thanks to \msc +% command,as a comma separated list. +\msc{11B13,11B30,11P70} +% +\maketitle +% +% Acknowledgments, if any, are entered thanks to \acknowledgments command (and +% will be displayed just before the bibliography, thanks to the +% \printbibliography command). +\acknowledgments{Thanks to mum, daddy and all my buddies.} +% +% Unnumbered sections, if needed, are entered as usually with the starred +% version of the \section command. Note that: +% - their titles will automatically be displayed in the headers (and in the +% volume's TOC), +% - no need to use the starred versions of the subsequent \subsection commands +% (if any) +\section*{Introduction} +% +\subsection{Citations tests} +% +% Use mainly the \autocite command (from `biblatex' package) to cite +% references. Depending on the context, \textcite command (among others) may be +% used. See `biblatex' package's documentation for more details. +\begin{enumerate} +\item It\footnote{Foo bar.} is well known\autocite{baez/article} + that... Moreover, it is well known\autocite{companion} that... +\item \textcite{baez/article} have proved... Moreover, \textcite{companion} + have proved... +\end{enumerate} +% +\subsection{Cross-references tests} +% +% The cross-references are entered thanks to the \vref command (from `varioref' +% package) and the `cleveref' features. Note that: +% - the name of the object referenced is automatically added, +% - the page of the object referenced is automatically added (if not on the +% same page). +Cf. \vref{thm:bolzano-weierstrass} \& \vref{rmk:euler} \& +\vref{eq:euler} \& \vref{sec:first-numbered}. +% +\subsection{Acronyms tests} +% +% As said above, use \gls{⟨label⟩} to display the acronym labelled ⟨label⟩. Note +% that, automatically: +% - the first occurrence of this command displays the /complete/ form of the +% acronym (long form followed by the short one in parentheses), +% - the subsequent occurrences of this command display only the short form of the +% acronym, +% - if an occurrence should be displayed as the short form of an acronym, +% regardless it is the first one or not, the command \acrshort{⟨label⟩} is to +% be used. +\begin{enumerate} +\item The present article is published in the \gls{nwejm}. +\item Moreover, the present article is published in the \gls{nwejm}. +\end{enumerate} +% +\subsection{Miscellaneaous} +% +% Use: +% - the \century command to display centuries, even negative ones, +% - the \aside command for interpolated clauses, +% - the \ie command for "that is", +% - the \acrlong when need to display (only) the long form of an acronym. +\begin{itemize} +\item It has been proved in the \century{19} \aside{more than 100 years ago} + that... +\item This has been conceptualized in the \century{-3} \aside*{more than 2000 + years ago}. +\item \acrshort{nwejm} \ie{} \acrlong*{nwejm}. +\item \acrshort{nwejm} \ie*{} \acrlong*{nwejm}. +\end{itemize} +% +\subsection{Theorems tests} +% +% The theorems and the like are entered as usually. Note that, should one of +% them be unnumbered, the environment used would be starred. +\begin{theorem}[Bolzano–Weierstrass]\label{thm:bolzano-weierstrass} + A subset of $\bbR^n$ ($n\in\bbN^*$) is sequentially compact if and only if it is + closed and bounded. +\end{theorem} +\begin{proof}[not that easy!] + ... +\end{proof} +\begin{definition} + In Cartesian space $\bbR^n$ with the $p$-norm $L_p$, an open ball is the set + \[ + B(r)=\set{x\in \bbR^n}[\sum _{i=1}^n\left|x_i\right|^p<r^p] + \] +\end{definition} +\begin{remark}[Euler's identity]\label{rmk:euler} + One of the most beautiful mathematical equation: + \begin{equation*} + \E[\I\pi]+1=0 + \end{equation*} +\end{remark} +\begin{lemma*}[Zorn] + Suppose a partially ordered set $P$ has the property that every chain has an + upper bound in $P$. Then the set $P$ contains at least one maximal element. +\end{lemma*} +% +\lipsum[2-6] +% +\begin{equation}\label{eq:euler} + \E[\I\pi]+1=0 +\end{equation} +% +\lipsum[8-15] +% +\section{First (numbered) section}\label{sec:first-numbered} +\lipsum[2] +\subsection{First subsection} +\lipsum[3-8] +\subsection{Second subsection} +\lipsum[9-15] +\section{Second (numbered) section} +\lipsum[16-38] +% +% The \printbibliography command (from `biblatex' package) displays the list of +% references (preceded by the acknowledgments, if any). +\printbibliography +% +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/french.pdf b/Master/texmf-dist/doc/latex/nwejm/examples/french.pdf Binary files differnew file mode 100644 index 00000000000..c5155c48b7d --- /dev/null +++ b/Master/texmf-dist/doc/latex/nwejm/examples/french.pdf diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/french.tex b/Master/texmf-dist/doc/latex/nwejm/examples/french.tex new file mode 100644 index 00000000000..59da9672dc9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/nwejm/examples/french.tex @@ -0,0 +1,28 @@ +\documentclass[french]{nwejmart} +\usepackage{lipsum} +\addbibresource{biblatex-examples.bib} +\input{sample} +% +\begin{document} +\nocite{*} +% +\title{Titre de l'article (french)} +\author[affiliation={Affiliation 1}]{Last1, First1} +\author[affiliation=[aff2]{Affiliation 2}]{Last2, First2} +\author[affiliation={Affiliation 3},affiliation={Affiliation 3 bis}]{Last3, First3} +\author[affiliation={Affiliation 4},affiliationtagged={aff2}]{Last4, First4} +% +\sample{% + \begin{enumerate} + \item It\footnote{Foo bar.} is well known\autocite{baez/article} + that... Moreover, it is well known\autocite{companion} that... + \item \textcite{baez/article} have proved... Moreover, \textcite{companion} + have proved... + \end{enumerate} +} +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "issue" +%%% End: diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/german.pdf b/Master/texmf-dist/doc/latex/nwejm/examples/german.pdf Binary files differnew file mode 100644 index 00000000000..fae586a8cb8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/nwejm/examples/german.pdf diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/german.tex b/Master/texmf-dist/doc/latex/nwejm/examples/german.tex new file mode 100644 index 00000000000..2b81f4eaafd --- /dev/null +++ b/Master/texmf-dist/doc/latex/nwejm/examples/german.tex @@ -0,0 +1,23 @@ +\documentclass[german]{nwejmart} +\usepackage{lipsum} +\addbibresource{biblatex-examples.bib} +\input{sample} +% +\begin{document} +\title{Beitragstitel (german)} +\author[affiliation={Affiliation 7},affiliation={Affiliation 7 bis}]{Last7, First7} +% +\sample{% + \begin{enumerate} + \item It\footnote{Foo bar.} is well known\autocite{gerhardt} + that... Moreover, it is well known\autocite{hammond} that... + \item \textcite{gerhardt} have proved... Moreover, \textcite{hammond} + have proved... + \end{enumerate} +} +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "issue" +%%% End: diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/issue.pdf b/Master/texmf-dist/doc/latex/nwejm/examples/issue.pdf Binary files differnew file mode 100644 index 00000000000..e28b086208c --- /dev/null +++ b/Master/texmf-dist/doc/latex/nwejm/examples/issue.pdf diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/issue.tex b/Master/texmf-dist/doc/latex/nwejm/examples/issue.tex new file mode 100644 index 00000000000..2b23aeb2a51 --- /dev/null +++ b/Master/texmf-dist/doc/latex/nwejm/examples/issue.tex @@ -0,0 +1,23 @@ +\documentclass{nwejm} +\usepackage{lipsum} +\issuesetup{number=1} +\geometry{% + % verbose% + % ,showframe% +} +% +\addbibresource{biblatex-examples.bib} +% +\input{sample} +% +\begin{document} +\inputarticle[french]{french} +\inputarticle{english} +\inputarticle[german]{german} +\inputarticle[dutch]{dutch} +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/sample.tex b/Master/texmf-dist/doc/latex/nwejm/examples/sample.tex new file mode 100644 index 00000000000..9fb33aee135 --- /dev/null +++ b/Master/texmf-dist/doc/latex/nwejm/examples/sample.tex @@ -0,0 +1,101 @@ +\providecommand{\eulersidentity}{% + \begin{equation*} + \E[\I\pi]+1=0 + \end{equation*} +} +\providecommand{\sample}[1]{% + % + \newacronym{nwejm-\languagename}{nwejm}{North-Western European Journal of Mathematics} + % + \begin{abstract} + \lipsum[1] + \end{abstract} + % + \keywords{foo,bar,baz} + % + \msc{11B13,11B30,11P70} + % + \acknowledgments{Thanks to mum, daddy and all my buddies.} + % + \maketitle + % + \section*{Introduction} + % + \subsection{Citations tests} + #1 + % + \subsection{Cross-references tests} + Cf. \vref{thm:bolzano-weierstrass-\languagename,rmk:euler-\languagename} \& + \vref{eq:euler-\languagename} \& \vref{sec:first-numbered-\languagename}. + % + \subsection{Miscellaneaous} + \begin{itemize} + \item It has been proved in the \century{19} \aside{more than 100 years ago} + that... + \item This has been conceptualized in the \century{-3} \aside*{more than 2000 + years ago}. + \item \acrshort{nwejm-\languagename} \ie{} \acrlong*{nwejm-\languagename}. + \item \acrshort{nwejm-\languagename} \ie*{} \acrlong*{nwejm-\languagename}. + \end{itemize} + % + \subsection{Acronyms tests} + \begin{enumerate} + \item The present article is published in the \gls{nwejm-\languagename}. + \item Moreover, the present article is published in the \gls{nwejm-\languagename}. + \end{enumerate} + % + \subsection{Theorems tests} + \begin{theorem}[Bolzano–Weierstrass]\label{thm:bolzano-weierstrass-\languagename} + A subset of $\bbR^n$ ($n\in\bbN^*$) is sequentially compact if and only if it is + closed and bounded. + \end{theorem} + \begin{proof}[not that easy!] + ... + \end{proof} + \begin{definition} + In Cartesian space $\bbR^n$ with the $p$-norm $L_p$, an open ball is the set + \[ + B(r)=\set{x\in \bbR^n}[\sum _{i=1}^n\left|x_i\right|^p<r^p] + \] + \end{definition} + \begin{remark}[Euler's identity]\label{rmk:euler-\languagename} + One of the most beautiful mathematical equation: + \begin{equation} + \E[\I\pi]+1=0 + \end{equation} + \end{remark} + \begin{lemma*}[Zorn] + Suppose a partially ordered set $P$ has the property that every chain has an + upper bound in $P$. Then the set $P$ contains at least one maximal element. + \end{lemma*} + \begin{axiom}\label{my-axiom-\languagename} + The following assertions are considered as true. + \begin{assertions} + \item\label{rare-expensive-\languagename} Anything that is scarce also is + expensive. + \item\label{cheap-horse-\languagename} A cheap horse is scarce. + \end{assertions} + \end{axiom} + According to \vref{rare-expensive-\languagename,cheap-horse-\languagename} + from \vref{my-axiom-\languagename}, a cheap horse is expensive. + % + \subsection{Dummy text and nice equation} + % + \lipsum[2-6] + % + \begin{equation}\label{eq:euler-\languagename} + \E[\I\pi]+1=0 + \end{equation} + % + \lipsum[8-15] + % + \section{First (numbered) section}\label{sec:first-numbered-\languagename} + \lipsum[2] + \subsection{First subsection} + \lipsum[3-8] + \subsection{Second subsection} + \lipsum[9-15] + \section{Second (numbered) section} + \lipsum[16-38] + \printbibliography +} diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/template.tex b/Master/texmf-dist/doc/latex/nwejm/examples/template.tex new file mode 100644 index 00000000000..9050da57a53 --- /dev/null +++ b/Master/texmf-dist/doc/latex/nwejm/examples/template.tex @@ -0,0 +1,72 @@ +% This is a template that may be used for the articles submitted to the +% North-Western European Journal of Mathematics. +% +% The language of the article is by default English. Should it be French, German +% or Dutch instead, it would be specified as \documentclass' option. +\documentclass[ +% french % If the language of the article will be French +% german % If the language of the article will be German +% dutch % If the language of the article will be Dutch +]{nwejmart} +% +% Specify your own bibtex file, preferrably at `biblatex' format (don't forget +% the `.bib' extension below) in the argument of the \addbibresource command. +\addbibresource{} +% +% Should acronyms be used in the article, define them thanks to \newacronym +% command from `glossaries' package as follows: +% - 1st argument: ⟨label⟩ of the acronym (also called key), +% - 2nd argument: ⟨short form⟩ of the acronym (lowercase!), +% - 3rd argument: ⟨long form⟩ of the acronym, +% and use them with \gls{⟨label⟩} (or, if needed, with \acrshort{⟨label⟩}). +% See `glossaries' package's documentation for more details. +% \newacronym{}{}{} +% +\begin{document} +% +% Title of the article. A short form (that will be displayed in the headers and +% in the volume's TOC) may be specified as optional argument. +\title{} +% +% Subtitle of the article, if any. A short form may be specified as optional +% argument. +% \subtitle{} +% +% Author(s) of the article: +% - one \author command per author, +% - mandatory argument entered as `⟨Last Name⟩, ⟨First Name⟩'. +% Use the key-value `affiliation={⟨affiliation⟩}' optional argument for each +% affiliation of the author. An affiliation can be tagged +% (`affiliation=[⟨tag⟩]{⟨affiliation⟩}') and reused later +% (affiliationtagged={⟨tag⟩}). +\author[affiliation={}]{, } +% \author[affiliation={}]{, } +% +% The abstract is entered as usually. +\begin{abstract} + ... +\end{abstract} +% +% The keywords are entered thanks to \keywords command, as a comma separated list. +\keywords{} +% +% The Mathematical Subject Classification (MSC) are entered thanks to \msc +% command,as a comma separated list. +\msc{} +% +% The title is made as usually. +\maketitle +% +% Acknowledgments, if any, are entered thanks to \acknowledgments command (and +% will be displayed just before the bibliography, thanks to the +% \printbibliography command). +% \acknowledgments{} +% +% Here comes the article's content. +... +% +% The \printbibliography command (from `biblatex' package) displays the list of +% references (preceded by the acknowledgments, if any) +\printbibliography +% +\end{document} |