summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bibcommon.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/udesoftec/udesoftec-bibcommon.sty')
-rw-r--r--Master/texmf-dist/tex/latex/udesoftec/udesoftec-bibcommon.sty25
1 files changed, 17 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bibcommon.sty b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bibcommon.sty
index 536971c4ead..6ee31750dc4 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/09/04 v1.5.2 udesoftec
+%% 2016/08/15 v1.5.5 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/09/04 v1.5.2 udesoftec-bibcommon.sty udesoftec bibstyle configuration commons]%
+\ProvidesPackage{udesoftec-bibcommon}[2016/08/15 v1.5.5 udesoftec-bibcommon.sty udesoftec bibstyle configuration commons]%
\newif\ifprimaryDocumentLanguageGerman
@@ -53,6 +53,13 @@
\DeclareOption*{\PackageWarning{udesoftec-bibcommon}{Unknown option \CurrentOption}}
\ProcessOptions\relax
+
+
+
+\RequirePackage{csquotes} % language dependant quotes and in-quote-quotes
+\RequirePackage{regexpatch} % language dependant quotes and in-quote-quotes
+\RequirePackage{hyperref} % support doi-links
+\RequirePackage{hyphenat} % prevent author names and quotations from hyphenating
%%%%%%%%%%%%%%%%%%%%%%%%
\providecaptionname{ngerman}{\bbland}{und }%
\providecaptionname{english}{\bbland}{and }%
@@ -60,9 +67,9 @@
\providecaptionname{ngerman}{\bblheading}{Bibliografie}%
\providecaptionname{english}{\bblheading}{Bibliography}%
\providecaptionname{british}{\bblheading}{Bibliography}%
-\providecaptionname{ngerman}{\bblin}{In: }%
-\providecaptionname{english}{\bblin}{In: }%
-\providecaptionname{british}{\bblin}{In: }%
+\providecaptionname{ngerman}{\bblin}{In:~}%
+\providecaptionname{english}{\bblin}{In:~}%
+\providecaptionname{british}{\bblin}{In:~}%
\providecaptionname{ngerman}{\bbled}{~(Hrsg.)}%
\providecaptionname{english}{\bbled}{~(Ed.)}%
\providecaptionname{british}{\bbled}{~(Ed.)}%
@@ -147,6 +154,8 @@
\providecommand{\bblFontTitle}[1]{#1}
+
+
\ifdocumentIsFinal
\providecommand{\bblWarning}[2]{} %for production
\else
@@ -235,13 +244,13 @@
\message{LaTeX Warning: \noexpand\intextquote is deprecated, use \noexpand\citequote on input line \the\inputlineno }%
\citequote[#1]{#2}{#3}%
}
-\providecommand{\citequote}[3][]{\enquote{#3} \cite[#1]{#2}}
-\providecommand{\citequotehidden}[3][]{\cite[#1]{#2}}
+\providecommand{\citequote}[3][]{\enquote{#3} \citep[#1]{#2}}
+\providecommand{\citequotehidden}[3][]{\citep[#1]{#2}}
\providecommand{\citetquotehidden}[3][]{\citet[#1]{#2}}
\providecommand{\citetquotepar}[3][]{
\begin{quote}
#3\par
- \hfill\cite[#1]{#2}
+ \hfill\citep[#1]{#2}
\end{quote}
}