diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-apa/nynorsk-apa.lbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-apa/nynorsk-apa.lbx | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/nynorsk-apa.lbx b/Master/texmf-dist/tex/latex/biblatex-apa/nynorsk-apa.lbx index 128d4bad48a..6eb8669f1dc 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/nynorsk-apa.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/nynorsk-apa.lbx @@ -1,4 +1,4 @@ -\ProvidesFile{nynorsk-apa.lbx}[2014/04/16\space v6.5\space APA biblatex localisation] +\ProvidesFile{nynorsk-apa.lbx}[2015/01/23\space v6.7\space APA biblatex localisation] \InheritBibliographyExtras{nynorsk} % (APA 6.22) The example abbreviations @@ -43,18 +43,6 @@ with = {{med}{med}}, paragraph = {{\P}{\P}}, paragraphs = {{\P\P}{\P\P}}, - january = {{januar}{januar}}, - february = {{februar}{februar}}, - march = {{mars}{mars}}, - april = {{april}{april}}, - may = {{mai}{mai}}, - june = {{juni}{juni}}, - july = {{juli}{juli}}, - august = {{august}{august}}, - september = {{september}{september}}, - october = {{oktober}{oktober}}, - november = {{november}{november}}, - december = {{desember}{desember}}, mathesis = {{Masteroppg{\aa}ve}{Masteroppg{\aa}ve}}, phdthesis = {{Doktoravhandling}{Doktoravhandling}}, origyear = {{opphavleg\space publisert}{opphavleg\space publisert}}, @@ -80,7 +68,7 @@ \protected\def\mkbibdateapalong#1#2#3{% \iffieldundef{#1}% {}% - {\thefield{#1}}% + {\iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}}% \iffieldundef{#3}% {}% {\iffieldundef{#1}% @@ -98,7 +86,7 @@ \protected\def\mkbibdateapalongextra#1#2#3{% \iffieldundef{#1}% {}% - {\thefield{#1}\printfield{extrayear}}% + {\iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}\printfield{extrayear}}% \iffieldundef{#3}% {}% {\iffieldundef{#1}% @@ -128,7 +116,7 @@ {\iffieldundef{#2}% {}% {\addspace}% - \thefield{#1}}}} + \iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}}}} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |