
보고서를 작성하는데 부분이 아닌 섹션을 갖고 싶습니다...
\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}
.