Search found 7 matches

by lrPrentice
Fri Jul 29, 2022 5:39 pm
Forum: General
Topic: Book publishing tutorials
Replies: 2
Views: 2670

Book publishing tutorials

Hi Stefan,

Guilty on all three counts. Hope you enjoyed them.

All three books were composed in LyX. The novels came out okay, but Built It code listings were an eyesore. So, LaTeX consultant Kathyrn Hargreaves transferred the source to a LaTeX editor and cleaned up the code boxes. I was determined ...
by lrPrentice
Thu Jul 28, 2022 11:55 pm
Forum: General
Topic: Book publishing tutorials
Replies: 2
Views: 2670

Book publishing tutorials

Hello,

Please help me find the best-of-best LaTeX tutorials, how-tos, and packages related to every aspect of book publishing.

I’m currently working with Karl Berry and others to develop a website devoted to LaTeX application in book publishing—fiction, nonfiction, technical, and academic. We’re ...
by lrPrentice
Thu Jan 06, 2022 11:41 pm
Forum: TeX Live and MacTeX
Topic: Problem installing TeX Live2021
Replies: 0
Views: 24457

Problem installing TeX Live2021

Hello,

As a writer/indie publisher I jumped for joy when I discovered the LaTeX markdown package. So I decided to write a how-to book for other indie publishers to help them write more typographically beautiful books with markdown efficiency. Spent six intense months and money on tech consulting, a ...
by lrPrentice
Sat Nov 27, 2021 7:50 pm
Forum: Fonts & Character Sets
Topic: Memoir — how to specify fonts
Replies: 0
Views: 3261

Memoir — how to specify fonts

Hello,

I’m styling a book using the memoir document class. Please show me how to specify fonts.

I’ve scoured the user manual, but it totally eludes me. Somewhere on the web I read that fontspec is incompatible with memoir. Is the true?

Many thanks,

LRP
by lrPrentice
Fri Apr 16, 2021 11:51 pm
Forum: Text Formatting
Topic: Issues with the markdown package
Replies: 3
Views: 4745

Issues with the markdown package

Thank you!

Upgrading to Ubuntu 20.04 did the trick---now tables work fine. Still some issues, however. But I'll ask about these in future posts.

I would like to thank Vít Novotný personally for his wonderful package, but here doesn't seem to a way to do so.

All the best,

LRP
by lrPrentice
Wed Apr 14, 2021 7:27 pm
Forum: Text Formatting
Topic: Issues with the markdown package
Replies: 3
Views: 4745

Issues with the markdown package

Hello,

I'm running:
$ tex --version
TeX 3.14159265 (TeX Live 2017/Debian)
kpathsea version 6.2.3
on
Ubuntu 18.04.5 LTS

I'm striving to use the markdown package:
http://mirrors.ibiblio.org/CTAN/macros/generic/markdown/markdown.html

The User Manual says:

The package requires a working TeX ...
by lrPrentice
Mon Feb 26, 2018 9:22 pm
Forum: Graphics, Figures & Tables
Topic: Title parameter in tcolorbox
Replies: 2
Views: 4360

Title parameter in tcolorbox

Hello,

New to tcolorbox and struggling.

Thanks to help from Paul Rubin I've defined a color box for displaying computer code as follows:

New Color Box Type cBoxA2colback=gray!25!white, colbacktitle=black, colframe=black!75!black,fonttitle=\bfseries, title=\listno\,comment, width=\textwidth

It ...