#Preamble modification
1 messages · Page 1 of 1 (latest)
I also tried to update preamble by some command, uh lemme see - preamble replace, yes
but it got denied
do ,preamble
let's see what you've got
also, please change the post tag from LaTeX Question to Bot Question
Fixed
okay!
oi, thankyou!
No custom user preamble set, using the default 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}
No custom user preamble set, using the default 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}
\renewcommand{\div}{\divisionsymbol}
I have this currently ^^
Sorry for the late response, if you want to change your fontsize do the following:
,preamble --remove \usepackage[fontsize=14pt]{scrextend}
,preamble --add \usepackage[fontsize=Xpt]{scrextend}
In the second command replace X with your desired font size
You can also keep it removed to use the default fontsize of 10 pt