mirror of
https://github.com/bitemyapp/learnhaskell.git
synced 2024-11-19 09:25:38 +00:00
Fixed the long link issue by changing geometry to landscape
This commit is contained in:
parent
331c1ab9fb
commit
f4441d0239
3
Makefile
3
Makefile
@ -6,7 +6,8 @@ AUTHOR = -V author=bitemyapp
|
|||||||
FONTSIZE = -V fontsize=12pt
|
FONTSIZE = -V fontsize=12pt
|
||||||
FONTFAMILY = -V fontfamily=sans
|
FONTFAMILY = -V fontfamily=sans
|
||||||
PAGESIZE = -V pagesize=a4paper
|
PAGESIZE = -V pagesize=a4paper
|
||||||
VARIABLES = $(FONTSIZE) $(PAGESIZE) $(TITLE) $(AUTHOR) $(FONTFAMILY)
|
GEOMETRY = -V geometry=landscape
|
||||||
|
VARIABLES = $(GEOMETRY) $(FONTSIZE) $(PAGESIZE) $(TITLE) $(AUTHOR) $(FONTFAMILY)
|
||||||
FLAGS = --normalize --smart --toc $(VARIABLES)
|
FLAGS = --normalize --smart --toc $(VARIABLES)
|
||||||
|
|
||||||
pdf: README.md
|
pdf: README.md
|
||||||
|
12
README.md
12
README.md
@ -123,13 +123,14 @@ To install Haskell 7.8.4 from the unofficial repo (Fedora 22+ will include it in
|
|||||||
the official one):
|
the official one):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo yum-config-manager --add-repo https://copr.fedoraproject.org/coprs/petersen/ghc-7.8.4/repo/fedora-21/petersen-ghc-7.8.4-fedora-21.repo
|
$ sudo yum-config-manager --add-repo \
|
||||||
sudo yum install ghc cabal-install
|
> https://copr.fedoraproject.org/coprs/petersen/ghc-7.8.4/repo/fedora-21/petersen-ghc-7.8.4-fedora-21.repo
|
||||||
|
$ sudo yum install ghc cabal-install
|
||||||
```
|
```
|
||||||
|
|
||||||
As stated in
|
As stated in
|
||||||
[petersen/ghc-7.8.4 copr page](https://copr.fedoraproject.org/coprs/petersen/ghc-7.8.4/)
|
[petersen/ghc-7.8.4 copr page](https://copr.fedoraproject.org/coprs/petersen/ghc-7.8.4/)
|
||||||
this ghc cannot be parallel installed with Fedora/EPEL ghc.
|
this ghc cannot be installed in parallel with Fedora/EPEL ghc.
|
||||||
|
|
||||||
## Arch Linux
|
## Arch Linux
|
||||||
|
|
||||||
@ -147,9 +148,8 @@ through Portage. If you use `ACCEPT_KEYWORDS=arch` (as opposed to
|
|||||||
Haskell things. With that in mind, iff you use `ACCEPT_KEYWORDS=arch`, add the
|
Haskell things. With that in mind, iff you use `ACCEPT_KEYWORDS=arch`, add the
|
||||||
following to `/etc/portage/package.keywords`.
|
following to `/etc/portage/package.keywords`.
|
||||||
|
|
||||||
> dev-haskell/cabal-install
|
dev-haskell/cabal-install
|
||||||
|
dev-lang/ghc
|
||||||
> dev-lang/ghc
|
|
||||||
|
|
||||||
Once that is done,
|
Once that is done,
|
||||||
|
|
||||||
|
BIN
tutorial.pdf
BIN
tutorial.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user