X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=blobdiff_plain;f=posts%2Fbiblatex_gi_style.mdwn;h=313e01c7451921088fac4ec88b4757d1261ab6cf;hp=0c8c5fa88f6ee6298645efd7ee0368dd3dd213f6;hb=279512b816272631ce8a67d0810c00262dadc159;hpb=91c90e1f154c271c7b847bbc71695954c9ddcacc diff --git a/posts/biblatex_gi_style.mdwn b/posts/biblatex_gi_style.mdwn index 0c8c5fa..313e01c 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 tex """ \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]]