Skip to content

Commit

Permalink
fixed minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrSheldon committed Feb 1, 2022
1 parent a0101d9 commit 9d511d0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
out/


# Created by https://www.toptal.com/developers/gitignore/api/latex,windows,linux,macos
# Edit at https://www.toptal.com/developers/gitignore?templates=latex,windows,linux,macos
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
\documentclass[../../main.tex]{subfiles}

\begin{document}
\newcommand{\axiom}[1]{
\ensuremath{
\stackrel{\textcolor{orange!75!black}{\text{#1}}}{=}
}
}

\begin{document}

\subsection*{Grundlagen der Gruppentheorie}
\pagecolor{violet!20}
Ganz zu Beginn dieses Buchs hast du dich mit den Grundrechenarten beschäftigt -- erst hast du ausschließlich mit natürlichen Zahlen gerechnet und dann hast du den Zahlbereich immer weiter ausgebaut -- über die ganzen Zahlen bis hin zu den rationalen und schließĺich den reellen Zahlen. Die vier Grundrechenarten, die dir bekannt sind, heißen Addition, Subtraktion, Multiplikation und Division.
Expand Down
13 changes: 4 additions & 9 deletions buch/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
\usepackage{scrhack} %I guess?


\newcommand{\ifdraft}[2]{#1}
%\newcommand{\ifdraft}[2]{#2}
%\newcommand{\ifdraft}[2]{#1}
\newcommand{\ifdraft}[2]{#2}

\usepackage{eso-pic}
\usepackage{transparent}
Expand All @@ -89,7 +89,7 @@
\setcounter{tocdepth}{1}
\tableofcontents

\begin{train}
%\begin{train}
\chapter{\prefacename}
\subfile{chapters/preface}

Expand All @@ -104,12 +104,9 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\part{Grundlagen}

%\begin{wip}
\begin{wip}
\declchapter{grundrechnen}{Grundrechenarten}

\end{train}
\if 0

\declchapter{teilbarkeit}{Teilbarkeit}

\declchapter{einheiten}{Rechnen mit Einheiten}
Expand Down Expand Up @@ -212,6 +209,4 @@
\begin{wip}
\subfile{formulary}
\end{wip}

\fi
\end{document}
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ $(BOOK_OUT_DIR)/main.aux: $(BOOK_SRC_DIR)/main.tex $(BOOK_CLS) $(STY_FILES)
$(MKDIR_P) $(BOOK_OUT_DIR);\
export TEXINPUTS=".;./buch/;";\
$(LATEX) -output-directory=$(BOOK_OUT_DIR) $(BOOK_SRC_DIR)/main.tex;\
makeindex $(BOOK_OUT_DIR)/main.idx;\
$(LATEX) -output-directory=$(BOOK_OUT_DIR) $(BOOK_SRC_DIR)/main.tex;

$(VB_OUT_DIR)/%.aux: $(VB_SRC_DIR)/%.tex book
Expand Down

0 comments on commit 9d511d0

Please sign in to comment.