我正在使用模板制作简历,通常我只会使用\newline
或\\
跳过一行。但是它在这里不起作用。我的行太长,超出了文档的范围,以下是代码:
\documentclass{resume} % Use the custom resume.cls style
\usepackage[left=0.4 in,top=0.4in,right=0.4 in,bottom=0.4in]{geometry} % Document margins
\newcommand{\tab}[1]{\hspace{.2667\textwidth}\rlap{#1}}
\newcommand{\itab}[1]{\hspace{0em}\rlap{#1}}
\name{asdasd} % Your name
\address{\href{mailto:[email protected]}{[email protected]} \\ \href{https://www.linkedin.com/in//}{linkedin.com/} \\ \href{https://github.com/}{github.com/} \\ \newline %newline here does not work
aaaaaaaaaaaaaaaa ADDRESS HERE aaaaaaaa} %here is the line overflowing