#Can't render emoji in tex, unsure if hwemoji is being used

1 messages · Page 1 of 1 (latest)

broken gladeBOT
#

Gandalf1701D

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

Your personal custom preamble.

% Required to support mathematical unicode
\usepackage[warnunknown, fasterrors, mathletters]{ucs}
\usepackage[utf8x]{inputenc}

% Always typeset math in display style
\everymath{\displaystyle}

% Use a larger font size
\usepackage[fontsize=14pt]{scrextend}

% Standard mathematical typesetting packages
\usepackage{amsfonts, amsthm, amsmath, amssymb}
\usepackage{mathtools}  % Extension to amsmath

% Symbol and utility packages
\usepackage{cancel, textcomp}
\usepackage[mathscr]{euscript}
\usepackage[nointegrals]{wasysym}

% Extras
\usepackage{physics}  % Lots of useful shortcuts and macros
\usepackage{tikz-cd}  % For drawing commutative diagrams easily
\usepackage{color}  % Add some colour to life
\usepackage{microtype}  % Minature font tweaks

% 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
\newcommand{\func}[3]{#1\colon#2\to#3}
pale python
#

Is it on page 2?

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

Your personal custom preamble.


\newcommand{\vfunc}[5]{\func{#1}{#2}{#3},\quad#4\longmapsto#5}
\newcommand{\floor}[1]{\left\lfloor#1\right\rfloor}
\newcommand{\ceil}[1]{\left\lceil#1\right\rceil}

% Some standard theorem definitions
\newtheorem{Theorem}{Theorem}
\newtheorem{Proposition}{Theorem}
\newtheorem{Lemma}[Theorem]{Lemma}
\newtheorem{Corollary}[Theorem]{Corollary}

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

\usepackage{amssymb}
\usepackage{physconst}
tame cape
#

You’re using an old default preamble, use ,preamble —reset to get the newest version (you’ll need to add physconst again though)

broken gladeBOT
#

Your preamble has been reset to the default! Use ,preamble --revert to restore it.
Use ,preamble --retract to also retract your pending preamble request

#
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