texlive[44551] Master/texmf-dist: ijsra (10jun17)

commits+karl at tug.org commits+karl at tug.org
Sat Jun 10 23:33:48 CEST 2017


Revision: 44551
          http://tug.org/svn/texlive?view=revision&revision=44551
Author:   karl
Date:     2017-06-10 23:33:48 +0200 (Sat, 10 Jun 2017)
Log Message:
-----------
ijsra (10jun17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/ijsra/README.md
    trunk/Master/texmf-dist/doc/latex/ijsra/ijsra.pdf
    trunk/Master/texmf-dist/doc/latex/ijsra/ijsra.tex
    trunk/Master/texmf-dist/tex/latex/ijsra/ijsra.cls

Modified: trunk/Master/texmf-dist/doc/latex/ijsra/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ijsra/README.md	2017-06-10 21:33:34 UTC (rev 44550)
+++ trunk/Master/texmf-dist/doc/latex/ijsra/README.md	2017-06-10 21:33:48 UTC (rev 44551)
@@ -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 at digitales-altertum.de](mailto:lukas at digitales-altertum.de)
 

Modified: trunk/Master/texmf-dist/doc/latex/ijsra/ijsra.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/ijsra/ijsra.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ijsra/ijsra.tex	2017-06-10 21:33:34 UTC (rev 44550)
+++ trunk/Master/texmf-dist/doc/latex/ijsra/ijsra.tex	2017-06-10 21:33:48 UTC (rev 44551)
@@ -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 at digitales-altertum.de}
 %\def\keywordname{}
@@ -63,7 +64,6 @@
 
 \end{filecontents}
 
-\begin{document}
 \lstMakeShortInline[style=code]|
 \IJSRAopening
 
@@ -202,7 +202,7 @@
 \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 @@
 \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 @@
 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 @@
 \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 @@
 \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 @@
 
 \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

Modified: trunk/Master/texmf-dist/tex/latex/ijsra/ijsra.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ijsra/ijsra.cls	2017-06-10 21:33:34 UTC (rev 44550)
+++ trunk/Master/texmf-dist/tex/latex/ijsra/ijsra.cls	2017-06-10 21:33:48 UTC (rev 44551)
@@ -2,7 +2,7 @@
 %%
 %% LaTeX Class for ``International Journal of Student Research in Archaeology''.
 %%
-%% Copyright (C) 2016-
+%% Copyright (C) 2016,2017-
 %% Lukas C. Bossert
 %%
 %% It may be distributed and/or modified under the
@@ -18,27 +18,34 @@
 
 \ProvidesClass{ijsra}
 \RequirePackage{ifxetex,ifluatex,ifpdf,ifvtex}
-\RequirePackage{xkeyval}
+\RequirePackage{xkeyval,etoolbox}
 
-\def\IJSRAversion{0.4}
-\def\IJSRAversiondate{2016/09/18}
+\def\IJSRAversion{1.0}
+\def\IJSRAversiondate{2017/06/09}
 
+\newbool{issue}
+\newbool{nobib}
 
+\boolfalse{nobib}
+\boolfalse{issue}
 
-\newcommand*\IJSRAmonth{\scshape proof}
-\newcommand*\IJSRAyear{\scshape proof}% \edef\issueyear{\the\year}
-\newcommand*\IJSRAvolume{\scshape proof}
-\newcommand*\IJSRAnumber{\scshape proof}
-\newcommand*\IJSRAtitlefigure{\color{mygold}\rule{\linewidth}{410pt}}
+
+
+\newcommand*\IJSRAmonth{{\scshape proof}}
+\newcommand*\IJSRAyear{{\scshape proof}}% \edef\issueyear{\the\year}
+\newcommand*\IJSRAvolume{{\scshape proof}}
+\newcommand*\IJSRAnumber{{\scshape proof}}
+\newcommand*\IJSRAtitlefigure{{\color{mygold}\rule{\linewidth}{410pt}}}
 \newcommand*\IJSRAidentifier{\jobname}
