-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LaTeX feature requests #14
Comments
Thanks for the feedback. I haven't played much with fonts yet, so I appreciate the feedback. Same goes with quote stuff. I probably won't move to a LaTeX only workflow; I think it would serve as a barrier to entry to people reading the source (myself included). I get what you're saying about Markdown being unpythonic, but it was the only choice with the editors I used to draft the content. I haven't been able to find a nice RST based editor. I'm going to mark this for milestone 1.0 to make sure I cover this before the final release. |
I'm totally open to hearing opinions in favor of switching to LaTeX though! |
I did not want you to go LaTeX-only now, just in the very last phase, in v1.0, in order to tweak things. PS. in order to convince you to use a better font: * zero, oh, oh, zero. |
I see what you're saying. That's definitely an option. With regards to fonts, you don't have to convince me! I'm all about clear and attractive typography. I intend to make this a very well set book. :) |
well, you might as well get your hands on a copy of Hoefler Text (included with OS X) or Garamond (not quite), use XeLaTeX (to have “system”/ttf,otf,…/non-LaTeX fonts) and use the desired font in the book. |
\usepackage{DejaVuSansMono}
, alternatively\usepackage{beramono}
* if DVSM does not exist; if none work you need to install theDejaVuSansMono
(ordejavu
) package.upquote
package, as lines 7 and 8 suggest to have stuff in look better. Even if you have it, please also revise quotes (both"
and'
) in your code; for example the Hello World uses fancy Unicode quotes and does not run under any Python!* some people suggest
\usepackage[scaled]{beramono}
The text was updated successfully, but these errors were encountered: