ドキュメントに付録を追加しようとしていますが、追加すると付録に文字ではなく数字のラベルが付けられ、次のエラーが発生します。
LaTeX Error: No counter 'chapter' defined.
LaTeX Error: Command \@chapapp undefined.
LaTeX Error: Command \thechapter undefined.
次のコードを使用しています:
\documentclass[12pt]{article}
\usepackage[english]{babel}
\usepackage[letterpaper,top=2cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
% Useful packages
\usepackage[utf8]{inputenc}
\usepackage{float}
\usepackage{eurosym}
\usepackage{array}
\usepackage{textcomp}
\usepackage[round, numbers]{natbib}
\usepackage{graphicx} % graphics package
\graphicspath{ {figures/} }% specify the path where figures are located
\usepackage{epstopdf} % converts eps files to pdf
\usepackage{fancyhdr} % fancy headers and footers
\usepackage{url} % nicely format url breaks
\usepackage{relsize} % font sizing hierarchy
\usepackage{booktabs} % professional looking tables
\usepackage[config, labelfont={bf}]{caption,subfig}
\usepackage{mathrsfs} % additional math scripts
\usepackage[Bjarne]{fncychap} % creates fancier chapter titles
\usepackage{setspace}
\usepackage{amsmath}
\usepackage{xcolor}
\usepackage{soul}
\usepackage{dirtytalk}
\usepackage{multicol}
\usepackage{tabto}
\usepackage[toc]{appendix}
\numberwithin{equation}{section}
\usepackage{mathrsfs}
\usepackage{chngcntr}
\counterwithin{table}{section}
\counterwithin{figure}{section}
\usepackage[justification=centering]{caption}
\setlength{\parskip}{0.5em}
\usepackage{rotating, graphicx}
\usepackage{enumitem}
\setlist[description]{style=nextline}
\setlength{\belowcaptionskip}{-15pt}
\renewcommand{\arraystretch}{1.5}
\usepackage{biblatex} %Imports biblatex package
\addbibresource{bibliography.bib} %Import the bibliography file
% \renewcommand{\baselinestretch}{1.5}
% \onehalfspacing % line spacing
\spacing{3}
\geometry{
a4paper,
left = 1.0in,
right = 1.0in,
top = 1.0in,
bottom = 1.375in
}
\begin{document}
\section{Section 1}
blah blah blah
\appendix
\section{Appendix}
blah blah blah
\end{document}
申し訳ありませんが、これは実際には「最小限の例」ではないことは承知していますが、この問題の原因となっているパッケージの 1 つとの競合があるのではないかと考えています。私は LaTex の初心者で、この序文は講師から受け継いだものです。
ありがとう!!
答え1
クラスarticle
を、fncychap
。そのパッケージは章を定義するクラス用に作成されたため、意味がありません。ないクラスのケースarticle
。