I have completed R&D on my second book, and am now moving into book design. Unfortunately, I've been away from book design long enough to have forgotten everything that I learned the first time around. :(
On the positive side, I have the marked-up text from book #1, which can be used as a template ...
Search found 22 matches
- Tue Apr 18, 2017 3:41 am
- Forum: New Members
- Topic: hi from Sarasota, Florida
- Replies: 20
- Views: 18081
- Fri Nov 27, 2015 11:05 pm
- Forum: New Members
- Topic: hi from Sarasota, Florida
- Replies: 20
- Views: 18081
hi from Sarasota, Florida
Anyone curious how my book's LaTeX-based typesetting turned out can use Amazon.com's LOOK INSIDE feature to browse the book's content without having to buy.
http://www.amazon.com/Decision-Basis-Evaluation-Machine-Intelligence/dp/0996697101
Anyone with questions regarding the book's design or ...
http://www.amazon.com/Decision-Basis-Evaluation-Machine-Intelligence/dp/0996697101
Anyone with questions regarding the book's design or ...
- Thu Nov 05, 2015 11:14 pm
- Forum: New Members
- Topic: hi from Sarasota, Florida
- Replies: 20
- Views: 18081
Re: hi from Sarasota, Florida
My book has been published. Thanks to everyone who provided technical assistance and moral support. The book's proofreaders never mentioned the book design or typesetting, which means that LaTeX did its job - the reader can focus on the message rather than the medium by which it is delivered.
The ...
The ...
- Wed Oct 21, 2015 12:58 pm
- Forum: Document Classes
- Topic: Proceedings Book with Articles
- Replies: 2
- Views: 4800
Re: Proceedings Book with Articles
The memoir class has the configuration options required to produce a high-quality book (in my experience). The learning curve was substantial, but I'm pleased with the typesetting for my first book, to be published soon. There may be issues associated with aggregating LaTeX-formatted content ...
- Thu Oct 15, 2015 10:48 pm
- Forum: General
- Topic: What are your favorite LaTeX resources?
- Replies: 9
- Views: 5596
Re: What are your favorite LaTeX resources?
My mistake. The publisher's website design is confusing - I thought that the 'Print + eBook' option is disabled (shown in light gray). It's not.
"Quick solutions for common tasks" sounds OK in English, but there might be something even better. Your proposal is better than "Quick solutions to common ...
"Quick solutions for common tasks" sounds OK in English, but there might be something even better. Your proposal is better than "Quick solutions to common ...
- Thu Oct 15, 2015 9:44 pm
- Forum: General
- Topic: What are your favorite LaTeX resources?
- Replies: 9
- Views: 5596
What are your favorite LaTeX resources?
Stefan: I am interested in your book (the LaTeX Cookbook). My next project may involve fairly complex computer graphics, and I wonder whether I can use LaTeX as a rendering engine rather than develop my own custom graphics software on MacOS. I haven't investigated this yet.
On the publisher's ...
On the publisher's ...
- Sun Sep 27, 2015 9:18 pm
- Forum: Text Formatting
- Topic: suspend interword kerning?
- Replies: 5
- Views: 4816
Re: suspend interword kerning?
I'm already using XeTeX, and it is doing a good job handling utf-8 characters that I read from a file and display verbatim. If I can master the art of inline verbatim display, the problem might be solved.
- Sun Sep 27, 2015 4:26 pm
- Forum: Text Formatting
- Topic: suspend interword kerning?
- Replies: 5
- Views: 4816
Re: suspend interword kerning?
'Beta' and 'element-of' are Unicode chars that I use in verbatim listings input from files elsewhere in the text. \beta and \in might render the glyphs correctly, but I don't want to fight this battle if I can avoid it.
My best hope was to enclose the sets inside 'in-line' verbatim commands such as ...
My best hope was to enclose the sets inside 'in-line' verbatim commands such as ...
- Sat Sep 26, 2015 10:36 pm
- Forum: Text Formatting
- Topic: suspend interword kerning?
- Replies: 5
- Views: 4816
suspend interword kerning?
Problem: how to turn off inter-word kerning so the elements of a set display nicely.
Here is the MWE, showing both the problem and my ungainly hack (loses right-justification of the text). Does anyone know the correct way to do this?
\documentclass[11pt]{memoir}
\usepackage{graphics}
\usepackage ...
Here is the MWE, showing both the problem and my ungainly hack (loses right-justification of the text). Does anyone know the correct way to do this?
\documentclass[11pt]{memoir}
\usepackage{graphics}
\usepackage ...
- Tue Sep 15, 2015 11:27 pm
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: apply arbitrary command to index term?
- Replies: 4
- Views: 7849
apply arbitrary command to index term?
In my case:
Here is the output on the Index page:
α, 35
β, 6
Thanks for the tip! One less thing to forget!
Code: Select all
\index{α@\TBFN{α}}
\index{β@\TBFN{β}}
α, 35
β, 6
Thanks for the tip! One less thing to forget!
