Skip to content
Snippets Groups Projects
Unverified Commit 755a8c20 authored by Moritz Aurel Pascal Schubotz's avatar Moritz Aurel Pascal Schubotz
Browse files

Compile all entries

Fix Beel09a: Guess editors name Andrea
parent 7f094fcb
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ cache:
directories:
- "/tmp/texlive"
- "$HOME/.texlive"
script:
- source ./support/compile.sh
after_success:
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
......
......@@ -1273,7 +1273,7 @@
title = {{G}oogle {S}cholar's {R}anking {A}lgorithm: {T}he {I}mpact of {C}itation {C}ounts ({A}n {E}mpirical {S}tudy)},
booktitle = {{P}roceedings of the 3rd {IEEE} {I}nternational {C}onference on {R}esearch {C}hallenges in {I}nformation {S}cience ({RCIS}'09)},
year = {2009},
editor = {Flory, André and Collard, Martine},
editor = {Flory, Andra and Collard, Martine},
note = {ISBN 978-1-4244-2865-6},
publisher = {IEEE},
month = {Apr.},
......
\documentclass{article}
%\usepackage[ascii]{inputenc}
\usepackage{hyperref}
\usepackage[
backend=biber,
natbib=true,
mincitenames=2,
%bibencoding=ascii
]{biblatex}
\addbibresource{../../gipp.bib}
\begin{document}
This document is supposed to use \verb \nocite{*} \verb to cite all bibtex entries.
However, currently some bibtex entries simply do not work. Thus only selected bibtex entries are printed.
\nocite{*}
\printbibliography%[keyword=mathml]
\end{document}
$pdflatex = 'pdflatex --shell-escape -synctex=1 -interaction=nonstopmode';
@generated_exts = (@generated_exts, 'synctex.gz', 'markdown.lua');
@default_files = ('allRefs.tex');
$bibtex_use = 2;
$pdf_mode = 1;
#!/usr/bin/env bash
cd ../src/tex
latexmk
cp allRefs.pdf ../../main.pdf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment