![숫자 목록](https://rvso.com/image/309874/%EC%88%AB%EC%9E%90%20%EB%AA%A9%EB%A1%9D.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}