Skip to content

Commit

Permalink
Remove impnattypo package as the last line of paragraph has too much …
Browse files Browse the repository at this point in the history
…white space between the words
  • Loading branch information
koppor committed Jan 23, 2018
1 parent a1a873e commit afd756d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]

### Added
- Added package [impnattypo](https://ctan.org/pkg/impnattypo) to ensure that last line of paragraph is not too short.
- Added ready-to-go configuration for [latexindent](https://ctan.org/pkg/latexindent)
- Added labeled "Conclusion and Outlook" section to enable an even quicker start.

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* Support for `\powerset` command.
* Support todos as pdf annotations. This is enabled by the [pdfcomment] package.
* [microtypographic extensions](https://www.ctan.org/pkg/microtype) for a better look of the paper.
* Adds modern packages such as [microtype], [cleveref], [csquotes], [paralist], [hyperref], [hypcap], [upquote], [impnattypo], [cfr-lm].
* Adds modern packages such as [microtype], [cleveref], [csquotes], [paralist], [hyperref], [hypcap], [upquote], [cfr-lm].
* Optional: Support for [minted] package. Uncomment `\usepackage[newfloat]{minted}` to get started.
* Ready-to-go configuration for [latexindent].

Expand Down Expand Up @@ -163,7 +163,6 @@ Attention! This is work in progress and does not always produce best results.
[csquotes]: https://www.ctan.org/pkg/csquotes
[hypcap]: https://www.ctan.org/pkg/hypcap
[hyperref]: https://ctan.org/pkg/hyperref
[impnattypo]: https://ctan.org/pkg/impnattypo
[latexindent]: https://ctan.org/pkg/latexindent
[microtype]: https://ctan.org/pkg/microtype
[minted]: https://ctan.org/pkg/minted
Expand Down
9 changes: 0 additions & 9 deletions paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,6 @@
}{}
\DeclareMathSymbol{\powerset}{\mathord}{MnSyC}{180}

%better paragraph layouting
\usepackage{ifluatex}
\ifluatex
%lualatex allows for more optimizations
\usepackage[lastparline,nosingleletter,homeoarchy]{impnattypo}
\else
\usepackage[lastparline]{impnattypo}
\fi

% correct bad hyphenation here
\hyphenation{op-tical net-works semi-conduc-tor}

Expand Down

0 comments on commit afd756d

Please sign in to comment.