Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion dev_scripts_helpers/documentation/latex_abbrevs.sty
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
% From https://tex.stackexchange.com/questions/75667/change-colour-on-chapter-section-headings-lyx
\usepackage{xcolor}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are multiple latex_abbrevs in //tutorials and //umd_classes (we should remove these multiple copies, but Latex is horrible at handling dirs). Can you copy / paste the same changes around?

% Math packages for symbols like \approx, \rightarrow, etc.
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}

% Unicode support for Greek letters and other Unicode characters
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need a dot at the end.

\usepackage[utf8]{inputenc}
\usepackage{textgreek}
%\usepackage{sectsty}
%\chapterfont{\color{blue}}
%\sectionfont{\color{red}}
Expand Down Expand Up @@ -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}}
Loading