私は現在、LaTeX を使用して博士論文を編集中です。大学院に最終論文を提出する前に、特定の書式設定基準を満たす必要があります。
私が現在直面している問題の 1 つは、 の左余白LIST OF TABLES
をLIST OF FIGURES
1.25 インチに変更する方法です (下の添付図を参照)。
現在、他のすべてのセクションの左余白は 1.25 インチですが、他のセクションに影響を与えずにLIST OF TABLES
の左余白を変更する方法を知りたいです。LIST OF FIGURES
次のコードと関係があると思いますが、どの行を変更すればよいのか正確にはわかりません。
%% tocloft typesets ToC title, so we must give it our heading formats
\renewcommand{\cfttoctitlefont}{\hfill\ncsu@headingformat}
\renewcommand{\cftaftertoctitle}{\hfill}
\renewcommand{\listfigurename}{LIST OF FIGURES}
\settowidth{\cftfignumwidth}{Figure 00.00}
\renewcommand{\cftfigpresnum}{Figure }
\newcommand{\thesislistoffigures}{%
\singlespacing%
\setlength{\cftbeforeloftitleskip}{-\baselineskip}
\setlength{\ncsu@leading}{\baselineskip-\ncsu@capitalheight}%
\setlength{\cftafterloftitleskip}%
{\ncsu@afterschapsep-\cftbeforechapskip-\ncsu@leading}%
\listoffigures%
\clearpage%
\ncsu@defaultspacing%
}
\renewcommand{\cftloftitlefont}{\hfill\ncsu@headingformat}
\renewcommand{\cftafterloftitle}{\hfill}
私の問題に関連する投稿が 2 つ見つかりましたが、問題を完全に解決することはできませんでした。
どなたかこの件についてご説明いただければ幸いです。
ありがとう
答え1
左側のスペースは 、表や図などindent
に変更することができます。cfttabindent{<value>}
\cftfigindent{<value>}
\setlength{\cfttabindent}{1.25in}
\setlength{\cftfigindent}{1.25in}
デフォルト値は次のとおりです(tocloft
マニュアルからのスクリーンショット)
\documentclass{book}
\usepackage{showframe} %% for demo only
\usepackage{tocloft}
\setlength{\cfttabindent}{1.25in} %% adjust as you like
\setlength{\cftfigindent}{1.25in} %% adjust as you like
\begin{document}
\listoftables
\listoffigures
\chapter{some chapter}
\section{some section}
\begin{figure}
\caption{Some figure}
\end{figure}
\begin{table}
\caption{some table}
\end{table}
\end{document}
余白が少し侵害されている場合は、テキストを提供する必要があります。ただし、\usepackage{microtype}
プリアンブルに追加してみることもできます。ほとんどの場合、これでうまくいきます。
答え2
「グラフェン/基板」によってマージンが侵害される問題に対する回答:
一般的に、\sloppy
幅の狭い表での改行の問題を軽減するのに役立ちます。ただし、ここではそうではありません。単語がスラッシュで接続されていると、改行アルゴリズムが失敗します。ブレークポイントを手動で設定する必要がありますgraphene/sub\-strate
。