
このスタイルで論文を入力したいのですが、LaTeX でこれを行うにはどうすればよいですか?
答え1
パッケージといくつかの機能強化が含まれていますlettrine
。
MWE:
\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}