
我寫了一份報告,除了部分之外我不想寫一部分...
\documentclass{report}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\title{Rapport unité d'enseigement libre : ASTEP}
\author{Agnès VIEL \& Jean KELLENS}
\date{Vendredi 17 Janvier}
\begin{document}
\maketitle
\section{Le choix}
\end{document}
我有0.1.1
但我想要 1.1
我找不到刪除零件編號的方法
感謝您的回答
答案1
我們可以使用下面的巨集來獲得輸出:
\makeatletter
\renewcommand\thesection{\@arabic\c@section}
\makeatother
將宏放置在線上方\begin{document}
。