summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx
blob: fda11b61c9bdbbd3dee7428a62a3c0900cbe1e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
\ProvidesFile{american-apa.lbx}
\InheritBibliographyExtras{american}

% (APA 6.22) The example abbreviations

\NewBibliographyString{revisededition}
\NewBibliographyString{typechair}
\NewBibliographyString{typechairs}
\NewBibliographyString{typevolume}
\NewBibliographyString{typevolumes}
\NewBibliographyString{typeseries}
\NewBibliographyString{typeseriess}
\NewBibliographyString{typevolseries}
\NewBibliographyString{typevolseriess}
\NewBibliographyString{on}
\NewBibliographyString{retrieved}
\NewBibliographyString{available}
\NewBibliographyString{from}
\NewBibliographyString{nodate}
\NewBibliographyString{archivedat}
\NewBibliographyString{origyear}
\NewBibliographyString{reviewof}

\DeclareBibliographyStrings{%
  inherit          = {american},
  revisededition   = {{Revised\space Edition}{rev\adddotspace ed\adddot}},
  page             = {{Page}{{}p\adddot}},
  pages            = {{Pages}{{}pp\adddot}},
  on               = {{on}{on}},
  retrieved        = {{retrieved}{retrieved}},
  available        = {{available}{available}},
  from             = {{from}{from}},
  archivedat       = {{archived\space at}{archived\space at}},
  nodate           = {{no\space date}{{}n\adddot d\adddot}},
  reviewof         = {{Review\space of}{review\space of}},
  paragraph        = {{\P}{\P}},
  paragraphs       = {{\P\P}{\P\P}},
  january          = {{January}{January}},
  february         = {{February}{February}},
  march            = {{March}{March}},
  april            = {{April}{April}},
  may              = {{May}{May}},
  june             = {{June}{June}},
  july             = {{July}{July}},
  august           = {{August}{August}},
  september        = {{September}{September}},
  october          = {{October}{October}},
  november         = {{November}{November}},
  december         = {{December}{December}},
  mathesis         = {{Master's thesis}{Master's\addabbrvspace thesis}},
  phdthesis        = {{Doctoral\addabbrvspace dissertation}{Doctoral\addabbrvspace dissertation}},
  origyear         = {{original\space work\space published}{original\space work\space published}},
  typechair        = {{Chair}{Chair}},
  typechairs       = {{Chairs}{Chairs}},
  typevolume       = {{Volume\space Editor}{Vol\adddot\space Ed\adddot}},
  typevolumes      = {{Volume\space Editors}{Vol\adddot\space Eds\adddot}},
  typeseries       = {{Series\space Editor}{Series\space Ed\adddot}},
  typeseriess      = {{Series\space Editors}{Series\space Eds\adddot}},
  typevolseries    = {{Series\space and\space Volume\space Editor}{Series\space\& Vol\adddot\space Ed\adddot}},
  typevolseriess   = {{Series\space and\space Volume\space Editors}{Series\space\& Vol\adddot\space Eds\adddot}},
}

%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% (APA 7.10 Example 68) Drop end* when they are the same as *

% You must use \printdate to get here otherwise it will be ignored
\DefineBibliographyExtras{american}{%
  \protected\def\mkbibdatelong#1#2#3{%
    \ifthenelse{\iffieldundef{#1}\OR%
                \(\equal{#1}{endyear}\AND\iffieldsequal{year}{endyear}\)}
      {}
      {\thefield{#1}%
       \ifthenelse{\(\equal{#1}{year}\AND\iffieldundef{month}\)\OR%
                   \(\equal{#1}{endyear}\AND\iffieldundef{endmonth}\)}
         {}
         {\addcomma\addspace}}%
    \ifthenelse{\iffieldundef{#2}\OR%
                \(\equal{#2}{endmonth}\AND\iffieldsequal{month}{endmonth}\)}
      {}
      {\mkbibmonth{\thefield{#2}}%
       \ifthenelse{\(\equal{#2}{month}\AND\iffieldundef{day}\)\OR%
                   \(\equal{#2}{endmonth}\AND\iffieldundef{endday}\)}
         {}
         {\addspace}}%
    \ifthenelse{\iffieldundef{#3}\OR%
                \(\equal{#3}{endday}\AND\iffieldsequal{day}{endday}\)}
          {}
          {\stripzeros{\thefield{#3}}}}}

%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\endinput