如何控制小页面周围的间距

如何控制小页面周围的间距

我想要知道如何在我正在制作的考试标题页中在我的小页面和 \vrule 之间留出一些空间。

如果有其他方法可以完成我想做的事情,我很乐意研究 minipage 的替代方案。

\documentclass[../main.tex]{subfiles}
\usepackage{graphicx}
\usepackage{anyfontsize}
\graphicspath{{\subfix{../images/}}}

\begin{document}
\sffamily
\begin{flushright}
\begin{Huge}
2020

{\Large
My Institute

}
\vspace{1cm}
First Assessment Task
\end{Huge}
\end{flushright}
\vspace{3cm}

\fontsize{30}{50}\selectfont Software Design and 

Development
\newline\newline\newline

\Large
\vspace{5cm}
\begin{minipage}{6.5cm}

\textbf{General Instructions}
\begin{itemize}

    \item Reading time - 5 minutes
    
    \item Working time - 1 hour
    
    \item Write using blue or black pen
    
    \item Write your student number and / or name at the top of every page
\end{itemize}
\end{minipage}
\vrule
\begin{minipage}{6cm}

\large{\textbf{Total Marks:90 }}
\normalsize
\newline\newline
\large{\textbf{Section I}}

Total marks (10)
\begin{itemize}

    \item Attempt Questions 1 - 10
    
    \item Allow about 12 minutes for this section
    
    \item Mark your answers on the answer sheet provided
    
\end{itemize}
\large{\textbf{Section II}}

Total marks (30)
\begin{itemize}
    \item Attempt Questions 1 - 10
    \item Allow about 12 minutes for this section
    \item Mark your answers on the answer sheet provided
\end{itemize}
\end{minipage}

\end{document}

相关内容