我使用Latex写我的简历,但是简历文档类型的默认页边距太宽了。纠正这种情况的最好方法是使用任意大小的包,然后设置页边距大小,但是这样做会导致"=.5=.75“在我的标题之前显示在pdf中。以下是头代码
% LaTeX resume using res.cls
\documentclass[margin]{res}
% \usepackage[margin=0.75in,bottom=.5in,top=.5in]{geometry}
\usepackage[none]{hyphenat}%%%%
\usepackage{anysize}
\setlength{\textwidth}{5.8in} % set width of text portion
\begin{document}
\marginsize{.5}{.5}{.75}{.75}
% Center the name over the entire width of resume:
\centerline{\large\bf John Doe}https://stackoverflow.com/questions/25610668
复制相似问题