I hereby claim:
- I am adunning on github.
- I am adunning (https://keybase.io/adunning) on keybase.
- I have a public key ASBeRWJPcns13Motd9uBARzonSn8liHq7DITA3dMx1QNXwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Homebrew build logs for ipython on macOS 10.13.3 | |
| Build date: 2018-03-27 15:50:26 |
| [ | |
| { | |
| "publisher": "Broadview Press", | |
| "ISBN": "9781551117188", | |
| "publisher-place": "Peterborough, <span style=\"font-variant:small-caps;\">on</span>", | |
| "shortTitle": "The Story of a Great Medieval Book", | |
| "title": "The Story of a Great Medieval Book: Peter Lombard's Sentences", | |
| "call-number": "BX1749 .P4 R673 2007", | |
| "author": [ | |
| { |
| [ | |
| { | |
| "ISBN": "0197265456", | |
| "call-number": "PA2891 .L34", | |
| "editor": [ | |
| { | |
| "family": "Latham", | |
| "given": "R.E." | |
| }, | |
| { |
title: Book chapter page test references:
| /* This defines styles and classes used in the book */ | |
| body { margin: 0; text-align: justify; font-size: medium; font-family: Athelas, Georgia, serif; } | |
| code { font-family: monospace; } | |
| h1 { text-align: left; } | |
| h2 { text-align: left; } | |
| h3 { text-align: left; } | |
| h4 { text-align: left; } | |
| h5 { text-align: left; } | |
| h6 { text-align: left; } | |
| h1.title { } |
| #!/bin/bash | |
| # First install BasicTeX: http://mirror.ctan.org/systems/mac/mactex/mactex-basic.pkg | |
| # Allows you to run tlmgr without sudo. | |
| $ sudo chown -R `whoami` /usr/local/texlive | |
| # Update everything. | |
| $ tlmgr update --self --all | |
| # Install extra packages used by the default pandoc template. |