The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
42 views

How to use `\mathrm` with capital greek letter and `newtx` package?

I have macros that use \mathrm. However, if the argument is a capital greek letter, newtx package changes the outcome to a math symbol in T1 encoding. I do not expect \mathrm to do anything on capital ...
1
vote
0answers
43 views

The newtx isn't compatible with pifont?

I need the number of the footnote to be circled. The following works well: \documentclass{article} \usepackage{pifont} %\usepackage{newtxtext} ...
1
vote
0answers
74 views

newtxmath, libertine, cm figures [closed]

Newtxmath with libertine and otf is an attractive combination for beautiful mathematics text. But it is inconsistent in that for figures 0,1,2,...,9 within math mode it uses the CM font, not the ...
4
votes
0answers
141 views

Which Times package provides better typesetting for text and math?

I am using libertine and newtxmath packages in my document for typesetting by pdflatex. The following code shows the fonts setup. \usepackage[oldstyle,semibold,type1]{libertine}% Linux Libertine font ...
3
votes
1answer
114 views

\textmu doesn't work with newtxtext

I've read that the newtxtext and newtxmath packages are preferable to times, txfonts and mathptmx, at least for use with pdfTeX. I'm in the process of writing a paper where some measurements are ...
2
votes
1answer
153 views

Wide accents in Times font are not positioned correctly

I use txfonts or newtx packages to typeset in Times font (NimbusRomNo9L). However, wide accents in math mode are too wide or placed incorrectly, such that they touch the next symbol. ...
1
vote
0answers
160 views

Spacing & sizing with libertine and newtxmath

I'm using the following setup for the Libertine font: \documentclass{article} \usepackage[T1]{fontenc} \usepackage[lining]{libertine} \usepackage[libertine, cmintegrals]{newtxmath} \begin{document} ...
5
votes
2answers
247 views

New TX math font symbol: skew underbrace with package newtxmath

I found that the New TX math font newtxmath could not displace underbrace, see: latest Texlive 2012 The correct underbrace with default CM font: It's weird that it works well when I test it ...
6
votes
2answers
286 views

Problem of Arabic numbers in math mode with 'New TX' math font option [Libertine] compiled by XeLaTeX

Recently i decided to use the Libertine font to write my dissertation, because finally there is kinda math font for Libertine: \usepackage[libertine]{newtxmath}. Since I want to enable of the ...
6
votes
2answers
596 views

packages times(-itsc), txfonts, newtxtext/newtxmath, and mathptmx: relation and interactions

I am always using the packages times (actually: times-itsc from here in order to get italic small-caps) and txfonts. I use txfonts for the \coloneqq (:=) symbol. My loading order has traditionally and ...
9
votes
2answers
439 views

why does newtxmath fail to work with pdflatex and libertine

There seems to be some sort of incompatibility between the newtxmath package and libertine-legacy; the following code fails to compile: \documentclass{article} \usepackage[libertine]{newtxmath} ...
14
votes
2answers
617 views

Parentheses differ (XeLaTeX, fontspec, newtxmath, libertine)

After Internal error: bad native font flag I stumbled upon another weird problem with the combination XeLaTeX/fontspec/Libertine/newtxmath: \documentclass{scrartcl} \usepackage[no-math]{fontspec} ...
7
votes
2answers
300 views

Internal error: bad native font flag (XeLaTeX, fontspec, newtxmath, libertine, \dot)

I'm trying to use \dot{P} in a math environment. MWE: \documentclass{scrartcl} \usepackage[no-math]{fontspec} \usepackage{libertineotf} \usepackage[libertine]{newtxmath} \begin{document} ...
3
votes
0answers
546 views

Trouble with the newtx package [closed]

I've just installed the newtx package using tlmgr. (I'm still on TexLive 2011, if that matters.) The installation did not result in any error messages -- but when I try to use the package, I do ...
0
votes
1answer
446 views

Missing \scriptstyle and \scriptscriptstyle letters with libertine and newtxmath

I have manually installed the newtx package to TEXMFLOCAL (with admin rights), placing everything into the appropriate folders in TEXMFLOCAL/fonts/ and TEXMFLOCAL/tex/latex, and running updmap-sys ...