
レポートを書くのですが、パートではなくセクションが欲しいです...
\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}
線の上に配置します。