| New Reply |
Subsection notation in LaTeX |
Share Thread | Thread Tools |
| Dec19-12, 11:01 AM | #1 |
|
|
Subsection notation in LaTeX
So to write 'in section 2' I would say 'in \S 2'
for 'in subsection 4.2' would I then say 'in \S\S 4.2'? or just 'in \S 4.2'? Thanks |
| PhysOrg.com |
science news on PhysOrg.com >> Hong Kong launches first electric taxis >> Morocco to harness the wind in energy hunt >> Galaxy's Ring of Fire |
| Dec19-12, 11:53 AM | #2 |
|
Mentor
|
You're much better off doing something like this so that you don't have to keep track of the numbering yourself:
Code:
\section Stuff
\subsection additional stuff
\label{sec:stuff}
A whole bunch of text and possibly additional sections follow here.
Now, referring back to \S \ref{sec:stuff}, we see that there is a great deal of stuff in it.
|
| Dec19-12, 12:00 PM | #3 |
|
Mentor
|
Ah, but your question seems to be more about the *notation* used to indicate sections. To answer your question, I think you would use only ONE \S symbol, even for a subsection. Two symbols : \S\S is use to refer to *multiple* sections. E.g. You might say something like: \S\S 4.2-4.6. It's the equivalent of writing p. 46 to indicate a particular page and pp.46-63 to indicate a range of pages.
|
| Dec19-12, 12:36 PM | #4 |
|
|
Subsection notation in LaTeX
Makes perfect sense, thank you.
|
| New Reply |
| Tags |
| latex |
| Thread Tools | |
Similar Threads for: Subsection notation in LaTeX
|
||||
| Thread | Forum | Replies | ||
| bra-ket notation in latex | Quantum Physics | 4 | ||
| LaTeX end section or subsection | Math & Science Software | 5 | ||
| LaTeX:: Indentation within Section and Subsection | Math & Science Software | 2 | ||
| Simple latex notation question... | Math & Science Software | 2 | ||
| Latex vector notation. | Engineering, Comp Sci, & Technology Homework | 3 | ||