General Notes:
This Reference Sheet Only Tested Works With pdflatex. But may works well to in other Latex typeset compiler.
Line Spacing In Whole Document
\renewcommand{\baselinestretch}{1.5}
or you can use the other method
\linespread{1.5}
Notes: place before \begin{document} or in the preamble
Line Spacing In Several Part In Document
\renewcommand{\baselinestretch}{1.5}\selectfont
or you can use the other method
\linespread{1.5}\selectfont
Line Spacing Between List Item ( itemize and enumerate environment )
\setlength{\itemsep}{0pt}
or you can use the other method
\itemsep0pt
or you can use the other method
\setlength{\baselineskip}{0pt}
Line Spacing Between itemize, enumerate environment and on the first itemize environment.
place this following Latex code before \begin{itemize} or \begin{enumerate} environment\vspace{-0.5\baselineskip}
Notes
you can also use negative values
Bibliography
https://github.com/
https://quickref.me/
https://tex.stackexchange.com/
https://www.overleaf.com/
Tidak ada komentar:
Posting Komentar