Add list of publications
This commit is contained in:
15
setup.org
15
setup.org
@@ -183,6 +183,7 @@ This lets us change the "tree-navigation" associated with the generated pdf and
|
||||
* Bibliography
|
||||
|
||||
#+begin_src latex
|
||||
\usepackage{xpatch} % Recommanded for biblatex
|
||||
\usepackage[ % use biblatex for bibliography
|
||||
backend=biber, % use biber backend (bibtex replacement) or bibtex
|
||||
style=ieee, % bib style
|
||||
@@ -202,7 +203,15 @@ This lets us change the "tree-navigation" associated with the generated pdf and
|
||||
#+end_src
|
||||
|
||||
#+begin_src latex
|
||||
\addbibresource{ref.bib}
|
||||
\defbibenvironment{mypubs}
|
||||
{\list
|
||||
{}
|
||||
{\setlength{\leftmargin}{\bibhang}%
|
||||
\setlength{\itemindent}{-\leftmargin}%
|
||||
\setlength{\itemsep}{\bibitemsep}%
|
||||
\setlength{\parsep}{\bibparsep}}}
|
||||
{\endlist}
|
||||
{\item}
|
||||
#+end_src
|
||||
|
||||
Remove ISSN, DOI and URL to shorten the bibliography.
|
||||
@@ -233,7 +242,7 @@ Also reduce the font-size
|
||||
Note that this is marked as deprecated for koma-script.
|
||||
#+begin_src latex
|
||||
\usepackage{minitoc}
|
||||
\usepackage[nottoc]{tocbibind}
|
||||
% \usepackage[nottoc]{tocbibind}
|
||||
#+end_src
|
||||
|
||||
* Fonts
|
||||
@@ -299,7 +308,6 @@ Note that org-ref links won't work here because the attr latex will be pasted as
|
||||
* Parskip
|
||||
|
||||
Fine tuning of spacing between paragraphs. See [[https://tex.stackexchange.com/questions/161254/smaller-parskip-than-half-for-koma-script][thread here]].
|
||||
|
||||
#+begin_src latex
|
||||
\setparsizes{0em}{0.1\baselineskip plus .1\baselineskip}{1em plus 1fil}
|
||||
#+end_src
|
||||
@@ -339,7 +347,6 @@ This package fixes some incompatibility errors between KOMAScript and other pack
|
||||
* Background cover page
|
||||
|
||||
Add the cover image as background to the first page. Only do so when outputting a final version, because it significantly slows down the compilation times.
|
||||
|
||||
#+begin_src latex :tangle no
|
||||
\usepackage[pages=some]{background}
|
||||
\backgroundsetup{
|
||||
|
Reference in New Issue
Block a user