mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-27 13:24:00 -06:00
Various clean up (#134)
* Fix reference and grammar * Remove obsolete package * Use colored links in pdf, black when printed We can debate the colors to use of course, I left the defaults in. There are accessibility concerns with colors... * Add supporter.csv to the list of TeX source So we rebuild everytime we add a new supporter. * Inline the list of supporters Those guys are awesome, but do they really need to be in a table one per line over 3 pages? * Explicit figure location h rarelly works, so making it clear top is also an option.
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{blindtext}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{pgfplotstable}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{filecontents}
|
||||
\usepackage{longtable}
|
||||
\usepackage{float}
|
||||
\usepackage[T1]{fontenc}
|
||||
@@ -42,10 +40,9 @@
|
||||
\addbibresource{references.bib}
|
||||
|
||||
% Clickable links in the table of contents
|
||||
\usepackage[hidelinks]{hyperref}
|
||||
\hypersetup{
|
||||
\usepackage[ocgcolorlinks]{hyperref}
|
||||
\hypersetup{%
|
||||
linktoc=all
|
||||
allcolors=black
|
||||
}
|
||||
|
||||
% Folders where to search for images
|
||||
|
||||
Reference in New Issue
Block a user