对齐产生意想不到的输出

对齐产生意想不到的输出

我正在使用 LaTeX 生成简历(没有模板)

考虑以下 MRE:

\documentclass[11pt]{article}

\begin{document}

\noindent Coadvisor: Dr. Daniel A. Ashlock \hfill Department of Mathematics and \\ \hfill Statistics

\end{document}

编译上述代码时,会产生意外的输出。

我希望“统计”一词位于右边距。相反,它位于左边距

我尝试用 \flushright 和 \raggedright 替换 \hfill,但无济于事。

有任何想法吗?

相关内容