Difference: LaTeX (19 vs. 20)

Revision 202010-07-02 - KevinLeytonBrown

Line: 1 to 1
 
META TOPICPARENT name="EmpiricalAlgorithmics"

LaTeX tips and tricks

Line: 208 to 208
 \urlstyle{new} %% then in a footnote: \footnote{\urlstyle{newFN}\url{http://whatever.com}\urlstyle{new} is worth checking out.}
Added:
>
>
%create a ref that takes the value of a counter. Use this to make a forward reference to a counter's value % %at the top: \newcounter{countsomething} This is my counter's final value: \ref{numsomething}. % %throughout, or hidden inside a repeatedly used macro: \addtocounter{countsomething}{1} % %at the end: \makeatletter% \immediate\write\@mainaux{% %use the following version if hyperref is being used \string\newlabel{numsomething}{{\arabic{countsomething}}{\arabic{page}}{}{}{}}% %use the following version if hyperref is not being used \string\newlabel{numsomething}{{\arabic{countsomething}}{\arabic{page}}}% }% \makeatother%
 

Spacing displays

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback