我想将“THIS IS RUNSUBSECTION”的要点缩进,使其与“COMPILER”子节的间距相等。我正在使用 tightemize,我相信它是 fancyhdr 包的一部分。有人能帮忙吗?
\documentclass[]{deedy-resume-openfont}
\usepackage{fancyhdr}
\usepackage[T1]{fontenc}
\usepackage{enumitem}
\pagestyle{fancy}
\fancyhf{}
\begin{document}
\lastupdated
\begin{minipage}[t]{0.36\textwidth}
\end{minipage}
\hfill
\begin{minipage}[t]{0.59\textwidth}
\section{Work Experience}
\runsubsection{ABC}
\descript{| HELLO MY NAME}
\location{June 2019 - Present | HI, WORLD}
This is a random statement to fill in some blank space and I am not sure what else to put in here \\
\sectionsep
\hspace{1.1em}\runsubsection{This is runsubsection}
\descript{| ABCDEFGH IJKLMNO PQR }
\hspace{1em}\descript{STUVWXY ZABCDEFGHIJKLM}
\hspace{1em}\location{June 2019 - Present | HI, WORLD}
\vspace{\topsep}
\begin{tightemize}
\item If you're visiting this page, you're likely here because you're searching for a random sentence. Sometimes a random word just isn't enough
\item If you're visiting this page, you're likely here because you're searching
\item If you're visiting this page, you're likely here because you're searching for a random sentence
\item If you're visiting this page, you're likely here because you're searching
\end{tightemize}
\sectionsep
\hspace{1.0em}\runsubsection{This is runsubsection}
\descript{| ABC }
\hspace{1em}\location{June 2019 - Present | HI, WORLD}
\begin{tightemize}
\item If you're visiting this page, you're likely here because you're searching for a random sentence.
\item If you're visiting this page, you're likely here
\item If you're visiting this page, you're likely here because you're searching for a random sentence. If you're visiting this page, you're likely
\item If you're visiting this page, you're likely here because you're searching for a random sentence.
\end{tightemize}
\sectionsep
\runsubsection{COMPILER}
\descript{| WORLD | HELLO}
\location{June 2019 - Present | HI, WORLD}
\begin{tightemize}
\item If you're visiting this page, you're likely here because you're searching for a random sentence. Sometimes a random word just isn't enough, and that is where the random
\item If you're visiting this page, you're likely here because you're searching for a random sentence. Sometimes a random word is enough
\end{tightemize}
\end{minipage}
\end{document} \documentclass[]{article}