All Questions
120 questions
1
vote
0
answers
17
views
Redefining the part command and customizing the page layout
Here is my current code
\documentclass{book}
\usepackage[
headheight=55pt,
paperheight=29.7cm,
paperwidth=21cm,
top=2cm,
bottom=2cm,
left=3cm,
right=3cm
]{geometry}
\...
2
votes
1
answer
80
views
Broken spacing before calligraphic letters in math
I am using Tom de Jong’s thesis template, which configures fonts as follows (in packages.sty):
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{csquotes}
\usepackage[final]{microtype}
...
5
votes
2
answers
161
views
how to fix libertine package with lualatex putting tilde too low?
When I try to use the libertine package with lualatex:
\documentclass{article}
\usepackage{libertine}
\begin{document}
\(\mathbf{\tilde{n}}\)
\end{document}
I'm seeing problems making a letter with ...
1
vote
1
answer
57
views
\newunicodechar only in bold environments?
Can't seem to find an answer online.
I am using the Linux Libertine font with LuaLaTeX, but I'm having a problem with two characters: ɭ and ɳ. The problem is that Linux Libertine does not support ...
0
votes
0
answers
79
views
Want to change just the letter v in mathprint
With the font packages I am using there is only one letter that looks bad to me in mathprint. It's the letter $v$. What I want is to type just $v$ and have the italicized text version of "v" ...
1
vote
2
answers
441
views
Why does Linux Libertine in Latex look different than a local copy of the font?
Consider this short latex document:
\documentclass[12pt, a4paper]{article}
\usepackage{libertine}
\usepackage[margin=20pt]{geometry}
\begin{document}
\makeatletter
\noindent
\normalsize The quick ...
2
votes
1
answer
74
views
Font is "breaking" from being used in a figure caption (interaction with libertine?)
I am having a strange issue, originally from use of acmart but I've been able to make a minimal reproduction with article.
Here's my LaTeX source:
\documentclass{article}
\RequirePackage{libertine}
\...
0
votes
1
answer
182
views
libertine + beramono + LuaLaTeX incompatible
Consider the following code:
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{libertine}
\usepackage{beramono}
\begin{document}
This is some regular text
\texttt{This is some monospace ...
0
votes
0
answers
98
views
Error when using blackboard bold fonts to produce indicator function
I have a weird problem. It all started when I got problems when trying to create the indicator function with a double stroke 1 using \mathbb{1} which within the Visual Studio reads as using 'Latex ...
2
votes
2
answers
131
views
Modifier letter capital H with the font Linux Libertine
I would like to be able to use the modifier letter capital H (Unicode code : U+ 1D34) in my thesis whose font is Linux Libertine. But it does not display well. I would like to have some help with that ...
0
votes
0
answers
28
views
How can I use an additionaly temporaly math font to declare a macro using libertinusT1math
I would like to style my book more, until now I'm using \mathbfit for vectors\matrices. I would like to use another italic bold math font to type the same characters, e.g. x and y to denote different ...
1
vote
0
answers
80
views
Replace a single not mathmode character in LaTeX?
This is somewhat of a repost, but all the help I got did not really help. I am using Linux Libertine in LaTeX as my font in my thesis and I love every character except for the italic uppercase J. ...
1
vote
1
answer
581
views
Use 'Libertine Sans Serif' Font in a Small Part Only
I am trying to change a small selection of font to Linux Libertine Sans Serif.
However, the serif font works properly but the sans serif one fails.
I am following the method proposed in How do I use a ...
0
votes
0
answers
22
views
Issues with libertine package [duplicate]
I would like to print a file (in Linux) and I get the following error
I have tried manually installing libertine but I have failed to do so.
When I dowloaded the zip folder, I extracted it, and then ...
1
vote
1
answer
120
views
CMR italic ampersand in Libertine environment
I tried to use the code provided in this thread to use the Computer Modern italics' ampersand in a document typesetted in Libertine. However this only works in the "body" of the text but not ...
1
vote
2
answers
490
views
Change greek font only in newtxmath
I have a text and math document typeset with \usepackage{cochineal} and \usepackage[cochineal]{newtxmath}.
I would like use the cochineal font for text and math, but to replace the greek math font ...
1
vote
1
answer
241
views
Using chain substitution to add alternative characters contextually in LuaLaTeX
I'm trying to add some contextual alternatives to Linux Libertine using fonts.handlers.otf.addfeature. I can add these characters correctly using an ordinary substitution, but they are not recognized ...
1
vote
1
answer
56
views
"superiors" package breaks symbolic footnote position in Libertine
I want to use symbolic footnotes in one or two places of a document typeset in Libertine, the rest can stay arabic as usual. Therefore, I redefine \thefootnote locally:
\documentclass{article}
\...
4
votes
1
answer
1k
views
Open Type - Font feature
I'm currently using the Open Type Linux Libertine font. This font has many options available. In conventional word processing software, these options can easily be used when selecting the font. For ...
0
votes
1
answer
124
views
How to get non-German diaeresis in Linux Libertine
I am using Linux Libertine with XeLaTeX extensively, however the German umlauts are irritating me – those letters don't fit well in Hungarian typography.
Up until now, I have used a patched OpenType ...
1
vote
1
answer
571
views
uppercase numbers in chapter headers and captions
I'm trying to get uppercase numbers for Linux Libertine/Biolinum with PdfLaTeX because Libertine font numbers have a different height than text and I think it doesn't look nice in headers and captions....
4
votes
2
answers
1k
views
DeclareMathOperator does not respect math font
I use the Libertine font for text and math.
If I declare a new operator with \DeclareMathOperator*, the font used to typeset the operator is not Libertine.
For example:
\documentclass{article}
\...
2
votes
0
answers
1k
views
TeXLive 2019 and Libertine: OpenType feature warnings
Since I upgraded to TL2019, I get a lot of opentype feature warnings. For example for
\documentclass{book}
\usepackage{libertine,fontspec}
\begin{document}
ads
\end{document}
I get
OpenType ...
13
votes
1
answer
1k
views
Libertine font numbers have a different height than text
Currently I am writing my thesis and I want the libertine font because for example the Capital "ß" and other stuff. Following to my question, is it possible to set the numbers height on the same ...
4
votes
2
answers
5k
views
"Different" looking question mark
I'm in a situation where I have a concept in my document that is traditionally represented using the question mark ?.
However, for visual clarity, I would like to differentiate between the ordinary ...
2
votes
0
answers
188
views
Combining multiple diacritics in Linux Libertine [closed]
In several Native American languages, nasal vowels are marked with an ogonek and can take an acute accent. I'm using XeLaTeX to put together a proceedings volume, and for some reason, I cannot get a ...
1
vote
1
answer
101
views
How to change the scale of main text without affecting math text or viceversa?
I'm using libertine package for the main text of my work and I load fourier package before libertine in orther to get the math text with the Utopia font just because I like it. Typing
\documentclass{...
6
votes
3
answers
864
views
Using package 'libertine' overrides my sans-font with Libertine instead of Biolinum
I'm trying to use the libertine package instead of using the installed Libertine fonts on my machine (macOS). It seems that after adding the libertine package, it overrides my sans-serif font and uses ...
3
votes
1
answer
482
views
Root index \sqrt[n]{x} misaligned with libertinust1math
I'm porting all my libertine-based documents to use \usepackage{libertinust1math} instead of \usepackage[libertine]{newtxmath} and a side effect seems to be the misalignment of the n-th root symbol:
...
10
votes
2
answers
3k
views
Differences between libertine and libertinus packages regarding pdfTeX
Until now I did not switch to LuaTeX and prefer pdfTeX, because it's faster. Since some years I've been using the old libertine-legacy package, e.g. because I need the command \libertingeGlyphand \...
1
vote
1
answer
245
views
Biolinum in memoir's chaptitlefont?
For pdflatex i use:
\documentclass[openany,twoside,12pt]{memoir}
\usepackage[utf8]{inputenc}
\usepackage[T2A]{fontenc} ...
2
votes
1
answer
698
views
Problem with sans serif using LibertinusT1math
I like to use the text font Libertine and math font LibertinusT1Math.
Is there a way to setup the math font LibertinusT1Math globally to sans serif?
In my example I tried out a local switch
\begin{...
4
votes
2
answers
392
views
How to horizontally 'squish' a font?
Context: In my document (compiled with pdfLaTeX), I use the libertine package and eponymous font. At some point, I want to use a monospaced font (for in-line code snippets, and URLs).
Problem: Even ...
1
vote
2
answers
519
views
How to find all slot numbers for a given font's math glyphs, e.g. Linux Libertine
How to change the font of math operators led to me wanting to find the slot numbers needed to redefine all possible math operator symbols. MWE:
\documentclass{standalone}
\usepackage{libertine}
\...
2
votes
1
answer
885
views
Using "Libertine Display" as the main font in a beamer document
In a beamer document with the serif font scheme, I would like to use the "Libertine Display" font as a lighter alternative to the standard "Libertine Regular" (see http://www.linuxlibertine.org/index....
6
votes
1
answer
5k
views
What does \renewcommand*{\rmdefault}{fxlj} exactly do?
I'm writing a document with multiple hundred of pages and noticed some glitches with the selected font I use. I'm using a template provided by the institute I'm working at. The font I have chosen is ...
8
votes
4
answers
896
views
Math digits are rendered in CM when using libertine and newtxmath with XeLaTeX in TeX Live 2016
I’m trying to use Linux Libertine in both text and math mode with XeLaTeX in
TeX Live 2016.
Back in TeX Live 2014, I was able to achieve this using libertine and
newtxmath packages, as suggested in ...
1
vote
0
answers
604
views
LinLibertineT font not found but available in filesystem [duplicate]
The following minimal not-working example (mnwe) gives me an issue with the used libertine font:
\documentclass{article}
\usepackage{libertine}
\begin{document}
\section{Hello World}
Lorem ipsum, ...
5
votes
3
answers
984
views
Libertine and TIPA Sans Serif
My goal is to get the tipass (that is, TIPA Sans Serif) font to work with the libertine package. Using the following, I get computer modern (as expected) with TIPA sans serif:
\documentclass{article}
...
0
votes
0
answers
65
views
Extra space with libertine package [duplicate]
I'm trying to compile this simple document with PdfLateX-MikTeX 2.9, but there's an unwanted extra space between regualr and bold sentences.
\documentclass[a4paper, twocolumn]{article}
\usepackage[...
2
votes
2
answers
641
views
How can I use Linux libertine font for math operator?
I want to use Linux libertine font only for "Q" on math mode. In the other words I want to create a math operator such as:
\newcomand{\Q}{Q Linux libertine font}.
Thanks.
1
vote
1
answer
715
views
How to get bold face text of Linux Libertine with LuaLaTeX/XeLaTeX?
I am trying to create a CV similar to the one created by Paul Gessler (GitHub). I am not using the Adobe Garamond fonts but instead Linux Libertine, everything works okay but the bold face fonts does ...
2
votes
2
answers
921
views
newtxmath + libertine: integral sign spacing is wrong
I have trouble with the spacing around integral signs while using newtxmath and libertine. The integral sub-/superscripts are to far off the integral sign.
I took the same example TEX code as in ...
3
votes
1
answer
887
views
What is the default font used in table environment?
I use the following preamble:
\usepackage[T1]{fontenc}
\usepackage{libertine}
\usepackage[scaled=1]{beramono}
\usepackage{amssymb,amsmath}
I'm pretty new to latex and was wondering whether or not ...
2
votes
0
answers
4k
views
File `libertine.sty` not found (package latexila) [closed]
I recently installed tex-live full in ubuntu 14.
I am working in latexila.
When compiling a .tex file, the following error occurs:
File `libertine.sty' not found.
What can I do to compile the ...
3
votes
1
answer
482
views
Wrong ending single quote with \grq under XeLaTeX
I'm experiencing a glyph issue when using \grq from the german package under xelatex.
\documentclass{article}
\usepackage{libertine}
\usepackage{german}
\begin{document}
\glq test\grq
\end{...
4
votes
1
answer
440
views
Change of large symbol font breaks underbrace
I use Libertine for the main font and need to typeset a sum.
\documentclass{article}
\usepackage{libertine}
\usepackage[libertine]{newtxmath}
\begin{document}
\begin{align}
\sum_{i=1}^3 x_i = \...
0
votes
1
answer
444
views
How can I change to font used by hepparticles/hepnames with XeLaTeX?
I am trying to get the hepparticles/hepnames packages to work with XeLaTeX. I
am using Libertine as serif font and Biolinum as sans font. The particle names are somehow rendered in the wrong font.
...
8
votes
3
answers
733
views
Microtype's tracking feature works with some fonts, not others
In the code below, tracking works with the libertine font, but not with the Alegreya font. Why is this, and how can I fix it?
\documentclass{article}
\usepackage[tracking = true, letterspace = 100]{...
1
vote
1
answer
957
views
Redefine font used in \mathit
I am using the libertine package with pdflatex.
For maths I use the Computer Modern font.
In formulas I need longer variable names and to do get the spacing right I use \mathit.
The font used is ...