Jumat, 11 Oktober 2024

Latex Math Symbol And Equations source 1

  1. Open the Latex editor.
  2. type this following Latex code in the Latex editor:
    %!TEX TS-program = pdflatex
    %!TEX encoding = UTF-8 Unicode
    %Typeset/Build program


    \documentclass[varwidth,multi=page,margin=5,preview]{standalone}


    \usepackage[T1]{fontenc}
    \usepackage{array}
    \usepackage{amsmath}
    \usepackage{charter}


    \begin{document}


    %\begin{page}
    %\Huge{\textbf{Latex Math\\ Symbol And\\ Equations 1}}\newline\newline
    %\large{\textbf{by: Private Course And Tutor Course}}
    %\end{page}


    \begin{page}
    {\Huge \textbf{Number Sets:}}


    Complement: $A^{\prime}$


    Proper subset: $A \subset B$


    Empty set: $\emptyset$


    Union of sets: $A \cup B$ Or $A \bigcup B$


    Intersection of sets: $A \cap B$ Or $A \bigcap B$


    Difference of sets: $A \setminus B$ \\


    \large{\textbf{Latex source:}}
    \large{}
    \begin{verbatim}
    Complement: $A^{\prime}$


    Proper subset: $A \subset B$


    Empty set: $\emptyset$


    Union of sets: $A \cup B$ Or $A \bigcup B$


    Intersection of sets: $A \cap B$ Or $A \bigcap B$


    Difference of sets: $A \setminus B$
    \end{verbatim}
    \end{page}
    \end{document}
  3. Save file as LatexMathSymbolAndEquations1so.tex.
  4. run the Typeset command or similar other command with pdfLatex.
  5. to see the output, click at the Latex Math Symbol And Equations 1
Next Latex Math Symbol And Equations 2 >

Tidak ada komentar:

Posting Komentar

Various Other Posts