Answers for "horizontal rule in latex tab;e"

1

latex horizontal line in table

hline
Posted by: Guest on April-15-2021
0

add horizontal rule to latex

documentclass{article}
usepackage{lipsum}
begin{document}
lipsum[1]
vspace{5pt}
hrule
vspace{6pt}
lipsum[1]
noindent
rule{textwidth}{0.4pt}
end{document}
Posted by: Guest on April-12-2021

Browse Popular Code Answers by Language