diff options
author | Karl Berry <karl@freefriends.org> | 2015-09-05 22:00:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-09-05 22:00:30 +0000 |
commit | 72347356254cf3c4b88615a8c0fcf696b21e313f (patch) | |
tree | b6915d2f1c9ec0c97e2d221fe5984055cd94d0c8 /Master/texmf-dist/tex/latex/udesoftec | |
parent | 62cb48658056cee12fac2741b88adac4d664851e (diff) |
udesoftec (4sep15)
git-svn-id: svn://tug.org/texlive/trunk@38298 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/udesoftec')
5 files changed, 21 insertions, 31 deletions
diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bibcommon.sty b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bibcommon.sty index 5ac62b38c57..536971c4ead 100644 --- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bibcommon.sty +++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bibcommon.sty @@ -1,7 +1,7 @@ % !Mode:: "TeX:UTF-8" %% udesoftec-biblatex.sty %% Copyright 2015 J. Peter M. Schuler -%% 2015/08/27 v1.5.1 udesoftec +%% 2015/09/04 v1.5.2 udesoftec % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -39,7 +39,7 @@ % http://mirrors.ctan.org/macros/latex/contrib/udesoftec/udesoftec-doc.pdf \NeedsTeXFormat{LaTeX2e}% -\ProvidesPackage{udesoftec-bibcommon}[2015/08/27 v1.5.1 udesoftec-bibcommon.sty udesoftec bibstyle configuration commons]% +\ProvidesPackage{udesoftec-bibcommon}[2015/09/04 v1.5.2 udesoftec-bibcommon.sty udesoftec bibstyle configuration commons]% \newif\ifprimaryDocumentLanguageGerman @@ -126,7 +126,12 @@ \providecommand{\bblstdseptypenum}{ } \providecommand{\bblstdsepnumed}{-} \providecommand{\bblnostandardrepeat}{} -\providecommand{\bblInTextPagePrefix}[1]{} +%\providecommand{\bblInTextPagePrefix}[1]{} +\providecommand{\bblInTextPagePrefix}[1]{% +% test for 1...9,i,v,x +\@ifnextchar1{\bblp}{\@ifnextchar2{\bblp}{\@ifnextchar4{\bblp}{\@ifnextchar3{\bblp}{\@ifnextchar5{\bblp}{\@ifnextchar6{\bblp}{\@ifnextchar7{\bblp}{\@ifnextchar8{\bblp}{\@ifnextchar9{\bblp}{\@ifnextchar{i}{\bblp}{}\@ifnextchar{v}{\bblp}{}\@ifnextchar{x}{\bblp}{}}}}}}}}}}% +} + \providecommand{\bblstandardpublishdate}[1]{\bblstandardpublishedon\space\bblParseDate{#1}} \providecommand{\bblpublishdate}[1]{\bblpublishedon\space\bblParseDate{#1}} \providecommand{\bblurldate}[1]{(\bbllastaccesswas\space\bblParseDate{#1})} @@ -167,14 +172,7 @@ % http://tex.stackexchange.com/questions/262103/interpret-tex-commands-and-remove-curly-braces-from-href-content/262133#262133 \providecommand{\bbldoi}[1]{% \def\tmpdoi{#1}% - \xpatchcmd*\tmpdoi{\textunderscore }{X}{}{}% - \xpatchcmd*\tmpdoi{\_ }{Y}{}{}% - \xpatchcmd*\tmpdoi{\textunderscore}{Z}{}{}% - \xpatchcmd*\tmpdoi{\_}{A}{}{}% - \xpatchcmd*\tmpdoi{{_}}{B}{}{}% - \xpatchcmd*\tmpdoi{{}}{}{}{}% - \xpatchcmd*\tmpdoi{\}}{}{}{}% - \xpatchcmd*\tmpdoi{\{}{}{}{}% + \xpatchcmd*\tmpdoi{{_}}{_}{}{}% \def\tmpdoitext{\detokenize\expandafter{\tmpdoi}}% \href{http://dx.doi.org/\tmpdoi}{doi:\tmpdoitext}% }% diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-biblatex.sty b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-biblatex.sty index 27301a49ce9..ed314af8d5a 100644 --- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-biblatex.sty +++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-biblatex.sty @@ -1,7 +1,7 @@ % !Mode:: "TeX:UTF-8" %% udesoftec-biblatex.sty %% Copyright 2015 J. Peter M. Schuler -%% 2015/08/27 v1.5.1 udesoftec +%% 2015/09/04 v1.5.2 udesoftec % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -39,7 +39,7 @@ % http://mirrors.ctan.org/macros/latex/contrib/udesoftec/udesoftec-doc.pdf \NeedsTeXFormat{LaTeX2e}% -\ProvidesPackage{udesoftec-biblatex}[2015/08/27 v1.5.1 udesoftec-biblatex.sty udesoftec bibstyle configuration for biblatex]% +\ProvidesPackage{udesoftec-biblatex}[2015/09/04 v1.5.2 udesoftec-biblatex.sty udesoftec bibstyle configuration for biblatex]% % % \newif\ifprimaryDocumentLanguageGerman diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bst.sty b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bst.sty index 79dab6aea42..5eb1a989ed9 100644 --- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bst.sty +++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bst.sty @@ -1,7 +1,7 @@ % !Mode:: "TeX:UTF-8" %% udesoftec-bst.sty %% Copyright 2015 J. Peter M. Schuler -%% 2015/08/27 v1.5.1 udesoftec +%% 2015/09/04 v1.5.2 udesoftec % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -39,7 +39,7 @@ % http://mirrors.ctan.org/macros/latex/contrib/udesoftec/udesoftec-doc.pdf \NeedsTeXFormat{LaTeX2e}% -\ProvidesPackage{udesoftec-bst}[2015/08/27 v1.5.1 udesoftec-bst.sty udesoftec bibstyle configuration for bibtex]% +\ProvidesPackage{udesoftec-bst}[2015/09/04 v1.5.2 udesoftec-bst.sty udesoftec bibstyle configuration for bibtex]% \newif\ifprimaryDocumentLanguageGerman diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty index 4fd49b05262..431191ffa4b 100644 --- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty +++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty @@ -1,7 +1,7 @@ % !Mode:: "TeX:UTF-8" %% udesoftec-extra.sty %% Copyright 2013-2015 J. Peter M. Schuler -%% 2015/08/27 v1.5.1 udesoftec +%% 2015/09/04 v1.5.2 udesoftec % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -37,15 +37,7 @@ % http://mirrors.ctan.org/macros/latex/contrib/udesoftec/README % and % http://mirrors.ctan.org/macros/latex/contrib/udesoftec/udesoftec-doc.pdf - \NeedsTeXFormat{LaTeX2e}% -\ProvidesPackage{udesoftec-extra}[2015/08/27 v1.5.1 udesoftec-extra.sty additions which are currently optional and may break former behaviour]% +\ProvidesPackage{udesoftec-extra}[2015/09/04 v1.5.2 udesoftec-extra.sty additions which are currently optional and may break former behaviour]% %%%%%%%%%%%%%%%%%%%%%%%%% -\makeatletter - - -\renewcommand{\bblInTextPagePrefix}[1]{\bblp} - -\makeatother -%%%%%%%%%%%%%%%%%%%%%%%%%% -\endinput% +% empty - everything from 1.4.x is merged into main files
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls b/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls index 9c1c64c0afa..60f6028ada8 100644 --- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls +++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls @@ -1,7 +1,7 @@ % !Mode:: "TeX:UTF-8" %% udesoftec.cls %% Copyright 2013-2015 J. Peter M. Schuler -%% 2015/08/27 v1.5.1 udesoftec +%% 2015/09/04 v1.5.2 udesoftec % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -39,7 +39,7 @@ % http://mirrors.ctan.org/macros/latex/contrib/udesoftec/udesoftec-doc.pdf \NeedsTeXFormat{LaTeX2e}% -\ProvidesClass{udesoftec}[2015/08/27 v1.5.1 udesoftec.cls Thesis class and bibstyle for UDE SOFTEC]% +\ProvidesClass{udesoftec}[2015/09/04 v1.5.2 udesoftec.cls Thesis class and bibstyle for UDE SOFTEC]% % class is based on KOMA-script http://www.ctan.org/pkg/koma-script \LoadClass{scrbook} \KOMAoptions{ @@ -261,7 +261,7 @@ \labelRespectConfidentiality{(Sperrvermerk beachten)} \academicfield{Wirtschaftsinformatik} \institution{Vorgelegt der Fakult\"at f\"ur Wirtschaftswissenschaften\par der Universit\"at Duisburg-Essen} -\semester{Wintersemester 2015/2016, 8. Fachsemester \academicfield} +\semester{Wintersemester 2015/2016, 8. Fachsemester \udesoftec@academicfield} \entitle{Englischer Titel der Arbeit} \confidentialitySource{Name der Firma, die auf die Vertraulichkeitserkl\"arung besteht} \date{Dokumentversion: \today \linebreak Templateversion: @@ -291,7 +291,8 @@ \labelRespectConfidentiality{(Adhere confidentially clause --- Sperrvermerk beachten)} \academicfield{Business Information Systems} \institution{Presented to the Faculty of Economics and Business Administration\par of University of Duisburg-Essen} - \semester{Winter semester 2011/2012, 8th Semester in \academicfield} + \semester{Winter semester 2015/2016, 8th Semester in + \udesoftec@academicfield} \confidentialitySource{Name of Company which wants the statutory declaration} \date{Version: \today} \authorbox{ @@ -722,7 +723,6 @@ % purpose: have some nice chapter headings (big number, lines and so on) % we need type1cm and cm-super for the bigger fonts - else there would be warnings % source: https://groups.google.com/forum/#!msg/de.comp.text.tex/rVcjvNQI6IA/N-NsfyQzXRwJ -\makeatletter% siehe De-TeX-FAQ \let\defaultchapterformat\chapterformat \renewcommand{\chapterformat}{% \begingroup% |