packages feed

pandoc-crossref-0.3.18.2: test/m2m/setLabelAttribute/expect.tex

\section{Section}\label{section}

\begin{figure}
\centering
\pandocbounded{\includegraphics[keepaspectratio]{./image.png}}
\caption{Figure}\label{fig:1}
\end{figure}

\begin{equation}\protect\phantomsection\label{eq:1}{equation}\end{equation}

\begin{longtable}[]{@{}ll@{}}
\caption{\label{tbl:1}Table}\tabularnewline
\toprule\noalign{}
a & b \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
a & b \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
1 & 2 \\
\end{longtable}

\begin{codelisting}

\caption{Code Listing}\label{lst:1}

\begin{verbatim}
code
\end{verbatim}

\end{codelisting}

\subsection{Section}\label{section-1}

fig.~\ref{fig:1}

eq.~\ref{eq:1}

tbl.~\ref{tbl:1}

lst.~\ref{lst:1}