You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
label:Testlabel Some citations cite:Bungartz2015 and cite:Torres2009 and a reference to a label ref:Testlabel
bibliographystyle:unsrt [[bibliography:/home/florian/Mendeley/library.bib]]
when exporting to a LaTeX file and run pdflatex -interaction nonstopmode test.tex I get
! LaTeX Error: There's no line here to end.
The latex file looks like that:
% Created 2016-08-29 Mo 10:03
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{amssymb}
\usepackage{hyperref}
\tolerance=1000
\author{Florian Lindner}
\date{\today}
\title{test}
\hypersetup{
pdfkeywords={},
pdfsubject={},
pdfcreator={Emacs 24.5.1 (Org mode 8.2.10)}}
\begin{document}
\maketitle
\tableofcontents
\label{Testlabel} Some citations \cite{Bungartz2015} and \cite{Torres2009} and a reference to a label \ref{Testlabel} \\
\bibliographystyle{unsrt} \bibliography{../../Mendeley/library} \\
% Emacs 24.5.1 (Org mode 8.2.10)
\end{document}
When I remove the \\ after the \bibliography it works.
The text was updated successfully, but these errors were encountered:
I don't think this is an org-ref issue. It doesn't put \ in the exports for anything. I notice you have one at the end of the line starting with \label too. Have you configured something with paragraphs in org-mode?
However, I was doing the compile manually, so pdf-prcoess is irrelevant here. I will try to reproduce it without org-ref, ask the org-mode list and report back....
I have this org document:
when exporting to a LaTeX file and run
pdflatex -interaction nonstopmode test.tex
I getThe latex file looks like that:
When I remove the
\\
after the \bibliography it works.The text was updated successfully, but these errors were encountered: