Jumat, 06 Desember 2024

Basic Formatting In Latex

1. Type this following latex code in latex editor:
% !TEX TS-program=pdflatex
%
% File name: basicFormat1.tex
% Description:
% The Basic Formatting In Latex
%
\documentclass[12pt]{article}
\usepackage[bold]{libertine}
\begin{document}
\Large\textbf {1 An Exercise on Basic Formatting}\\
\indent \indent 1.\textbf{Bold Face}\\
\indent \indent 2.\textit{Italics}\\
\indent \indent 3. Underlining\\
\indent \indent \textbullet \space \underline{L}etter Only\\
\indent \indent \textbullet \space \underline{Underline}\\
\indent \indent \textbullet \space \underline{Word Underline}\\
\indent \indent 4. Putting Quotations\\
\indent \indent \indent \textbullet \space 'Single Quotes'\\
\indent \indent \indent \textbullet \space "Double Quotes"\\
\indent \indent 5. \texttt{Type Writer Text}\\
\indent \indent 6. \emph{Emphasis}\\
\indent \indent 7. \textsc{SMALL CAPITALS}\\
\indent \indent 8. \Huge Big Text
\end{document}
2. Save file as basicFormat1.tex
3. Then build or typeset the Latex code.

Output


Notes To see the more clear picture, click on the picture.



Bibliography

https://latex-tutorial.com/
http://latex.org/
https://tex.stackexchange.com/
https://www.overleaf.com/

paragraph, indent, monospace, text type, bullet, font size, whitespace, bold format, italic

Related Post

Tidak ada komentar:

Posting Komentar

Various Other Posts