mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-27 05:14:00 -06:00
Screen Readers (#53)
* add tikzcache * ignore files * add latexmkrc file * Move figures to new files * rename images * Fix build commands * Release as epub3 and mobi * Add cover-image support * use older epub * Externalize all tables * change gh actions command * fix linux xargs rm
This commit is contained in:
committed by
GitHub
parent
2691ecfa22
commit
6e97f9bbd0
@@ -11,6 +11,7 @@
|
||||
\usepackage{float}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{tocloft}
|
||||
\usepackage{tex4ebook}
|
||||
|
||||
% References
|
||||
\usepackage[backend=biber]{biblatex}
|
||||
@@ -46,22 +47,14 @@
|
||||
% Space between paragraphs
|
||||
\usepackage[skip=5pt plus1pt, indent=0pt]{parskip}
|
||||
|
||||
% Define styles for the flow chart graphics
|
||||
\definecolor{codeblue}{RGB}{69, 161, 248}
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{shapes,arrows}
|
||||
\tikzstyle{decision} = [diamond, draw, fill=codeblue, text=white,
|
||||
text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt]
|
||||
\tikzstyle{block} = [rectangle, draw, fill=codeblue, text=white,
|
||||
text width=5em, text centered, rounded corners, minimum height=4em]
|
||||
\tikzstyle{line} = [draw, -latex']
|
||||
\tikzstyle{cloud} = [draw, ellipse,fill=red!20, node distance=3cm,
|
||||
minimum height=2em]
|
||||
|
||||
% Caption and figure size below images
|
||||
\usepackage{caption}
|
||||
\captionsetup[figure]{font=footnotesize}
|
||||
|
||||
% Basic attributes
|
||||
\author{Hendrik Kleinwächter}
|
||||
\title{The Sourdough Framework}
|
||||
|
||||
\begin{document}
|
||||
|
||||
% Title page
|
||||
|
||||
Reference in New Issue
Block a user