{times} is about the Times font, which can be used in LaTeX through packages txfonts, newtx (newtxtext), or tgtermes. Math support is realized by packages mathptmx, newtx (newtxmath) and TeX-Gyre-Termes-Math.

learn more… | top users | synonyms

0
votes
0answers
95 views

Unable to set Times New Roman as the font type [closed]

I am unable to set the font as Times New Roman. I am using TeXWorks in Linux Mint. I am a beginner, so unable to figure this out. Help me. This didn't work \usepackage{fontspec} \setmainfont{Times ...
4
votes
0answers
139 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 ...
0
votes
1answer
221 views

TimesNewRoman font in Latex [duplicate]

I'm trying to use Times New Roman Font in Latex - MiKTeX 2.9 with command \usepackage{times} but it said pdfTex error (ptmr8z.vf): invalid character code Any ideas or solutions?
1
vote
1answer
215 views

How to make Times-Roman appear instead of NimbusRomNo9L-Regu in the PDF document properties in LaTeX?

When we generate a simple document in LaTeX using the times package (\usepakage{times} @ 9pt), the resultant PDF will contain NimbusRomNo9L-Regu instead of Times-Roman. (I know, this is because, LaTeX ...
4
votes
1answer
149 views

\textit doesn't work with babel’s russian and mathptmx

\textit doesn't work in a LaTeX template for a thesis in English. Now I am writing my thesis in Russian using the same template. MWE: \documentclass{article} \usepackage[utf8]{inputenc} ...
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. ...
2
votes
1answer
304 views

XeTex - Times New Roman font for Romanian characters ș, ț, Ș and Ț

I have downloaded the Times New Roman font and put it into .local/fonts where it should be (my OS is Fedora 17 and I use TexLive 2012). It is recognized by LibreOffice and LyX. LibreOffice displays ...
6
votes
2answers
592 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 ...
14
votes
6answers
2k views

How do I make my document use the Times font, both for the text and the math?

I know that I can put \usepackage{times} in the preamble in order to use the Times font instead of Computer Modern for my document. But this only affects the text; the math is still typeset using ...