From aea791e94d0f6416b74878dec211dec5ab99e81b Mon Sep 17 00:00:00 2001 From: protocorn Date: Wed, 3 Sep 2025 13:18:43 -0400 Subject: [PATCH] Fix Unicode charcter error --- dev_scripts_helpers/documentation/latex_abbrevs.sty | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dev_scripts_helpers/documentation/latex_abbrevs.sty b/dev_scripts_helpers/documentation/latex_abbrevs.sty index 23ee6c94f..1bb764f54 100644 --- a/dev_scripts_helpers/documentation/latex_abbrevs.sty +++ b/dev_scripts_helpers/documentation/latex_abbrevs.sty @@ -1,5 +1,14 @@ % From https://tex.stackexchange.com/questions/75667/change-colour-on-chapter-section-headings-lyx \usepackage{xcolor} + +% Math packages for symbols like \approx, \rightarrow, etc. +\usepackage{amsmath} +\usepackage{amssymb} +\usepackage{amsfonts} + +% Unicode support for Greek letters and other Unicode characters +\usepackage[utf8]{inputenc} +\usepackage{textgreek} %\usepackage{sectsty} %\chapterfont{\color{blue}} %\sectionfont{\color{red}} @@ -349,4 +358,4 @@ % For some reasons new commands can't end with a number. %\newcommand{\v0}{\vv{0}} -%\newcommand{\v1}{\vv{1}} +%\newcommand{\v1}{\vv{1}} \ No newline at end of file