Skip to content

\pageref in LaTeX doesn't work #2336

@Hi-Angel

Description

@Hi-Angel

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions