From: Don Armstrong Date: Fri, 10 Jan 2014 01:05:42 +0000 (-0800) Subject: switch to using [[!format X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=commitdiff_plain;h=4099a5e67ee48c3b511a607051b8c7f02af94f93 switch to using [[!format --- diff --git a/posts/biblatex_gi_style.mdwn b/posts/biblatex_gi_style.mdwn index 0c8c5fa..5aa88df 100644 --- a/posts/biblatex_gi_style.mdwn +++ b/posts/biblatex_gi_style.mdwn @@ -6,7 +6,7 @@ Here's a biblatex format for The following code in the preamble does almost all of the hard lifting: -```latex +[[!format latex """ \usepackage[backend=biber,hyperref=true,doi=true,url=false,isbn=false,maxbibnames=6,minbibnames=6,sorting=none,firstinits=true,terseinits=true,autocite=inline,style=numeric-comp]{biblatex} \renewbibmacro{in:}{% \ifentrytype{article}{}{% @@ -86,6 +86,6 @@ The following code in the preamble does almost all of the hard lifting: \printlist{publisher}% }% \newunit} -``` +"""]] [[!tag latex tech biblatex]]