]> git.donarmstrong.com Git - don.git/commitdiff
triple escape the \ to try to get them by the wiki filter
authorDon Armstrong <don@donarmstrong.com>
Fri, 10 Jan 2014 01:42:05 +0000 (17:42 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 10 Jan 2014 01:42:05 +0000 (17:42 -0800)
posts/biblatex_gi_style.mdwn

index 313e01c7451921088fac4ec88b4757d1261ab6cf..33c4aec8c290ae471eae2691a60b4403d53db0b4 100644 (file)
@@ -12,7 +12,7 @@ The following code in the preamble does almost all of the hard lifting:
   \ifentrytype{article}{}{%
   \printtext{\bibstring{in}\intitlepunct}}}
 % from http://tex.stackexchange.com/questions/12806/guidelines-for-customizing-biblatex-styles
-\DeclareCiteCommand{\parencite}[\mkbibbrackets]
+\\\DeclareCiteCommand{\parencite}[\mkbibbrackets]
   {\usebibmacro{cite:init}%
    \usebibmacro{prenote}}
   {\usebibmacro{citeindex}%
@@ -20,15 +20,15 @@ The following code in the preamble does almost all of the hard lifting:
   {}
   {\usebibmacro{cite:dump}%
    \usebibmacro{postnote}}
-\DeclareMultiCiteCommand{\parencites}[\mkbibbrackets]{\parencite}{\multicitedelim}
-\DeclareFieldFormat
+\\\DeclareMultiCiteCommand{\parencites}[\mkbibbrackets]{\parencite}{\multicitedelim}
+\\\DeclareFieldFormat
   [article,inbook,incollection,inproceedings,patent,thesis,unpublished,manual]
   {title}{#1\isdot}
-\DeclareFieldFormat{journaltitle}{\mkbibemph{#1}}
-\DeclareFieldFormat[article,periodical]{volume}{\mkbibbold{#1}\addcolon}
-\DeclareFieldFormat{year}{#1}
-\DeclareNameAlias{default}{last-first}
-\DeclareFieldFormat{pages}{#1}
+\\\DeclareFieldFormat{journaltitle}{\mkbibemph{#1}}
+\\\DeclareFieldFormat[article,periodical]{volume}{\mkbibbold{#1}\addcolon}
+\\\DeclareFieldFormat{year}{#1}
+\\\DeclareNameAlias{default}{last-first}
+\\\DeclareFieldFormat{pages}{#1}
 % from http://tex.stackexchange.com/questions/17583/biblatex-remove-commas-between-last-and-first-names-in-bibliography
 % remove commas between authors and first inits
 \renewcommand*{\revsdnamepunct}{}