File: test-zref.tex

package info (click to toggle)
vim-vimtex 2.17-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,844 kB
  • sloc: makefile: 360; python: 103
file content (19 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\documentclass{scrartcl}
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage{zref-user}
\usepackage{zref-clever}

\begin{document}

\section{sub3 with spaces}\zlabel{sec:sub3 with spaces}

\begin{equation}
  f(x) = 42
  \label{eq:sub3 with spaces}
\end{equation}

This is \zcref{sec:sub3 with spaces}, and \zcref{eq:sub3 with spaces} is up top.
The same here, but without anything clever done to it: \zref{eq:sub3 with spaces}.

\end{document}