-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Description
A minimal example to reproduce:
\documentclass{article}
\begin{document}
\section{First Section}
Reference to a \pageref{secondSec}
\section{Second Section}
\label{secondSec}
\end{document}
It is a single page document, but anyway, just after the Reference to a
words should go the page number of the secondSec
label, which is 1
. But upon converted, there's nothing at all.
The converting command is pandoc -f latex -t odt -o output.odt test.tex
.
Pandoc version 1.15.0.6