+\newcommand*\yearnumber{\IJSRAyear\,|\,\IJSRAnumber}
 
 
-
 \DeclareOptionX{draft}{\PassOptionsToClass{\CurrentOption}{scrbook}}
 \DeclareOptionX{month}{\def\IJSRAmonth{#1}}
 \DeclareOptionX{year}{\def\IJSRAyear{#1}}
+\DeclareOptionX{completeissue}{\booltrue{issue}}
 \DeclareOptionX{volume}{\def\IJSRAvolume{Vol.\addspace #1}}
-\DeclareOptionX{number}{\def\IJSRAnumber{No.\addspace #1}}
+\DeclareOptionX{number}{\def\IJSRAnumber{#1}}
 \DeclareOptionX{titlefigure}{\def\IJSRAtitlefigure{\includegraphics[width=\linewidth]{figures/#1}}}
 \DeclareOptionX*{\OptionNotUsed}
 \ProcessOptionsX\relax
@@ -48,8 +55,9 @@
 
 
 \LoadClass[%
+	parskip=half,
 	twoside=true,				% onesite or twoside printing
-	open=right,					% doublepage cleaning ends up right side
+	open=any,					% doublepage cleaning ends up right side
 	chapterprefix=false,		% prefix for chapter marks (Löscht "Kapitel" bei Kapitel)
 	headings=optiontohead, 	% \chapter[tocentry={}]{}
 	fontsize=11pt,				% font size
@@ -57,24 +65,36 @@
 	captions=tableabove,		% display table captions above the float env
 	numbers=noenddot,
 ]{scrbook}%	
+								
+\RequirePackage{filecontents}
+\RequirePackage{fontspec}
+%\RequirePackage[osf]{libertine}
+% \RequirePackage{unicode-math}
+\setsansfont{Libertinus Sans}
+\setmainfont[Numbers = {Monospaced, OldStyle}]{Libertinus Serif}
+\defaultfontfeatures[AnonymousPro]
+  {
+    Extension      = .ttf                       ,
+    BoldFont       = AnonymousPro-Bold          ,
+    ItalicFont     = AnonymousPro-BoldItalic    ,
+    BoldItalicFont = AnonymousPro-Italic        ,
+    UprightFont    = AnonymousPro-Regular       ,
+  }
+\setmonofont[Scale= MatchLowercase]{AnonymousPro}
 
-
-\RequirePackage{filecontents}
-\RequirePackage{libertine}
-\renewcommand*\ttdefault{lmvtt}
 \RequirePackage[french, ngerman, spanish, italian, main=english]{babel}
-%\ifxetex\else
 \RequirePackage[%
-%,protrusion=true
-%,expansion=true
+,protrusion=true
+,expansion=true
 ,verbose=true
 ,final=true
 ,letterspace=100
 ,babel=true
 ]{microtype}
-%\fi
 \RequirePackage{colortbl}
 \RequirePackage{abbrevs}
+\RequirePackage[shortlabels]{enumitem}
+
 \RequirePackage{alertmessage}
 \RequirePackage{marginnote}
 \RequirePackage{lettrine} % The lettrine is the first enlarged letter at the beginning of the text
@@ -84,9 +104,9 @@
 \renewcommand{\LettrineFontHook}{\normalfont}
 \RequirePackage{paralist} % Used for the compactitem environment which makes bullet points with less space between them
 \RequirePackage{currfile}
+\RequirePackage{enumerate}
 \RequirePackage{currfile-abspath}
 
-
 \RequirePackage[
 detect-all, %Zahlen werden in der aktuellen Schrift angezeigt
 	exponent-to-prefix  		= true,
@@ -117,6 +137,8 @@
 \RequirePackage{xspace}
 \RequirePackage{xcolor}
 \RequirePackage{hologo}
+\RequirePackage{url}
+\urlstyle{same}
 \definecolor{myblue}{rgb}{0,0,51}
 \definecolor{mygold}{RGB}{204,153,51}
 \definecolor{mybluetitle}{RGB}{28,40,65} % HEX 1c2841
@@ -128,6 +150,13 @@
 \definecolor{backcolour}{rgb}{0.95,0.95,0.92}
 
 \RequirePackage{pdfpages}
+
+
+
+\newcommand\submission{}
+\newcommand\acceptance{}
+
+
 %-----------------------------------------
 \RequirePackage[					% page layout modifications
 	paper=a4paper,				% 	- use A4 paper size
@@ -155,8 +184,9 @@
 \RequirePackage{setspace}			% for line spacing, e.g. \onehalfspacing
 \RequirePackage{booktabs} % Horizontal rules in tables
 \RequirePackage{nth}
+\RequirePackage[content={Figure omitted due to faster compiling.}]{draftfigure}
 
-
+	
 \RequirePackage{chngcntr} %Voraussetzung fuer Fussnoten durch alle Kapitel durchnummerieren
 \RequirePackage{listings}
 \AtBeginDocument{\counterwithin{lstlisting}{chapter}}
@@ -166,6 +196,16 @@
 \counterwithout{table}{chapter}
 
 %-------------------------------------------
+\newcommand*{\ijsradate}[1]{\expandafter\@ijsradate#1\@nil} 
+\newcommand*{\@ijsradate}{} 
+\def\@ijsradate#1-#2-#3\@nil{\begingroup
+	\year=#1\relax 
+	\month=#2\relax 
+	\day=#3\relax 
+	% \DayName{#1}{#2}{#3}, % 
+  \today%
+	\endgroup} 
+	
 \RequirePackage[ 
 	headsepline, 
 	draft=false,
@@ -172,16 +212,33 @@
 	]{scrlayer-scrpage} 
 \pagestyle{scrheadings}
 \clearscrheadfoot
+\addtokomafont{pageheadfoot}{\normalfont\sffamily\footnotesize}
 
-\lohead[\normalfont\sffamily\footnotesize International Journal of Student Research in Archaeology (IJSRA) \newline 
-\normalfont\sffamily\footnotesize \IJSRAmonth\ \IJSRAyear\ $\bullet$ \IJSRAvolume, \IJSRAnumber \ppages]{\normalfont\sffamily\footnotesize \shorttitle\ \ppages}
-\rehead{\normalfont\sffamily\footnotesize \shortauthor}
-\rohead[{{\vspace{-3em}\includegraphics[width=2cm]{ijsra_logo}}}]{\normalfont\textbf{\sffamily\thepage}}
-\lehead{\normalfont\textbf{\sffamily\thepage}}
-\refoot{\normalfont\sffamily\footnotesize International Journal of Student Research in Archaeology}
-\lofoot{\normalfont\sffamily\footnotesize \IJSRAmonth\ \IJSRAyear\ $\bullet$ \IJSRAvolume, No. \IJSRAnumber}
+\lohead{\ifdefempty{\shorttitle}{}{\shorttitle%\ \ifdefempty{\ppages}{}{$\bullet$ \ppages}
+}}
+\rehead{\shortauthor}
+\rohead{\textbf{\thepage}}
+\lehead{\textbf{\thepage}}
+\refoot{International Journal of Student Research in Archaeology}
+\lofoot{\yearnumber}
 \automark[subsection]{section}  
 
+
+\newpairofpagestyles[scrheadings]{ijsrachapter}{\clearscrheadfoot
+\chead{International Journal of Student Research in Archaeology | IJSRA\hfill\yearnumber\\ 
+  \ifdefempty{\submission}{}{submission: \ijsradate{\submission}}
+  \ifdefempty{\acceptance}{}{| acceptance: \ijsradate{\acceptance}}
+  \hfill pp.\,\ppages%
+\marginnote{\vspace{-5em}\includegraphics[width=\linewidth]{ijsra_logo}}}
+}
+
+
+
+\newpairofpagestyles[scrheadings]{part}{\clearscrheadfoot}
+\renewcommand\partpagestyle{part}
+\renewcommand\chapterpagestyle{ijsrachapter}
+
+
 %-----------------------------
 \setkomafont{partnumber}{\normalfont\Huge}
 \setkomafont{part}{\normalfont\scshape\Huge}
@@ -204,7 +261,7 @@
 \widowpenalty=10000				% prevent single lines at the end of a paragraph (Hurenkinder)
 \displaywidowpenalty=10000		%
 %-----------------------------------------
-\usepackage[%
+\RequirePackage[%
 	marginal,
 	ragged,%
 	hang, %
@@ -224,7 +281,7 @@
 }{}
 
 \renewcommand{\marginfont}{\noindent\rule{0pt}{0.7\baselineskip}\color{mygold}\small\sffamily}
-\RequirePackage{marginfix}
+%\RequirePackage{marginfix}
 %-------------------------------------------
 %---Zitate/Quote
 \def\signed #1{\leavevmode\unskip\nobreak\hfil\penalty50\hskip2em
@@ -242,25 +299,44 @@
 \newcommand\ppages{\pagerange{firstpage\IJSRAidentifier}{lastpage\IJSRAidentifier}}
 \newcommand\shorttitle{}
 \newcommand\maintitle{}
+\newcommand\maintitletoc{\let\\ \relax\maintitle}
 \newcommand\shortauthor{}
 \newcommand\cmail{}
 \newcommand\affiliation{}
 \newcommand\thanknote{}
 
-\patchcmd{\Gin at setfile}{\ttfamily\expandafter\strip at prefix\meaning\@tempa}{\@missingcopyright}{}{}
-\def\@missingcopyright{%
-	\footnotesize\sffamily
-		Figure omitted due to faster compiling.
-		% comment the following line if you don't want to show the file name
-%\expandafter\strip at prefix\meaning\@tempa 
-	}
 
+
+
 \def\keywords{}
 \def\keywordname{Keywords}
 
+\newcommand\mypagesize{\newgeometry{%
+		bindingoffset=0.5cm,			% 	- binding correction
+		top=3cm,							% 	- total body: top margin
+		left=2cm,							% 	- total body: left margin (odd pages)
+		right=2cm,							% 	- total body: right margin (odd pages)
+    marginparwidth=0cm,			% 	- width for side note
+    marginparsep=0cm,				% 	- space between notes and body text (content)
+		bottom=2cm,						% 	- total body: bottom margin
+	}}
+\newcommand\mypartstyle[1]{
+\mypagesize
+\part{#1}
+\restoregeometry}
+
+
+\newcommand\pcref[1]{\parentext{\cref{#1}}}
+
 \newcommand{\IJSRAsection}[1]{%
-	\marginnote{#1}\pdfbookmark[1]{#1}{#1}%
+	\marginnote{#1}\pdfbookmark[1]{#1}{#1\IJSRAidentifier}%
 }
+\newcommand{\IJSRAsubsection}[1]{%
+	\marginnote{#1}\pdfbookmark[2]{#1}{#1\IJSRAidentifier}%
+}
+ \let\ijsrasection\IJSRAsection
+ \let\ijsrasubsection\IJSRAsubsection
+%
 
 \newcommand\authorone{}
 \newcommand\authortwo{}
@@ -289,6 +365,9 @@
 \newcommand\abstract{}
 \undef\abstract{}
 
+\def\submission{}
+\def\acceptance{}
+
 \undef\authorone{}
 \undef\authortwo{}
 \undef\authorthree{}
@@ -335,19 +414,10 @@
 {\endlist}
 
 \newcommand{\IJSRAseparator}{%
-	\vspace{1em}
 	\begin{center}
 	* * *
-	\end{center}
-	\vspace{1em}
-	}
+	\end{center}}
 
-\newcommand{\IJSRAchapter}[1]{%
-	\setcounter{chapter}{1}
-	\chapter*{#1}
-	\addcontentsline{toc}{chapter}{\shortauthor\protect\newline \maintitle}
-	}
-	
 \newcommand\email{{\normalfont\href{mailto:\cmail}{\cmail}}}
 
 \newbool{@page}
@@ -354,20 +424,26 @@
 \newcommand{\pagerange}[2]{%pp.~
 	\edef\tempa{\getpagerefnumber{#1}\booltrue{@page}}%
 	\edef\tempb{\getpagerefnumber{#2}}%
-	\ifboolexpr{bool{@page}}{}{\ $\bullet$ 
-		\tempa--\tempb}
-	}
+	\ifboolexpr{bool{@page}}{}{\tempa--\tempb}}
+	%\ifdefequal{\tempa}{\tempb}{}{
 
 
 \providecommand\IJSRAopening{%
+\ifbool{issue}{}{\begin{document}}
 	\begin{refsection}
 	\setcounter{footnote}{0}
 	\setcounter{table}{0}
 	\setcounter{figure}{0}
 	\renewcommand*{\thefootnote}{\fnsymbol{footnote}}
-	\IJSRAchapter{\maintitle}
-	\begin{center}
-	
+	\phantomsection
+	\pagestyle{ijsrachapter}
+	\chapter*{\maintitle}
+	% \vspace*{2em}
+%   {\LARGE\sffamily\maintitle}\\[-.3em]
+ \ifbool{issue}{%
+% \pdfbookmark[1]{\shortauthor | \shorttitle}{\shortauthor}
+ \addcontentsline{toc}{chapter}{\normalfont\shortauthor\protect\newline\emph{\maintitletoc}}}{}
+ \begin{center}
 	{\Large\scshape%
 	\authorone\ifdef{\bioone}{{\footnote[1]{\bioone}}}{}%
 	\ifdef{\authortwo}{, \authortwo\ifdef{\biotwo}{{\footnote[2]{\biotwo}}}{}}{}%
@@ -398,8 +474,8 @@
 
 	
 \providecommand\IJSRAclosing{%
-	\IJSRAseparator
-	\printbibliography[heading=subbibliography] 
+\ifbool{nobib}{}{\IJSRAseparator\vspace*{-3em}
+	\printbibliography[heading=subbibliography]}
 	\end{refsection}
 	\label{lastpage\IJSRAidentifier}
 \undef\authorone{}
@@ -422,16 +498,20 @@
 
 \undef\abstract{}
 
+\def\submission{}
+\def\acceptance{}
+
 \undef\bioone{}
 \undef\biotwo{}
 \undef\biothree{}
 \undef\biofour{}
 \undef\biofive{}
-	}
+\ifbool{issue}{}{\end{document}}}
 
 \def\Put(#1,#2)#3{\makebox(0,0){\put(#1,#2){#3}}}
 
 \def\IJSRAtitlepage{%
+\pdfbookmark[1]{Titlepage}{title}
 \definecolor{mybluetitle}{RGB}{28,40,65} % HEX 1c2841
 \newgeometry{%
 	head=0cm,			% 	- no header
@@ -445,9 +525,9 @@
 }
 \thispagestyle{empty}
 \pagecolor{mybluetitle}
-\Put(-11,-450){\IJSRAtitlefigure}\\
-\Put(-11,-450){\color{white}\rule{1.5\linewidth}{15pt}}
-\Put(.5\linewidth-3.5cm,-1.1\linewidth){\includegraphics[width=7cm]{ijsra_logo.png}}\\
+\Put(0,-.85\textheight+5.3cm){\IJSRAtitlefigure}\\
+\Put(0,-.85\textheight+6cm){\color{mygold}\rule{1.5\linewidth}{5pt}}
+\Put(.5\linewidth-3.5cm,-.85\textheight){\includegraphics[width=7cm]{ijsra_logo.png}}\\
 
 \vspace{.6\linewidth}
 \begin{center}\color{white}
@@ -458,8 +538,8 @@
 
 \vfill
 \fontsize{15}{15}\selectfont
-\IJSRAnumber\ \IJSRAvolume\\
-\IJSRAmonth\ \IJSRAyear
+ISSN: 2398-2012\\
+Issue \IJSRAnumber\,|\,\IJSRAmonth\ \IJSRAyear
 
 \vspace{2em}
 {ijsra.org}
@@ -525,6 +605,7 @@
 
 \RequirePackage{hyperref} % For hyperlinks in the PDF
 \hypersetup{					% setup the hyperref-package options
+	unicode,
 	colorlinks   = true, %Colours links instead of ugly boxes
 	urlcolor     =  myblue, %Colour for external hyperlinks
 	linkcolor    = myblue, %Colour of internal links
@@ -532,12 +613,13 @@
 	linktoc=page,
 	pdfborder={0 0 0},			% 	-
 	breaklinks=true,			% 	- allow line break inside links
-	bookmarksnumbered=true,		%
-	bookmarksopenlevel=2,
-	bookmarksopen=true,		%
+	% bookmarksnumbered=true,		%
+	 bookmarksopenlevel=2,
+	% bookmarksopen=false,		%
+	% bookmarks=true,
 	final=true	% = true, only with web-Documents!!
 }
-
+\RequirePackage{bookmark}
 \RequirePackage{cleveref}
 
 



More information about the tex-live-commits mailing list