LyX ⇒ KOMA-script in LyX
KOMA-script in LyX
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
KOMA-script in LyX
\footnotesize
and related commands, but this will never be as good as values by a professional typographer. Please ask your editor/publisher for advice. Package tgtermes (please refer to README-TeX-Gyre-Termes.txt) provides a Times Clone. But you run into trouble, as there are no fonts matching the new (and unusual) type sizes. So just the next best font size is used. Packages mathptmx and newtxtext might also be of interest. If you want to use Times New Roman coming from Microsoft, you have to use XeLaTeX or LuaLaTeX for typesetting.
Using Open-Type fonts will also resolve the font size issue mentioned above.
Code: Select all
\documentclass[fontsize=14pt]{scrbook}
\usepackage{blindtext}
\usepackage{tgtermes}
%\usepackage{mathptmx}
%\usepackage{newtxtext}
%\usepackage{fontspec}
\begin{document}
\blinddocument
\end{document}
Re: KOMA-script in LyX
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
KOMA-script in LyX
Code: Select all
\KOMAoption{fontsize}{14pt}\recalctypearea
Concerning your last question, i am sorry, this is mixed up. I really don't know what you mean. What are german fonts?
If you are interested, we have german partner sites, TeXwelt is a question and answer site, GoLaTeX is a forum where one can discuss stuff.
Re: KOMA-script in LyX
Like mentioned in my previous post by using XeLaTeX or LuaLaTeX LyX left Umlauts out putting blank spaces instead. But it was only the case for the BibTex entries , the regular text was still ok.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: KOMA-script in LyX
You need to do some minimal changes to use Xe- or LuaTeX. Mainly using utf8 encoded files. If i recall correctly, LyX uses latin9 by default. That means that both new engines just don't know what to do with those characters.