Skip to content

Commit

Permalink
update from en origin
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed Jan 14, 2025
1 parent e16bd4e commit 80e52bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
9 changes: 8 additions & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ ZIPFILE = $(PROJECT)-$(VERSION).zip

all: ebooks pdf

.PHONY: all

clean:
latexmk -C

.PHONY: clean

pdf:
latexmk

Expand All @@ -27,5 +34,5 @@ release: zip
woger github package=$(PROJECT) version=$(VERSION) dist_type=zip && \
for file in $(PROJECT).pdf $(EBOOKS); do \
suffix=$${file##*.}; \
hub release edit $(TAG) $$file#$(PROJECT)-$(VERSION).$$suffix; \
gh release upload $(TAG) $$file#$(PROJECT)-$(VERSION).$$suffix; \
done
10 changes: 4 additions & 6 deletions chapters/hpmor-chapter-023.tex
Original file line number Diff line number Diff line change
Expand Up @@ -204,19 +204,18 @@ \chapter{Glauben an den Glauben}
\setlength{\partopsep}{0pt}

\begin{centering}
\begin{samepage}
\nopagebreak
\scshape Beobachtung:

% \itshape Wizardry isn’t as powerful now as it was when Hogwarts was founded.
\itshape Die Zauberei ist nicht so mächtig, wie damals als Hogwarts gegründet wurde.
\end{samepage}

\vskip 1\baselineskip plus .5\textheight minus 1\baselineskip

\begin{samepage}
% \scshape Hypotheses:
\scshape Hypothesen:

\nopagebreak
\itshape
\begin{enumerate}[1.]
\firmlist
Expand All @@ -235,12 +234,12 @@ \chapter{Glauben an den Glauben}
% \item Stronger wizards are having fewer children. (Draco = only child? Check if 3 powerful wizards, Quirrell / Dumbledore / Dark Lord, had any children.)
\item Stärkere Zauberer haben weniger Kinder. (Draco = Einzelkind? Prüfen ob 3 mächtige Zauberer, Quirrell / Dumbledore / Dunkler Lord, irgendwelche Kinder hatten.)
\end{enumerate}
\end{samepage}

\vskip 1\baselineskip plus .5\textheight minus 1\baselineskip

\begin{samepage}
\scshape Tests:

\nopagebreak
\itshape
\begin{enumerate}[A.]{
\firmlist
Expand All @@ -255,7 +254,6 @@ \chapter{Glauben an den Glauben}
% \item Are magical creatures losing their powers? Distinguishes 1 from (2 or 3). {\scshape Result:} Magical creatures seem to be as strong as they ever were.
\item Verlieren magische Geschöpfe ihre Kräfte? Unterscheidet 1 von (2 oder 3). {\scshape Ergebnis:} Magische Geschöpfe scheinen so stark zu sein, wie eh und je.
\end{enumerate}
\end{samepage}
\end{centering}
\vskip 1\baselineskip plus .5\textheight minus 1\baselineskip
\restoretrivseps
Expand Down

0 comments on commit 80e52bd

Please sign in to comment.