我需要用 Times New Roman 14 pt 粗体写我的文章标题。我该怎么写?我不知道,因为我刚接触 latex。
答案1
请注意新的Roman 不用于专业排版,因为 Times Roman 更好。但这种字体不是免费的(它由 Adobe 出售),但没关系:我们在 TeX 中有一个不错的免费替代品:TeXgyre Termes。你不会看到任何差异(特别是如果你看不到 Times New Roman 和 Times Roman 之间的差异)。
从 PostSript 字体时代(90 年代)开始,PostSript Times Roman 也有了免费的替代品。Ghostscript 中使用的是 URW 的 NimbusRoman。请注意,WinnieNotThePooh 的答案使用了 NimbusRoman,\usepackage{times}
而这个包实际上加载了 NimbusRoman。
我的示例使用了 OpTeX 和 Termes:
\fontfam [Termes]
\def \_titfont {\typosize[14/]\bf}
\tit This is a title
This is text.
\bye
请注意,还有另一个区别(不仅仅是 Times New Roman 与 Termes 的区别)。尺寸“14 pt”通常表示“14 *(1/72) in”,但在 TeX 世界中则是“14 *(1/72.27) in”。
答案2
你可以用这个作为例子
\documentclass{article}
\usepackage{times}
\usepackage{blindtext}
\title{The Triangulation of Titling Data in Non-Linear Gaussian Fashion via Series}
\date{2017\\ December}
\author{John Doe\\ Magic Department, Richard Miles University
\and Richard Row, \LaTeX\ Academy}
\begin{document}
\bfseries % command which make all in bold
\maketitle % |
% |
% |
\clearpage% |
\normalfont % till this command
\section{Introduction}
\blindtext