projects
/
don.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b09b07e
)
switch to using [[!format
author
Don Armstrong
<don@donarmstrong.com>
Fri, 10 Jan 2014 01:05:42 +0000
(17:05 -0800)
committer
Don Armstrong
<don@donarmstrong.com>
Fri, 10 Jan 2014 01:05:42 +0000
(17:05 -0800)
posts/biblatex_gi_style.mdwn
patch
|
blob
|
history
diff --git
a/posts/biblatex_gi_style.mdwn
b/posts/biblatex_gi_style.mdwn
index
0c8c5fa
..
5aa88df
100644
(file)
--- 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]]