#Preamble change common emoji to text

1 messages · Page 1 of 1 (latest)

pulsar fox
#

How can I change my preamble to use ©️®️™️ change no emoji font

#

,preamble

agile hollowBOT
#
Your current preamble. Use ,texconfig to see the other LaTeX config options!

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
onyx hornet
#

What

pulsar fox
#

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)$$

agile hollowBOT
#

Ip Lily 🎅

pulsar fox
#

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$.

agile hollowBOT
#

Ip Lily 🎅

pulsar fox
#

,preamble set

agile hollowBOT
#
Please confirm you want to submit the following preamble. (y/n)

\newtheorem{Theorem}{Theorem}
\newtheorem{Proposition}{Theorem}
\newtheorem{Lemma}[Theorem]{Lemma}
\newtheorem{Corollary}[Theorem]{Corollary}

\theoremstyle{definition}
\newtheorem{Definition}[Theorem]{Definition}

\renewcommand{\div}{\divisionsymbol}
set
onyx hornet
#

You want what to appear when you type what?

pulsar fox
#

,preamble help

agile hollowBOT
#
Please confirm you want to submit the following preamble. (y/n)

\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.