2020-02-12 07:23:22 +01:00
|
|
|
```
|
|
|
|
% pandoc -f latex -t native
|
|
|
|
This reference to Table \ref{tbl:label} doesn't work.
|
|
|
|
\begin{table}
|
|
|
|
\caption{This caption has no number.}\label{tbl:label}
|
|
|
|
\begin{tabular}{ l c r }
|
|
|
|
-------- & -------- & -------- \\
|
|
|
|
-------- & -------- & -------- \\
|
|
|
|
\end{tabular}
|
|
|
|
\end{table}
|
|
|
|
|
|
|
|
This reference to Figure \ref{fig:label} works fine.
|
|
|
|
\begin{figure}
|
|
|
|
\includegraphics[width=\textwidth]{example.png}
|
|
|
|
\caption{A numbered caption, if I use pandoc-crossref.}\label{fig:label}
|
|
|
|
\end{figure}
|
|
|
|
^D
|
2021-09-19 21:09:51 +02:00
|
|
|
[ Para
|
2021-09-29 06:17:53 +02:00
|
|
|
[ Str "This"
|
|
|
|
, Space
|
|
|
|
, Str "reference"
|
|
|
|
, Space
|
|
|
|
, Str "to"
|
|
|
|
, Space
|
|
|
|
, Str "Table"
|
|
|
|
, Space
|
|
|
|
, Link
|
|
|
|
( ""
|
|
|
|
, []
|
|
|
|
, [ ( "reference-type" , "ref" )
|
|
|
|
, ( "reference" , "tbl:label" )
|
|
|
|
]
|
|
|
|
)
|
|
|
|
[ Str "1" ]
|
|
|
|
( "#tbl:label" , "" )
|
|
|
|
, Space
|
|
|
|
, Str "doesn\8217t"
|
|
|
|
, Space
|
|
|
|
, Str "work."
|
2021-09-19 21:09:51 +02:00
|
|
|
]
|
2021-09-29 06:17:53 +02:00
|
|
|
, Div
|
|
|
|
( "tbl:label" , [] , [] )
|
|
|
|
[ Table
|
|
|
|
( "" , [] , [] )
|
|
|
|
(Caption
|
|
|
|
Nothing
|
|
|
|
[ Plain
|
|
|
|
[ Str "This"
|
|
|
|
, Space
|
|
|
|
, Str "caption"
|
|
|
|
, Space
|
|
|
|
, Str "has"
|
|
|
|
, Space
|
|
|
|
, Str "no"
|
|
|
|
, Space
|
|
|
|
, Str "number."
|
|
|
|
]
|
|
|
|
])
|
|
|
|
[ ( AlignLeft , ColWidthDefault )
|
|
|
|
, ( AlignCenter , ColWidthDefault )
|
|
|
|
, ( AlignRight , ColWidthDefault )
|
2021-09-19 21:09:51 +02:00
|
|
|
]
|
2021-09-29 06:17:53 +02:00
|
|
|
(TableHead ( "" , [] , [] ) [])
|
|
|
|
[ TableBody
|
|
|
|
( "" , [] , [] )
|
|
|
|
(RowHeadColumns 0)
|
|
|
|
[]
|
|
|
|
[ Row
|
|
|
|
( "" , [] , [] )
|
|
|
|
[ Cell
|
|
|
|
( "" , [] , [] )
|
|
|
|
AlignDefault
|
|
|
|
(RowSpan 1)
|
|
|
|
(ColSpan 1)
|
|
|
|
[ Plain [ Str "\8212\8212\8211" ] ]
|
|
|
|
, Cell
|
|
|
|
( "" , [] , [] )
|
|
|
|
AlignDefault
|
|
|
|
(RowSpan 1)
|
|
|
|
(ColSpan 1)
|
|
|
|
[ Plain [ Str "\8212\8212\8211" ] ]
|
|
|
|
, Cell
|
|
|
|
( "" , [] , [] )
|
|
|
|
AlignDefault
|
|
|
|
(RowSpan 1)
|
|
|
|
(ColSpan 1)
|
|
|
|
[ Plain [ Str "\8212\8212\8211" ] ]
|
|
|
|
]
|
|
|
|
, Row
|
|
|
|
( "" , [] , [] )
|
|
|
|
[ Cell
|
|
|
|
( "" , [] , [] )
|
|
|
|
AlignDefault
|
|
|
|
(RowSpan 1)
|
|
|
|
(ColSpan 1)
|
|
|
|
[ Plain [ Str "\8212\8212\8211" ] ]
|
|
|
|
, Cell
|
|
|
|
( "" , [] , [] )
|
|
|
|
AlignDefault
|
|
|
|
(RowSpan 1)
|
|
|
|
(ColSpan 1)
|
|
|
|
[ Plain [ Str "\8212\8212\8211" ] ]
|
|
|
|
, Cell
|
|
|
|
( "" , [] , [] )
|
|
|
|
AlignDefault
|
|
|
|
(RowSpan 1)
|
|
|
|
(ColSpan 1)
|
|
|
|
[ Plain [ Str "\8212\8212\8211" ] ]
|
|
|
|
]
|
|
|
|
]
|
2021-09-19 21:09:51 +02:00
|
|
|
]
|
2021-09-29 06:17:53 +02:00
|
|
|
(TableFoot ( "" , [] , [] ) [])
|
2021-09-19 21:09:51 +02:00
|
|
|
]
|
|
|
|
, Para
|
2021-09-29 06:17:53 +02:00
|
|
|
[ Str "This"
|
2021-09-19 21:09:51 +02:00
|
|
|
, Space
|
2021-09-29 06:17:53 +02:00
|
|
|
, Str "reference"
|
2021-09-19 21:09:51 +02:00
|
|
|
, Space
|
2021-09-29 06:17:53 +02:00
|
|
|
, Str "to"
|
2021-09-19 21:09:51 +02:00
|
|
|
, Space
|
2021-09-29 06:17:53 +02:00
|
|
|
, Str "Figure"
|
2021-09-19 21:09:51 +02:00
|
|
|
, Space
|
2021-09-29 06:17:53 +02:00
|
|
|
, Link
|
|
|
|
( ""
|
|
|
|
, []
|
|
|
|
, [ ( "reference-type" , "ref" )
|
|
|
|
, ( "reference" , "fig:label" )
|
|
|
|
]
|
|
|
|
)
|
|
|
|
[ Str "1" ]
|
|
|
|
( "#fig:label" , "" )
|
2021-09-19 21:09:51 +02:00
|
|
|
, Space
|
2021-09-29 06:17:53 +02:00
|
|
|
, Str "works"
|
2021-09-19 21:09:51 +02:00
|
|
|
, Space
|
2021-09-29 06:17:53 +02:00
|
|
|
, Str "fine."
|
|
|
|
]
|
|
|
|
, Para
|
|
|
|
[ Image
|
|
|
|
( "fig:label" , [] , [ ( "width" , "\\textwidth" ) ] )
|
|
|
|
[ Str "A"
|
|
|
|
, Space
|
|
|
|
, Str "numbered"
|
|
|
|
, Space
|
|
|
|
, Str "caption,"
|
|
|
|
, Space
|
|
|
|
, Str "if"
|
|
|
|
, Space
|
|
|
|
, Str "I"
|
|
|
|
, Space
|
|
|
|
, Str "use"
|
|
|
|
, Space
|
|
|
|
, Str "pandoc-crossref."
|
|
|
|
]
|
|
|
|
( "example.png" , "fig:" )
|
2021-09-19 21:09:51 +02:00
|
|
|
]
|
|
|
|
]
|
2020-02-12 07:23:22 +01:00
|
|
|
```
|