Skip to content

Commit 3389308

Browse files
committed
fixing the template
1 parent 1b9e653 commit 3389308

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Book with Pillar
1+
name: Pillar >10
22

33
on:
44
push:
@@ -15,4 +15,4 @@ jobs:
1515
build:
1616
uses: SquareBracketAssociates/BookBuilderDashboard/.github/workflows/main.yml@newVersionOfPillar
1717
with:
18-
bookname: bkTemplate
18+
bookname: NewToolsInPharo
11.8 KB
Binary file not shown.

_support/templates/latex/main.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
% -*- mode: latex; -*- mustache tags: {{=« »=}} «! the '&' below prevents HTML escaping. »
2-
\documentclass[10pt,twoside,english]{_support/latex/sbabook/sbabook.bod}
2+
\documentclass[10pt,twoside,english]{_support/latex/sbabook/sbabook}
33
\let\wholebook=\relax
44

55
\usepackage{import}
@@ -70,7 +70,7 @@ the copyright holder. Nothing in this license impairs or restricts the
7070
author's moral rights.
7171

7272
\begin{center}
73-
\includegraphics[width=0.2\textwidth]{_support/latex/sbabook/CreativeCommons-BYNOCND.pdf}
73+
\includegraphics[width=0.2\textwidth]{_support/latex/CreativeCommons-BYNOCND.pdf}
7474
\end{center}
7575

7676
\vfill

0 commit comments

Comments
 (0)