summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ijsra
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-06-10 21:33:48 +0000
committerKarl Berry <karl@freefriends.org>2017-06-10 21:33:48 +0000
commitd8d28aa3d46f4ab90e745b504027ee820bea0bc2 (patch)
tree848de563791b83341ef47bdbc05cd21db92589f4 /Master/texmf-dist/doc/latex/ijsra
parentc083335b46757ec9b33f5c7f30a2d5363b8aab7b (diff)
ijsra (10jun17)
git-svn-id: svn://tug.org/texlive/trunk@44551 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ijsra')
-rw-r--r--Master/texmf-dist/doc/latex/ijsra/README.md4
-rw-r--r--Master/texmf-dist/doc/latex/ijsra/ijsra.pdfbin393116 -> 383673 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ijsra/ijsra.tex27
3 files changed, 14 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/ijsra/README.md b/Master/texmf-dist/doc/latex/ijsra/README.md
index 221853db944..3bf5ae70afb 100644
--- a/Master/texmf-dist/doc/latex/ijsra/README.md
+++ b/Master/texmf-dist/doc/latex/ijsra/README.md
@@ -1,9 +1,9 @@
document class __ijsra__
=======
-_2016/09/18 v0.4_
+_2017/06/09 v1.0_
-Copyright (c) 2016 Lukas C. Bossert
+Copyright (c) 2017 Lukas C. Bossert
Email: [lukas@digitales-altertum.de](mailto:lukas@digitales-altertum.de)
diff --git a/Master/texmf-dist/doc/latex/ijsra/ijsra.pdf b/Master/texmf-dist/doc/latex/ijsra/ijsra.pdf
index c585ddf6a2f..3fd9a7ac19b 100644
--- a/Master/texmf-dist/doc/latex/ijsra/ijsra.pdf
+++ b/Master/texmf-dist/doc/latex/ijsra/ijsra.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/ijsra/ijsra.tex b/Master/texmf-dist/doc/latex/ijsra/ijsra.tex
index e0b17075678..8cd123376b5 100644
--- a/Master/texmf-dist/doc/latex/ijsra/ijsra.tex
+++ b/Master/texmf-dist/doc/latex/ijsra/ijsra.tex
@@ -8,16 +8,17 @@
%--------Author’s names------------
\def\authorone{Lukas C. Bossert}
%-------Biographical information-------------
-\def\bioone{The coding of this documentclass is done at \href{https://github.com/LukasCBossert/documentclass-ijsra}{https://github.com/LukasCBossert/documentclass-ijsra} }
+\def\bioone{The coding of this documentclass is done at \href{https://github.com/LukasCBossert/documentclass-ijsra}{https://github.com/LukasCBossert/documentclass-ijsra}
+\alertwarning{Please know that this documentation may be deprecated since all developments are written down it the wiki of the journal’s repository: \url{https://github.com/LukasCBossert/ijsra/wiki}.}}
%-------Title-------------
-\def\shorttitle{The \texttt{ijsra}-class, Version \IJSRAversion\ -- \IJSRAversiondate}
-\def\maintitle{\shorttitle}
+\def\maintitle{The \texttt{ijsra}-class, Version \IJSRAversion\ -- \IJSRAversiondate}
+\def\shorttitle{\maintitle}
\def\abstract{This is a documentation of the class \texttt{ijsra} which is used for the
\emph{International Journal of Student Research in Archaeology}.
Read this documentation carefully.
When you start editing do it according to the structure shown in \cref{document}.}
%------University/Institution--------------
-\def\affilone{Humboldt-Universität zu Berlin | Excellence-Cluster Topoi}
+\def\affilone{digitales-altertum|de}
%--------Email------------
\def\cmail{lukas@digitales-altertum.de}
%\def\keywordname{}
@@ -63,7 +64,6 @@
\end{filecontents}
-\begin{document}
\lstMakeShortInline[style=code]|
\IJSRAopening
@@ -202,7 +202,7 @@ At the very end you have to insert
\IJSRAclosing
\end{lstlisting}
-\clearpage
+
Following there is a minimal template how the plain document should look like when you begin to edit and there is only one author.
\begin{lstlisting}[label=document,caption={Plain document}]
\documentclass{ijsra}
@@ -260,6 +260,8 @@ Be aware to insert the code \emph{after} the first word of the paragraph under t
\begin{lstlisting}[label=section,caption={Section}]
This\IJSRAsection{New Paragraph} is a new paragraph under the section with the title ›New Paragraph‹.
\end{lstlisting}
+There is also the possibility to do a \IJSRAsubsection{subsections} |\IJSRAsubsection{<<subsection name>>}|. It will be displayed as a |\IJSRAsection{<<section name>>}| but in the pdf-bookmarks there is a differentiation.
+
\alertwarning{This code may conflict with wrapfigures since the section title and the wrapfigure use the margin space.
In that case you have to move the wrapfigure further up or further down.}
@@ -294,8 +296,7 @@ For that we edited a special form a separation mark.
You can use it with |\IJSRAseparator|.
\IJSRAseparator
There \IJSRAsection{figures}are two ways to insert a figure into the text.
-\begin{enumerate}
-\item by using the plain enviroment |figure|
+First by using the plain enviroment |figure|
\begin{lstlisting}[label=figure,caption={figure}]
\begin{figure}
@@ -306,7 +307,7 @@ There \IJSRAsection{figures}are two ways to insert a figure into the text.
\end{figure}
\end{lstlisting}
-\item by using the enhanced enviroment |wrapfigure|
+Second by using the enhanced enviroment |wrapfigure|
\begin{lstlisting}[label=wrapfigure,caption={wrapfigure}]
\begin{wrapfigure}{O}{0.5\textwidth}
@@ -317,7 +318,6 @@ There \IJSRAsection{figures}are two ways to insert a figure into the text.
\label{fig:NAME_OF_THE_FIGURE_WITHOUT_SUFFIX}
\end{wrapfigure}
\end{lstlisting}
-\end{enumerate}
Since you (hopefully) place the figures into the folder named |figures| there is no need to tell the path, the figure name is sufficient.
\IJSRAseparator
When suitable \IJSRAsection{caption}we try to insert figures as a |wrapefigure| into the text.
@@ -415,9 +415,6 @@ please have a look at the documentation of \texttt{biblatex-ijsra}.\footnote{\ci
\IJSRAclosing
-\clearpage
-You find the code using to write this documentation below.
-
-
+%\clearpage
+%You find the code using to write this documentation below.
%\lstinputlisting[language={[AlLaTeX]{TeX}}]{\jobname.tex}
-\end{document} \ No newline at end of file