#Preamble change common emoji to text
1 messages · Page 1 of 1 (latest)
No custom user preamble set, using the default preamble.
% Always typeset math in display style
\everymath{\displaystyle}
% Standard mathematical typesetting packages
\usepackage[T1]{fontenc}
\usepackage{amsthm, amsmath, amssymb}
\usepackage[fixamsmath]{mathtools} % Extension to amsmath
\usepackage[cal=cm, scr=rsfs, frak=euler, bb=ams]{mathalpha}
\usepackage{lmodern}
% Symbol and utility packages
\usepackage{cancel}
\usepackage[nointegrals]{wasysym}
% Extras
\usepackage{physics} % Lots of useful shortcuts and macros
\usepackage{quiver} % For drawing commutative diagrams easily
\usepackage{hwemoji} % Support Unicode emojis
\DeclareUnicodeCharacter{FE0E}{}
\DeclareUnicodeCharacter{FE0F}{}
% Common shortcuts
\def\mbb#1{\mathbb{#1}}
\def\mfk#1{\mathfrak{#1}}
\def\bN{\mbb{N}}
\def\bC{\mbb{C}}
\def\bR{\mbb{R}}
\def\bQ{\mbb{Q}}
\def\bZ{\mbb{Z}}
% Sometimes helpful macros
\DeclarePairedDelimiter\floor{\lfloor}{\rfloor}
\DeclarePairedDelimiter\ceil{\lceil}{\rceil}
% Some standard theorem definitions
What
Someone told me to add this to use no common emoji font for regular text:,preamble --add \usepackage{newunicodechar} \newunicodechar{©}{\textcopyright} \newunicodechar{®}{\textregistered} \newunicodechar{™}{\texttrademark} \usepackage[T1]{fontenc}
,tex ©®™ $$\sin(\theta)$$
Ip Lily 🎅
I want the above output to appear if i just type .tex ©®™ $$\sin(\theta)$$
The reason I want to do this is because, when I'm talking about math in an English sentence, it looks very improper
Inverse trigonometry can be invoked using $\arcsin$.
Ip Lily 🎅
,preamble set
\newtheorem{Theorem}{Theorem}
\newtheorem{Proposition}{Theorem}
\newtheorem{Lemma}[Theorem]{Lemma}
\newtheorem{Corollary}[Theorem]{Corollary}
\theoremstyle{definition}
\newtheorem{Definition}[Theorem]{Definition}
\renewcommand{\div}{\divisionsymbol}
set
You want what to appear when you type what?
,preamble help
\newtheorem{Theorem}{Theorem}
\newtheorem{Proposition}{Theorem}
\newtheorem{Lemma}[Theorem]{Lemma}
\newtheorem{Corollary}[Theorem]{Corollary}
\theoremstyle{definition}
\newtheorem{Definition}[Theorem]{Definition}
\renewcommand{\div}{\divisionsymbol}
help
Prompt timed out, your preamble was not modified.
Prompt timed out, your preamble was not modified.