![図表番号一覧](https://rvso.com/image/309874/%E5%9B%B3%E8%A1%A8%E7%95%AA%E5%8F%B7%E4%B8%80%E8%A6%A7.png)
図の番号リストに「部品」番号を含めようと考えています。
私のフィギュアリストは現在次のようになっています:
代わりに、各要素が
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図形エントリスタイルを定義します。and
このスタイルをアクティブにするには、*partfigure \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}