Literals/String: Difference between revisions

m
→‎{{header|LaTeX}}: Fixed extra quotation marks and shortened.
m (→‎{{header|plainTeX}}: Edited to include the reference from Leslie B. Lamport's techne.)
m (→‎{{header|LaTeX}}: Fixed extra quotation marks and shortened.)
Line 1,470:
For example, to typeset 'a' is for "apple" in LaTeX, one would type
 
<lang latex>`a' is for ``apple'''''''</lang>\documentclass{minimal}
\begin{document}
`a' is for ``apple"
\end{document}</lang>
 
One common mistake is to use the same symbol for opening and closing quotes,