diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-30 23:08:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-30 23:08:03 +0000 |
commit | 3fd588bb279cdfa2a5b61892ebe94ada81d07fbe (patch) | |
tree | 09ea2fcfbb8c68491d962ad314adb69ce5c8339c /Master/texmf-dist/doc/latex/xassoccnt/xassoccnt_periodiccounters_example.tex | |
parent | 525ac53a88fd99baae49fee0cafb38d995aaaace (diff) |
xassoccnt (29jul16)
git-svn-id: svn://tug.org/texlive/trunk@41767 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/xassoccnt/xassoccnt_periodiccounters_example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/xassoccnt/xassoccnt_periodiccounters_example.tex | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/xassoccnt/xassoccnt_periodiccounters_example.tex b/Master/texmf-dist/doc/latex/xassoccnt/xassoccnt_periodiccounters_example.tex index fa40a6e109a..3d73c470b9a 100644 --- a/Master/texmf-dist/doc/latex/xassoccnt/xassoccnt_periodiccounters_example.tex +++ b/Master/texmf-dist/doc/latex/xassoccnt/xassoccnt_periodiccounters_example.tex @@ -1,4 +1,4 @@ -%% LaTeX package xassoccnt - version 0.9 (2016/06/19 -- 08/11/05) +%% LaTeX package xassoccnt - version 1.0 (2016/07/28 -- 21/05/18) %% Example file for periodic counters file for xassoccnt.sty %% %% @@ -56,7 +56,6 @@ Value of foocntr is \thefoocntr\ now! \section{My nice section \x} } -%\RemovePeriodicCounter[resetperiodic=false]{section} \clearpage @@ -74,5 +73,15 @@ Value of foocntr is \thefoocntr\ now! } +\clearpage + +Now removing all periodic counters, but don't reset them +\RemoveAllPeriodicCounters[reset=false]% + +\foreach \x in {1,...,22} {% + \section{Section after removing periodic counters \x} +} + + \end{document}
\ No newline at end of file |