Добавить
Уведомления

Set Notation and Number Groups in LaTex

Video on how to use Latex to type Symbols for set Notation How to type mathematical typeset into LaTex. Notation for groups of numbers such as Real , complex , integers , rational etc Fonts for number groups such as Real Number , Complex Numbers , Integers , Natural Numbers , Rational Numbers use different packages set in the preamble and the mathematical language which is clearly shown how to do this. Also Real numbers to show 2 dimensional or 3 dimensional or infinitely dimensional . Numbers Modulo n and multiple integers are all shown. https://youtu.be/Xs0waySIr90 https://youtu.be/KlfquArXrD4 Below is the typeset in the video. \documentclass[a4,paper,10pt]{article} \usepackage{fancyhdr} \usepackage{amsmath} \usepackage{amssymb} \usepackage{graphicx} \usepackage{xfrac} \usepackage{gensymb} \usepackage{polynom} \usepackage{scalerel} \usepackage{stackengine} \usepackage{xcolor} \usepackage{bigints} \usepackage{physics} \usepackage{lastpage} \usepackage{mathrsfs} \usepackage{pxfonts} \usepackage{txfonts} \usepackage{dsfont} \pagestyle{fancy} \fancyhf{} \lhead{Math Typeset} \chead{Sum Chief} \rhead{YouTube Demo} \rfoot{Page \thepage\ of \pageref{LastPage}} \title{} \setcounter{page}{1} \begin{document} Standard Sets of Numbers.\\ $ \mathbb{R} , \mathbb{R}^+ ,\mathbb{R}^2 , \mathbb{R}^\infty \\ \mathbb{Q} , \mathbb{Q}^* , \mathbb{Q}^+ \\ \mathbb{Z} , \mathbb{Z}^* , \mathbb{Z}_n , \mathbb{Z}_8 , n\mathbb{Z} , 7\mathbb{Z} \\ \mathbb{N} \\ \mathbb{C} , \mathbb{C}^* \\ $ other mathematical typesets .\\ $ \mathcal{A B C D E F G H I J K L} \\ \mathscr{A B C D E F} \\ \varmathbb{R Q Z N C} \\ \mathds{R Q Z N C} \\ $ \end{document}

12+
9 просмотров
9 месяцев назад
21 января 2025 г.
12+
9 просмотров
9 месяцев назад
21 января 2025 г.

Video on how to use Latex to type Symbols for set Notation How to type mathematical typeset into LaTex. Notation for groups of numbers such as Real , complex , integers , rational etc Fonts for number groups such as Real Number , Complex Numbers , Integers , Natural Numbers , Rational Numbers use different packages set in the preamble and the mathematical language which is clearly shown how to do this. Also Real numbers to show 2 dimensional or 3 dimensional or infinitely dimensional . Numbers Modulo n and multiple integers are all shown. https://youtu.be/Xs0waySIr90 https://youtu.be/KlfquArXrD4 Below is the typeset in the video. \documentclass[a4,paper,10pt]{article} \usepackage{fancyhdr} \usepackage{amsmath} \usepackage{amssymb} \usepackage{graphicx} \usepackage{xfrac} \usepackage{gensymb} \usepackage{polynom} \usepackage{scalerel} \usepackage{stackengine} \usepackage{xcolor} \usepackage{bigints} \usepackage{physics} \usepackage{lastpage} \usepackage{mathrsfs} \usepackage{pxfonts} \usepackage{txfonts} \usepackage{dsfont} \pagestyle{fancy} \fancyhf{} \lhead{Math Typeset} \chead{Sum Chief} \rhead{YouTube Demo} \rfoot{Page \thepage\ of \pageref{LastPage}} \title{} \setcounter{page}{1} \begin{document} Standard Sets of Numbers.\\ $ \mathbb{R} , \mathbb{R}^+ ,\mathbb{R}^2 , \mathbb{R}^\infty \\ \mathbb{Q} , \mathbb{Q}^* , \mathbb{Q}^+ \\ \mathbb{Z} , \mathbb{Z}^* , \mathbb{Z}_n , \mathbb{Z}_8 , n\mathbb{Z} , 7\mathbb{Z} \\ \mathbb{N} \\ \mathbb{C} , \mathbb{C}^* \\ $ other mathematical typesets .\\ $ \mathcal{A B C D E F G H I J K L} \\ \mathscr{A B C D E F} \\ \varmathbb{R Q Z N C} \\ \mathds{R Q Z N C} \\ $ \end{document}

, чтобы оставлять комментарии