- 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.
Tidak ada komentar:
Posting Komentar