Skip to content

Commit 1159d67

Browse files
committed
remove frontmatter
1 parent 8973e01 commit 1159d67

3 files changed

Lines changed: 4 additions & 16 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ webpdf: $(INPUT) includes $(COVER) $(BACK)
7575
# .pdf Target for GitHub Actions (uses free fonts)
7676
githubpdf: $(INPUT) includes $(COVER) $(BACK)
7777
./includes < $< \
78-
| $(PANDOC) -c -s -f $(IFORMAT) --template resources/template-github.tex --include-in-header $(UNICODE_MAP) --pdf-engine=xelatex $(FLAGS) $(LFLAGS) $(PFLAGS) --metadata title="What I Wish I Knew When Learning Haskell" -V documentclass=report -o $(WPDF)
78+
| $(PANDOC) -c -s -f $(IFORMAT) --template resources/template-github.tex --include-in-header $(UNICODE_MAP) --pdf-engine=xelatex $(FLAGS) $(LFLAGS) $(PFLAGS) --metadata title="What I Wish I Knew When Learning Haskell" -V documentclass=book -o $(WPDF)
7979

8080
errata:
8181
$(PANDOC) -i errata.md -o errata.tex

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,9 @@ Read Online:
1313
* [**PDF**](https://sdiehl.github.io/wiwinwlh/tutorial.pdf)
1414
* [**Example Code**](https://github.com/sdiehl/wiwinwlh/tree/master/src)
1515

16-
<!--
17-
If you'd like a physical copy of the text you can either print it out for
18-
yourself (see Printable PDF) or purchase one from a publisher. The price is
19-
at-cost since the text is open source and free.
20-
21-
* [**Blurb Publisher**](https://www.blurb.co.uk/b/9958091-what-i-wish-i-knew-when-learning-haskell)
22-
23-
The current published version is:
24-
25-
```
26-
Date: February 16, 2020
27-
Git: d429c2e21b9636cffa27a8d4f063644b8bcecf1a
28-
```
29-
-->
16+
I no longer actively support this document, but I will leave it up on Github for
17+
posterity and for historical record. The code is likely quite out of date
18+
compared to modern versions of both GHC and the libraries covered.
3019

3120
Contributing
3221
------------

resources/template-github.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@
166166
\date{$date$}
167167

168168
\begin{document}
169-
\frontmatter
170169
\maketitle
171170

172171
$body$

0 commit comments

Comments
 (0)