diff options
author | Karl Berry <karl@freefriends.org> | 2017-07-25 21:59:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-07-25 21:59:55 +0000 |
commit | 7c1891cfa426763c7f60b4a9a27edb6fe958d31e (patch) | |
tree | f9f4c078d90463652caf476971c9b3b863c85690 /Master/texmf-dist/tex/latex/ijsra | |
parent | 4e4b787e99ada44a23bb8282b286624251dad96e (diff) |
ijsra (25jul17)
git-svn-id: svn://tug.org/texlive/trunk@44886 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ijsra')
-rw-r--r-- | Master/texmf-dist/tex/latex/ijsra/ijsra.cls | 37 |
1 files changed, 22 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/latex/ijsra/ijsra.cls b/Master/texmf-dist/tex/latex/ijsra/ijsra.cls index 471a794a474..1a7a30f71cc 100644 --- a/Master/texmf-dist/tex/latex/ijsra/ijsra.cls +++ b/Master/texmf-dist/tex/latex/ijsra/ijsra.cls @@ -20,8 +20,8 @@ \RequirePackage{ifxetex,ifluatex,ifpdf,ifvtex} \RequirePackage{xkeyval,etoolbox} -\def\IJSRAversion{1.0} -\def\IJSRAversiondate{2017/06/09} +\def\IJSRAversion{1.1} +\def\IJSRAversiondate{2017/07/24} \newbool{issue} \newbool{nobib} @@ -121,6 +121,25 @@ detect-all, %Zahlen werden in der aktuellen Schrift angezeigt strict=true, style=english, ]{csquotes} + +\renewcommand*{\mkccitation}[1]{ (#1)} +\renewcommand*{\mkcitation}[1]{ (#1)} + +\renewenvironment{quote} + {%\small + \list{}{\rightmargin=0em \leftmargin=2em}% + \item\relax} + {\endlist} +\newenvironment{IJSRAquote}[1]% +{\begin{quote} +\alertwarning{\sffamily THIS FEATURE IS DEPRECATED!\newline +Use \textbackslash blockcquote or \textbackslash foreignblockcquote. \newline +See the documentation online.} +} + {\end{quote}} + +%------------------------------------------- + \RequirePackage[ %% use for bibliography backend=biber, style=ijsra, @@ -282,19 +301,7 @@ detect-all, %Zahlen werden in der aktuellen Schrift angezeigt \renewcommand{\marginfont}{\noindent\rule{0pt}{0.7\baselineskip}\color{mygold}\small\sffamily} %\RequirePackage{marginfix} -%------------------------------------------- -%---Zitate/Quote -\def\signed #1{\leavevmode\unskip\nobreak\hfil\penalty50\hskip2em - \hbox{}\nobreak\hfil% - ---#1% - \parfillskip=0pt \finalhyphendemerits=0 \endgraf} - -\newsavebox\mybox -\newenvironment{IJSRAquote}[1]% -{\savebox\mybox{#1}\begin{quote}} - {\signed{\usebox\mybox}\end{quote}} - -\appto\quote{\normalsize\singlespacing} +%\appto\quote{\normalsize\singlespacing} %----------------------------------------- \newcommand\ppages{\pagerange{firstpage\IJSRAidentifier}{lastpage\IJSRAidentifier}} \newcommand\shorttitle{} |