From 70340ace6f83709cc9dac621b67502224b3baae5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 4 Jan 2014 00:18:44 +0000 Subject: refenums (3jan14) git-svn-id: svn://tug.org/texlive/trunk@32562 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/refenums/demo.tex | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/doc/latex/refenums/demo.tex') diff --git a/Master/texmf-dist/doc/latex/refenums/demo.tex b/Master/texmf-dist/doc/latex/refenums/demo.tex index ca41e7382db..f74589970be 100644 --- a/Master/texmf-dist/doc/latex/refenums/demo.tex +++ b/Master/texmf-dist/doc/latex/refenums/demo.tex @@ -1,6 +1,7 @@ \documentclass[parskip=full]{scrartcl} \usepackage[colorlinks]{hyperref} +\usepackage[capitalise,nameinlink]{cleveref} \usepackage{refenums} %Always add a dot behind the definition @@ -9,13 +10,13 @@ \begin{document} -\title{Demonstation of the refenums package} +\title{Demonstration of the refenums package} \date{} \author{} \maketitle \vspace{-12ex} -This documents demonstrates the usage and results of the \href{http://mirror.ctan.org/tex-archive/macros/latex/contrib/refenums/}{refenums} package. +This documents demonstrates the usage and results of the \href{http://www.ctan.org/pkg/refenums}{refenums} package. All content appearing in this work is fictitious. Any resemblance to real artefacts, items, or persons, living or dead, is purely coincidental. @@ -71,6 +72,15 @@ The heading is defined using the macro. \defRefEnum[subsection]{Step}{Software Specification}{spec} The heading is defined using the macro. +\section{Other Steps} +\label{sec:osteps} + +This section shows how an enum can be reused. +One has to take care to use different labels as in the first usage. + +\setcounter{Step}{0} +\defRefEnumInline{Step}{Think}{think} First think. +\defRefEnumInline{Step}{Work}{work} Then work. \section{Issues} \defRefEnum{Issue}{Fictional}{fi} @@ -95,6 +105,9 @@ In \cref{sec:steps}, we started with \refEnumFull{Step}{rqa}. \LaTeX{} put that step into \cref{sec:rqa}. Afterwards, \refEnumFull{Step}{spec} has been described. +We reused the enumeration environment for other steps in \cref{sec:osteps}. +There, we started with \refEnumFull{Step}{think}. + Some issues such as \refEnumFull{Issue}{fi} were raised. First, the milestone \refEnumFull{M}{bm} has to be reached. -- cgit v1.2.3