我在使用 latex 时遇到了非常奇怪的问题,通过添加 \subsection 或 \section,它总是在两个问题之间留下一个巨大的空白,而无需添加任何 \new……这里有图片:
图片 1:
与图像 2 对比:
正如你所看到的,当我在问题 19 或下面的问题中添加一些文本时,我有这个巨大的空间,这是我第一次看到这种奇怪的事情发生......(如果你写了很多问题那么你会自动看到有很多空格......)
这是我的代码:
\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[hmargin=1.2cm,vmargin=3cm,headheight=65pt]{geometry}
\usepackage{wrapfig}
\usepackage{enumitem}
\usepackage{fancyhdr}
\usepackage{float}
\usepackage{eurosym}
\usepackage{tabto}
\usepackage{colortbl}
\usepackage{xcolor}
\usepackage{tabularray}
\usepackage{listings}
\usepackage{xcolor}
\usepackage{titlesec}
\usepackage{xspace}
\usepackage{lastpage}
\usepackage{fancyhdr}
\usepackage[sorting=none]{biblatex}
\usepackage{lastpage}
% References
\usepackage{biblatex}
\addbibresource{references.bib}
\usepackage{hyperref} % put here <<<<<<<<<<<<<<<<<
\usepackage{csquotes}
\colorlet{punct}{red!60!black}
\definecolor{background}{HTML}{EEEEEE}
\definecolor{delim}{RGB}{20,105,176}
\colorlet{numb}{magenta!60!black}
%HEADER <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<,
\renewcommand{\footrulewidth}{1pt}
\renewcommand{\headrulewidth}{1pt}
\fancyhead[C]{Workshop}
\fancyhead[L]{\includegraphics[scale=0.07]{images/im1.png}}
\fancyhead[R]{\includegraphics[scale=0.17]{images/im2.png}}
\fancyfoot[C]{}
\fancyfoot[L]{Workshop, 2022-2023}
\fancyfoot[R]{\textbf{\thepage /\pageref{LastPage}}}
\pagestyle{fancy}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\newcommand{\hsp}{\hspace{20pt}}
\usepackage{titlesec}
\setcounter{secnumdepth}{4}
\titleformat{\paragraph}
{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
\titlespacing*{\paragraph}
{0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
\lstset{basicstyle=\ttfamily,
showstringspaces=false,
commentstyle=\color{red},
keywordstyle=\color{blue}
}
\begin{document}
\begin{titlepage}
\begin{sffamily}
\begin{center}
\includegraphics[width=5cm]{images/im1.png}\hfill
\includegraphics[width=5cm]{images/im2.png}
\vspace{3cm}
\HRule \\[0.4cm]
{ \huge \bfseries Attacks \\[0.4cm] }
\HRule \\[1cm]
\vspace{8cm}
\begin{minipage}{0.4\textwidth}
\begin{flushleft} \large
\emph{\textbf{Student :}}\\
\textsc{Name }\\
\end{flushleft}
\end{minipage}
~
\begin{minipage}{0.4\textwidth}
\begin{flushright} \large
\emph{\textbf{Teacher :}}\\
\textsc{Name}\\
\end{flushright}
\end{minipage}
\vfill
% Bottom of the page
\vspace{1cm}
{\large 2022-2023}
\end{center}
\end{sffamily}
\end{titlepage}
\tableofcontents
\section{Part1}
\subsection{Question 1 : }
blabla
\subsection{Question 2 :}
blablabla
\subsection{Question 3 : }
\subsection{Question 4 : }
\subsection{Question 7 : }
\subsection{Question 12 :}
\section{Part2}
\subsection{Question 15 : }
\subsection{Question 16 :}
\subsection{Question 17 :}
\subsection{Question 18 :}
\subsection{Question 19 :}
text
\end{document}