Skip to content
  • Home
  • My LaTeX Corner
  • Known Chemistry Packages
  • Package Finds
  • Help
  • About
Clemens' LaTeX Corner
LaTeX, typesetting (and chemistry)

Menu

  • Home
  • My LaTeX Corner
  • Known Chemistry Packages
  • Package Finds
  • Help
  • About
Powered by Verbosa & WordPress.

LaTeX Logos and Linux Libertine

Clemens March 19, 2013 LaTeX & chemistry

I am a huge fan both of the fonts Linux Libertine O and Linux Biolinum O and Bob Tennent’s libertine package, and of Heiko Oberdiek’s hologo package that provides an easy interface to the lot of TeX related logos (many thanks to both Bob Tennent and Heiko Oberdiek for providing and maintaining these packages!). These logos all have certain kerning amounts between letters in order to look like we all know them. However, the appropriate amounts very much depend on the font in use. And the ones used in hologo do not at all go well together with Libertine and Biolinum:

lbthlpt2

Things get worse for the italic shape … That’s why I decided to write a patch for this combination

lbthlpt

that I called unimaginatively libertinehologopatch. For the time being the package can only be found on my bitbucket site. The usage is rather simple:

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{libertine
}% not necessary as `libertinehologopatch' loads it anyway
\usepackage{hologo}   % not necessary as `libertinehologopatch' loads it anyway
\usepackage{libertinehologopatch}
\begin{document}
\hologo{(La)TeX}
\end{document
}

The changes are quite drastic in some cases:

without libertinehologopatch
without libertinehologopatch
with libertinehologopatch
with libertinehologopatch

For the time being there are a number of limitations, though. The most notably one: it doesn’t work well if at all with XeLaTeX and LuaLaTeX, mostly because I haven’t figured out, yet, how to detect the usage of italic shape with fontspec. Also I most probably have forgotten to patch some important logo …

These limitations, the maybe rather limited use-case of the package and the fact that the package closely depends on libertine and hologo (which means it is likely to break if there are changes in one of these packages) are the reasons why I haven’t uploaded the package to CTAN, yet. But maybe you say “I believe this package is useful for people nonetheless. At least I would use it.” In this case I might reconsider and upload it anyway …

Addendum 2013/03/22: Version 0.3 has support for XeLaTeX and LuaLaTeX. I still believe there are various places where fine tuning of the kerning is needed but the results already look much better with libertinehologopatch than without.

 biolinum / hologo / LaTeX / libertine / logos
Previous PostImproving bohr
Next PostThe inputenc package

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

RSS Newest questions on TeX.sx

  • Change bibliography label in Beamer Julián Villaquirá
  • pdfcomment tooltip for acronyms - expansion confusion likethevegetable
  • Changing .txt data which is in parent folder through Latex IH Pro
  • maketitle() in overleaf Undefined control sequence Da Orestes
  • Customize Tree to get the following result vincenzopalazzo
Back to Top
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok