ARO Typography Center

SKILL BASED ELECTIVE COURSE – VI LaTeX PRACTICAL 7 Type a given expression using all inequalities.

Prac7

The minimal working working example is gievn below to Type a given expression using all inequalities.

\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{enumerate}

\begin{document}
\begin{enumerate}[1.]
\item $ A \subset B  $
\item $ A \subseteq B  $
\item $ a \le b   $
\item $a \ge b  $ 
\item $ a \in A , b \not \in A  $ 
\item $f : A \to B $
\end{enumerate}
\end{document}

The output would be

    1. \(A \subset B \)

    2. \(A \subseteq B \)

    3. \(a \le b \)

    4. \(a \ge b \)

    5. \(a \in A , b \not \in A \)

    6. \(f : A \to B \)

For more clarification see the video which is given below

Post a Comment

0 Comments

/* MCQ Temp */