Skip to content

Commit

Permalink
Tweaks to half-title.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmemcpy committed Feb 14, 2020
1 parent 6b5a524 commit f5797f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ before_deploy:
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
- git tag $TRAVIS_TAG

cache:
directories:
src/_minted-ctfp

deploy:
- provider: releases
api_key:
Expand Down
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ mkShell {
minifp
titlecaps
enumitem
environ
trimspaces
l3packages;
})
gnumake
Expand Down
2 changes: 1 addition & 1 deletion src/half-title.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
\ifdefined\OPTCustomLanguage{%
\vspace*{1cm}
\small\selectfont{
\textbf{\OPTDisplayLanguageName Edition}\\
\textbf{\OPTDisplayLanguageName{} Edition}\\
\textit{Contains code snippets in Haskell and \OPTDisplayLanguageName}\\
}
}
Expand Down

0 comments on commit f5797f1

Please sign in to comment.