以大字母開始段落

以大字母開始段落

在此輸入影像描述

我想用這種風格打字我的論文。我怎樣才能在乳膠中做到這一點?

答案1

隨著lettrine軟體包和一些增強功能。

微量元素:

\documentclass{article}
\usepackage{lettrine}

\begin{document}
\lettrine[findent=2pt]{\fbox{\textbf{T}}}{ }his thesis deals with some aspects of the Hamiltonian 
formulation of quantum field theory, in particular light-front Hamiltonian field theory. 
Light-front Hamiltonian field theory\dots
\end{document} 

在此輸入影像描述

答案2

您可以使用lettrine包裹。這是一個非常基本的例子:

\documentclass[12pt,a4paper]{article}
\usepackage{lettrine}
\begin{document}
\lettrine{O}{nce} upon a time
\end{document}

在此輸入影像描述

我對這個包不熟悉,但是它的文檔顯示了客製化的多種可能性。

相關內容