Posts

Showing posts with the label latex

Latex superscript outside math mode

So...you want to avoid doing:   $9^{th}$ July . Then, you can use textsuperscript like: 9\textsuperscript{th} July .

Horizontal Line in Latex

\begin{center}     \line(x-slope,y-slope){length} \end{center} For example: \line(1,0){250}