diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2015-11-18 10:09:12 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2015-11-18 10:09:12 -0700 |
commit | deb4807989d127e40e44c1192477c40e30f88180 (patch) | |
tree | 41e557cc82e01b0e76de8d4f548105023af8dfee /blog/entry/tipsspacing.mdwn | |
parent | 675d02fc2c3d2bfb53a81db6d2c55f0dfbbd79ed (diff) | |
download | wiki-deb4807989d127e40e44c1192477c40e30f88180.tar.gz |
imported PyBlosxom entries and comments
Diffstat (limited to 'blog/entry/tipsspacing.mdwn')
-rw-r--r-- | blog/entry/tipsspacing.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/blog/entry/tipsspacing.mdwn b/blog/entry/tipsspacing.mdwn new file mode 100644 index 0000000..e04fd90 --- /dev/null +++ b/blog/entry/tipsspacing.mdwn @@ -0,0 +1,16 @@ +[[!meta date="2011-07-11 18:04:00"]] +[[!meta title="Some LaTeX tips for better spacing"]] +[[!tag imported_PyBlosxom tech latex]] + +[LaTeX notes | Iain +Murray](http://homepages.inf.ed.ac.uk/imurray2/compnotes/latex.html) + +There's some useful stuff here about getting spacing right, and the +`microtype` package: + + \usepackage[protrusion=true,expansion=true]{microtype} + +which I've now added to all my [standard +packages](http://git.sean.whitton.me/?p%3Dtexmf.git%3Ba%3Dsummary) +([set-it-and-forget-it](http://web.willbenton.com/writing/2008/better-latex) +credit). |