Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
programming:latex [2011/01/18 04:08]
127.0.0.1 external edit
programming:latex [2013/09/19 16:40] (current)
Line 138: Line 138:
 </code> </code>
  
 +==== Number subsubsections with letters ====
  
 +<code latex>
 +\setcounter{secnumdepth}{3} % to number subsubsections
 +\renewcommand\thesubsubsection{\alph{subsubsection}} % to number them with just a letter
 +\makeatletter
 +\renewcommand\p@subsubsection{\thesubsection.} % to reference them with chap.sec.ssec.sssec
 +\makeatother
 +</code>
 ===== Errors ===== ===== Errors =====
  
programming/latex.1295323702.txt.gz ยท Last modified: 2013/09/19 16:43 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0