From 3069b5ff7c5b8cd5650b85a51d50fd7b38203ab6 Mon Sep 17 00:00:00 2001 From: Ced Date: Sat, 11 Jan 2025 10:24:41 +0000 Subject: [PATCH] Remove the MWE from git was added for the debug branches but shall not go to main. --- book/mwe.tex | 49 ------------------------------------ website/_bundle_install_done | 0 2 files changed, 49 deletions(-) delete mode 100644 book/mwe.tex delete mode 100644 website/_bundle_install_done diff --git a/book/mwe.tex b/book/mwe.tex deleted file mode 100644 index df44c1a..0000000 --- a/book/mwe.tex +++ /dev/null @@ -1,49 +0,0 @@ -\documentclass[paper=a4, twoside=false, fontsize=12pt, parskip=half, - bibliography=totoc, listof=totoc]{scrbook} - -% General packages -\usepackage{pgfplots} -\usepackage{fontspec} -\usepackage[mode=match, reset-text-family=false]{siunitx} -\usepackage{fontspec} -\usepackage{calc} -\input{colors.tex} -% Define flowcharts macros independently so we can build them as png files -% for the website or something. This is supported in the makefile -\input{figures/flowcharts_tikz.tex} -% Fonts -\defaultfontfeatures{Scale=MatchLowercase, Ligatures=TeX} -% Define Semi-bold -\DeclareRobustCommand\sbseries{\fontseries{sb}\selectfont} -% Fonts for accessibility -\ifdefined\isaccessible - \setmainfont{Open Sans}[ - Scale=MatchLowercase] -\else - \setmainfont{TeX Gyre Pagella}[Scale=1.0] % Or Palatino Linotype, etc. - % TODO not available on github CI - % \setmonofont{Andale Mono}[Scale=MatchLowercase] -\fi -% Opens Sans in both case.. -\setsansfont{Open Sans}[ - Scale=MatchLowercase, - FontFace = {sb}{it}{* Semibold Italic}, - FontFace = {sb}{n}{*-semibold}] -\usepackage{layouts} - -\newcommand{\printsizes}{ - Width: \printinunitsof{in}\prntlen{\textwidth}in \\ - Height: \printinunitsof{in}\prntlen{\textheight}in -} - -\begin{document} -\begin{figure}[!htb] - \centering - \input{figures/fig-starter-process.tex} - \caption[Dough strength over time with kneading]{A schematic visualization - of gluten development in sourdoughs with different kneading techniques. - A combination of techniques can be utilized to achieve maximum dough - strength.}% - \label{fig:dough-strength-sourdough} -\end{figure} -\end{document} diff --git a/website/_bundle_install_done b/website/_bundle_install_done deleted file mode 100644 index e69de29..0000000