diff options
author | Karl Berry <karl@freefriends.org> | 2022-10-29 20:04:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-10-29 20:04:36 +0000 |
commit | 7d0c9c47d93d0efcb9b21effbb3506e87da3bfc7 (patch) | |
tree | e23ec0f9424f65f82110d9dccfcc575957a2f94d /Master/texmf-dist/doc/latex/hep-reference/hep-reference-test.tex | |
parent | 1acf9b6a564f9a4083cc48988f9d9843e3c4a162 (diff) |
hep-reference (28oct22)
git-svn-id: svn://tug.org/texlive/trunk@64853 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hep-reference/hep-reference-test.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hep-reference/hep-reference-test.tex | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hep-reference/hep-reference-test.tex b/Master/texmf-dist/doc/latex/hep-reference/hep-reference-test.tex new file mode 100644 index 00000000000..f5593232a75 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hep-reference/hep-reference-test.tex @@ -0,0 +1,54 @@ +%% +%% This is file `hep-reference-test.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% hep-reference-implementation.dtx (with options: `test') +%% This is a generated file. +%% Copyright (C) 2019-2020 by Jan Hajer +%% This file may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.3c of this license or (at your option) any later +%% version. The latest version of this license is in: +%% http://www.latex-project.org/lppl.txt +%% and version 1.3c or later is part of all distributions of +%% LaTeX version 2005/12/01 or later. + +\documentclass{article} + +\usepackage{amsmath} +\usepackage{hep-reference} +\usepackage{parskip} +\providecommand{\cref}{section \ref} + +\begin{document} + +\section{Section} \label{sec:Section} + +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam lobortis section \ref{sec:Section} + +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam lobortis \cref{sec:Section} + +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam loborti equation \eqref{eq:Equation} + +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam loborti reference \cite{cite} + +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. +\footnote{ + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. +} + +\begin{equation} \label{eq:Equation} +E=mc^2 +\end{equation} + +\begin{thebibliography}{1} +\bibitem{cite} reference +\end{thebibliography} + +\end{document} + +\endinput +%% +%% End of file `hep-reference-test.tex'. |