I have a short question about the appendix. My code is the following:
Code: Select all
\newpage
\addcontentsline{toc}{section}{Appendix}
\appendix
\section*{Appendix}
\subsection{Graph 1}
Thank you!!
Code: Select all
\newpage
\addcontentsline{toc}{section}{Appendix}
\appendix
\section*{Appendix}
\subsection{Graph 1}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Code: Select all
\newpage
\addcontentsline{toc}{section}{Appendix}
\appendix
\section*{Appendix}
\renewcommand{\thesubsection}{A.\arabic{subsection}}
\subsection{Graph 1}
Code: Select all
\documentclass[12pt]{article}
%\usepackage[ngerman]{babel}
%\usepackage{a4wide}
\usepackage{setspace}
\usepackage{geometry}
\geometry{a4paper, top=25mm, left=25mm, right=25mm, bottom=25mm}
\usepackage{graphicx}
\usepackage{tabularx}
\usepackage{float}
\usepackage{lscape}
\usepackage{color}
\newcommand{\WichtigFarbe}{\color{blue}}%
\newcommand{\magenta}{\color{magenta}}%
\newcommand{\TextFarbe}{\color{black}}%
\definecolor{darkblue}{rgb}{0,0,0.5}
\definecolor{darkred}{rgb}{0.5,0,0}
\usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=darkred,
citecolor=darkblue, urlcolor=red]{hyperref}
\usepackage{appendix}
\usepackage[round]{natbib}
%\usepackage{chicago}
%\usepackage{harvard}
\usepackage[hang,small,bf]{caption}
\usepackage{amsmath, amssymb}
\usepackage[ansinew]{inputenc}
\usepackage{longtable}
\usepackage[hang,small,bf]{caption}
\usepackage{url}
\usepackage{booktabs}
\newcommand{\ra}[1]{\renewcommand{\arraystretch}{#1}}
\usepackage[T1]{fontenc}
%\usepackage{setspace} %\onehalfspacing
%\usepackage{vmargin}
\usepackage{fancyhdr}
\usepackage{threeparttable}
\begin{document}
\pagenumbering{Roman}
\begin{titlepage}
\vspace*{-2cm} \vspace{-1cm}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p