Skip to content

Commit

Permalink
Lägg till byggsteg med felkorrigeringar för EPUB
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri committed Mar 24, 2024
1 parent 526f699 commit ea4cd67
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bygg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ jobs:
run: |
echo $GITHUB_SHA | cut -c1-7 > SHA.tmp
echo $GITHUB_REF_NAME > branch.tmp
- name: 'Lägg på patchar för EPUB'
run: git apply epub-fixar.patch
- name: 'Bygg koncept.epub'
continue-on-error: true
run: make koncept.epub
Expand Down
26 changes: 26 additions & 0 deletions epub-fixar.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
diff --git a/koncept/appendix-rapportkoder.tex b/koncept/appendix-rapportkoder.tex
index 943ad8b..bee0430 100644
--- a/koncept/appendix-rapportkoder.tex
+++ b/koncept/appendix-rapportkoder.tex
@@ -144,7 +144,7 @@ Numera används enbart SINPO-koden.
Namnet på koden kommer av begynnelsebokstäverna i orden

%% k7per: Why style=nextline, hard to read I think.
-\begin{description}[style=nextline]
+\begin{description}
\item[Signal strength]
(signalstyrka),
\item[Interference]
diff --git a/koncept/chapter12-2.tex b/koncept/chapter12-2.tex
index 58bd2ea..51087f1 100644
--- a/koncept/chapter12-2.tex
+++ b/koncept/chapter12-2.tex
@@ -159,7 +159,7 @@ i fasta installationer.}
%% anlitas vid ingrepp i fasta elinstallationer.}

\subsection{Liten terminologi vid elinstallationer}
-\begin{description}[style=nextline]
+\begin{description}
\item[Gruppcentral] Den säkringscentral som följer efter elmätaren,
till exempel i villor och lägenheter.

0 comments on commit ea4cd67

Please sign in to comment.