diff options
Diffstat (limited to 'macros/latex/contrib/zref-clever/zref-clever-code.tex')
-rw-r--r-- | macros/latex/contrib/zref-clever/zref-clever-code.tex | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/macros/latex/contrib/zref-clever/zref-clever-code.tex b/macros/latex/contrib/zref-clever/zref-clever-code.tex new file mode 100644 index 0000000000..a258484ccc --- /dev/null +++ b/macros/latex/contrib/zref-clever/zref-clever-code.tex @@ -0,0 +1,53 @@ +% \iffalse meta-comment +% +% File: zref-clever-code.tex +% +% This file is part of the LaTeX package "zref-clever". +% +% Copyright (C) 2021 Gustavo Barros +% +% It may be distributed and/or modified under the conditions of the +% LaTeX Project Public License (LPPL), either version 1.3c of this +% license or (at your option) any later version. The latest version +% of this license is in the file: +% +% https://www.latex-project.org/lppl.txt +% +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% +% This work is "maintained" (as per LPPL maintenance status) by +% Gustavo Barros. +% +% This work consists of the files zref-clever.dtx, +% zref-clever.ins, +% zref-clever.tex, +% zref-clever-code.tex, +% and the derived files listed in MANIFEST.md. +% +% The released version of this package is available from CTAN. +% +% ----------------------------------------------------------------------- +% +% The development version of the package can be found at +% +% https://github.com/gusbrs/zref-clever +% +% for those people who are interested. +% +% ----------------------------------------------------------------------- +% +% \fi + +\documentclass{l3doc} + +% Have \GetFileInfo pick up date and version data and used in the +% documentation. +\usepackage[cap,nameinlink=false,check,titleref]{zref-clever} + +\begin{document} + +\DocInput{zref-clever.dtx} + +\end{document} |