Rabu, 13 November 2024

Parts Of Fraction In Latex

  • Type this following latex code for drawing Parts Of Fraction using Latex editor:
%! Tex TS-program=pdflatex
% pdflatex PartsOfFraction1prv.tex
\documentclass{report}
\usepackage{tgbonum}
\usepackage{amsmath}

% -------------------
% Each unique / separated page for each tikzpicture
% -------------------
\usepackage[active,tightpage,pdftex,multi]{preview}
\PreviewEnvironment{page}
\setlength\PreviewBorder{3pt}

% bold font for entire document
\renewcommand{\seriesdefault}{bx}
\renewcommand{\boldmath}{\Huge{}}

\begin{document}
\begin{preview}
\Huge{}
$\begin{array}{c}
\text{Parts Of} \\ 
\text{A Fraction}
\end{array}$
\end{preview}

\begin{preview}
\boldmath
$\begin{aligned}
\displaystyle
\dfrac{\mathbf{\textit{a}}}{\mathbf{\textit{b}}}\\
\end{aligned}$
\end{preview}

\begin{preview}
\Huge{}
$\begin{array}{ll}
\textit{a} & \textsf{is numerator} \\ & \textsf{or part}\\\\
\text{fraction } & \textsf{represents}\\
\text{bar} & \textsf{division}\\\\

\textit{b} & \textsf{is denominator} \\ & \textsf{or whole}\\
\end{array}$
\end{preview}
\end{document}
  • Save file as PartsOfFraction1prv.tex
  • then build or typeset the Latex code.

Output



Notes

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

<< Back to Study About Draw In Latex 2


Related Post

Tidak ada komentar:

Posting Komentar

Various Other Posts