我希望将“零件”编号包含在图形编号列表中。
以下是我的图表列表:
我希望每个元素都能展现
I.1.1 Caption for Figure 1.1 Part I Chapter 1
I.1.2 etc...
I.2.1 etc...
I.2.2 etc...
II.1.1 etc...
II.1.2 etc...
II.2.1 etc...
II.2.2 etc...
当然,这只是一份更大文档的一部分。我已将我的整个序言都包含在 MWE 中:
\documentclass[12pt]{report}
\usepackage[left=1.0in, right=1.0in, top=1.0in, bottom=1.0in]{geometry}
% including package for figures
\usepackage{float}
\usepackage[demo]{graphicx}
\usepackage{caption}
\usepackage{subcaption}
% indent first paragraph
\usepackage{indentfirst}
% change table of contents and list of figures spacing
\usepackage{titletoc}
\setcounter{tocdepth}{2}
\titlecontents{part}[0em]{\addvspace{.1pc}\bfseries}{\contentslabel{2em}}{} {\titlerule*[1pc]{.}\contentspage}
\titlecontents{chapter}[4em]{\addvspace{.1pc}\bfseries}{\contentslabel{2em}}{} {\titlerule*[1pc]{.}\contentspage}
\titlecontents{section}[6em]{\addvspace{.1pc}\bfseries}{\contentslabel{2em}}{} {\titlerule*[1pc]{.}\contentspage}
\titlecontents{subsection}[9em]{\addvspace{.1pc}\bfseries}{\contentslabel{3em}}{} {\titlerule*[1pc]{.}\contentspage}
\titlecontents{figure}[2.5em]{\addvspace{.1pc}\bfseries}{\contentslabel{2.5em}}{} {\titlerule*[1pc]{.}\contentspage}
% change spacing of part, chapter, section, and subsection headings
\usepackage{xcolor}
\usepackage{titlesec}
\titleclass{\part}{top}
\titleformat{\part}[hang]{\normalfont\huge\bfseries\color{red}}{Chapter\ \thepart:}{5pt}{}
\titlespacing*{\part}{0pt}{0pt}{0pt}
\titleformat{\chapter}[hang]{\centering\normalfont\LARGE\bfseries\color{blue}}{Section\ \thechapter:}{5pt}{}
\titlespacing*{\chapter}{0pt}{12pt}{0pt}
\titleformat{\section}[hang]{\normalfont\Large\bfseries\color{black}}{\thesection}{5pt}{}
\titlespacing*{\section}{0em}{12pt}{0pt}
\titleformat{\subsection}[hang]{\normalfont\large\bfseries\color{black}}{\thesubsection}{5pt}{}
\titlespacing*{\subsection}{3em}{12pt}{0pt}
% remove new page as start of new chapter
\usepackage{etoolbox}
\makeatletter
\patchcmd{\@chapter}{\addtocontents{lof}{\protect\addvspace{10\p@}}}{}{}{}
\patchcmd{\chapter}{\if@openright\cleardoublepage\else\clearpage\fi}{}{}{}
\makeatother
% links
\usepackage[linkcolor=black, urlcolor=blue, colorlinks=true]{hyperref}
\usepackage[capitalise,noabbrev]{cleveref}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% End Of Preamble and start of document %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\makeatletter\def\ttl@tocsep{}\makeatother
\tableofcontents
\listoffigures
\part{Title for Part \thepart\space}
\chapter{Title for Part \thepart\space Chapter \thechapter\space}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\chapter{Title for Part \thepart\space Chapter \thechapter\space}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\setcounter{chapter}{0}
\part{Title for Part \thepart\space}
\chapter{Title for Part \thepart\space Chapter \thechapter\space}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\chapter{Title for Part \thepart\space Chapter \thechapter\space}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\end{document}
提前感谢您提供的任何建议。
答案1
\documentclass[12pt]{report}
\usepackage[left=1.0in, right=1.0in, top=1.0in, bottom=1.0in]{geometry}
% including package for figures
\usepackage{float}
\usepackage[demo]{graphicx}
\usepackage{caption}
\usepackage{subcaption}
% indent first paragraph
\usepackage{indentfirst}
% change table of contents and list of figures spacing
\usepackage{titletoc}
\setcounter{tocdepth}{2}
\titlecontents{part}[0em]{\addvspace{.1pc}\bfseries}{\contentslabel{2em}}{} {\titlerule*[1pc]{.}\contentspage}
\titlecontents{chapter}[4em]{\addvspace{.1pc}\bfseries}{\contentslabel{2em}}{} {\titlerule*[1pc]{.}\contentspage}
\titlecontents{section}[6em]{\addvspace{.1pc}\bfseries}{\contentslabel{2em}}{} {\titlerule*[1pc]{.}\contentspage}
\titlecontents{subsection}[9em]{\addvspace{.1pc}\bfseries}{\contentslabel{3em}}{} {\titlerule*[1pc]{.}\contentspage}
\titlecontents{figure}[2.5em]{\addvspace{.1pc}\bfseries}{\contentslabel{2.5em}}{} {\titlerule*[1pc]{.}\contentspage}
% change spacing of part, chapter, section, and subsection headings
\usepackage{xcolor}
\usepackage{titlesec}
\titleclass{\part}{top}
\titleformat{\part}[hang]{\normalfont\huge\bfseries\color{red}}{Chapter\ \thepart:}{5pt}{}
\titlespacing*{\part}{0pt}{0pt}{0pt}
\titleformat{\chapter}[hang]{\centering\normalfont\LARGE\bfseries\color{blue}}{Section\ \thechapter:}{5pt}{}
\titlespacing*{\chapter}{0pt}{12pt}{0pt}
\titleformat{\section}[hang]{\normalfont\Large\bfseries\color{black}}{\thesection}{5pt}{}
\titlespacing*{\section}{0em}{12pt}{0pt}
\titleformat{\subsection}[hang]{\normalfont\large\bfseries\color{black}}{\thesubsection}{5pt}{}
\titlespacing*{\subsection}{3em}{12pt}{0pt}
% remove new page as start of new chapter
\usepackage{etoolbox}
\makeatletter
\patchcmd{\@chapter}{\addtocontents{lof}{\protect\addvspace{10\p@}}}{}{}{}
\patchcmd{\chapter}{\if@openright\cleardoublepage\else\clearpage\fi}{}{}{}
\makeatother
\usepackage{ragged2e}
\usepackage{tocloft}
\let\standardthefigure\thefigure
\renewcommand{\thefigure}{\thepart.\standardthefigure}
\addtolength{\cftfignumwidth}{10pt}
% links
\usepackage[linkcolor=black, urlcolor=blue, colorlinks=true]{hyperref}
\usepackage[capitalise,noabbrev]{cleveref}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% End Of Preamble and start of document %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\makeatletter\def\ttl@tocsep{}\makeatother
\tableofcontents
\listoffigures
\part{Title for Part \thepart\space}
\chapter{Title for Part \thepart\space Chapter \thechapter\space}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\chapter{Title for Part \thepart\space Chapter \thechapter\space}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\setcounter{chapter}{0}
\part{Title for Part \thepart\space}
\chapter{Title for Part \thepart\space Chapter \thechapter\space}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\chapter{Title for Part \thepart\space Chapter \thechapter\space}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\end{document}
编辑更简单的版本
这比想象的要容易 ;-)
使用\DeclareCaptionListFormat
命令定义新的 LoF 图形输入样式,说 *partfigure and
\captionsetup` 来激活此样式
\DeclareCaptionListFormat{partfigure}{\thepart.\thefigure}
\captionsetup{listformat=partfigure}
tocloft
此处使用No
\documentclass[12pt]{report}
\usepackage[left=1.0in, right=1.0in, top=1.0in, bottom=1.0in]{geometry}
% including package for figures
\usepackage{float}
\usepackage[demo]{graphicx}
\usepackage{caption}
\DeclareCaptionListFormat{partfigure}{\thepart.\thefigure}
\captionsetup{listformat=partfigure}
\usepackage{subcaption}
% indent first paragraph
\usepackage{indentfirst}
% change table of contents and list of figures spacing
\usepackage{titletoc}
\setcounter{tocdepth}{2}
\titlecontents{part}[0em]{\addvspace{.1pc}\bfseries}{\contentslabel{2em}}{} {\titlerule*[1pc]{.}\contentspage}
\titlecontents{chapter}[4em]{\addvspace{.1pc}\bfseries}{\contentslabel{2em}}{} {\titlerule*[1pc]{.}\contentspage}
\titlecontents{section}[6em]{\addvspace{.1pc}\bfseries}{\contentslabel{2em}}{} {\titlerule*[1pc]{.}\contentspage}
\titlecontents{subsection}[9em]{\addvspace{.1pc}\bfseries}{\contentslabel{3em}}{} {\titlerule*[1pc]{.}\contentspage}
\titlecontents{figure}[2.5em]{\addvspace{.1pc}\bfseries}{\contentslabel{2.5em}}{} {\titlerule*[1pc]{.}\contentspage}
% change spacing of part, chapter, section, and subsection headings
\usepackage{xcolor}
\usepackage{titlesec}
\titleclass{\part}{top}
\titleformat{\part}[hang]{\normalfont\huge\bfseries\color{red}}{Chapter\ \thepart:}{5pt}{}
\titlespacing*{\part}{0pt}{0pt}{0pt}
\titleformat{\chapter}[hang]{\centering\normalfont\LARGE\bfseries\color{blue}}{Section\ \thechapter:}{5pt}{}
\titlespacing*{\chapter}{0pt}{12pt}{0pt}
\titleformat{\section}[hang]{\normalfont\Large\bfseries\color{black}}{\thesection}{5pt}{}
\titlespacing*{\section}{0em}{12pt}{0pt}
\titleformat{\subsection}[hang]{\normalfont\large\bfseries\color{black}}{\thesubsection}{5pt}{}
\titlespacing*{\subsection}{3em}{12pt}{0pt}
% remove new page as start of new chapter
\usepackage{etoolbox}
\makeatletter
\patchcmd{\@chapter}{\addtocontents{lof}{\protect\addvspace{10\p@}}}{}{}{}
\patchcmd{\chapter}{\if@openright\cleardoublepage\else\clearpage\fi}{}{}{}
\makeatother
% links
\usepackage[linkcolor=black, urlcolor=blue, colorlinks=true]{hyperref}
\usepackage[capitalise,noabbrev]{cleveref}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% End Of Preamble and start of document %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\makeatletter\def\ttl@tocsep{}\makeatother
\tableofcontents
\listoffigures
\part{Title for Part \thepart\space}
\chapter{Title for Part \thepart\space Chapter \thechapter\space}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\chapter{Title for Part \thepart\space Chapter \thechapter\space}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\setcounter{chapter}{0}
\part{Title for Part \thepart\space}
\chapter{Title for Part \thepart\space Chapter \thechapter\space}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\chapter{Title for Part \thepart\space Chapter \thechapter\space}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\begin{figure}[H]
\centering\includegraphics[width=0.5\textwidth]{demo}
\caption{Caption for Figure \thefigure\space Part \thepart\space Chapter \thechapter}
\end{figure}
\end{document}