【问题标题】:Lyx modifying moderncv empty spaceLyx 修改 moderncv 空白空间
【发布时间】:2021-02-24 16:58:51
【问题描述】:

我是乳胶和 lyx 的新手。我必须实现简历并使用moderncv。你知道我怎样才能减少我的照片的空间吗? (以红色阴影表示的那个)。由于所有内容都应该放在带有简历的一页中,因此这对我很重要。 谢谢你的帮助

%% LyX 2.3.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{moderncv}
\usepackage[T1]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage{geometry}
\geometry{verbose,tmargin=1cm,bmargin=1cm,lmargin=1cm,rmargin=1cm}
\usepackage{fancyhdr}
\pagestyle{fancy}
\setcounter{secnumdepth}{2}
\setcounter{tocdepth}{2}
\usepackage{float}

\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{xmpmulti}
\usepackage{enumitem}

\moderncvtheme[grey]{classic}
\firstname{John}
\familyname{Do}
\title{Title}
\address{adress}{city}
\mobile{+33 6 §§ §§ §§ §§}
\email{john.do@ens.psl.eu}
\photo[100pt]{Mii_Artwork.png}

\makeatother

\usepackage{babel}
\begin{document}
\maketitle

\section{Formation}

\cventry{2021/2022}{Master de Science cognitive}{Ecole normale supérieure rue d'Ulm}{Paris}{France}{}
\end{document}

【问题讨论】:

  • 你能做一个minimal reproducible example 让我们重现这个问题吗? (我们不需要您的个人数据,只需将其替换为一些假名等)
  • 我无法将 .lyx 文件添加到我的帖子中。我会尝试在我的 lyx 文档后面添加代码。

标签: latex lyx


【解决方案1】:

快速破解:在 \maketitle 之后添加 \vspace{-1.5cm} : `

%% LyX 2.3.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{moderncv}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{geometry}
\geometry{verbose,tmargin=1cm,bmargin=1cm,lmargin=1cm,rmargin=1cm}
\usepackage{fancyhdr}
\pagestyle{fancy}
\setcounter{secnumdepth}{2}
\setcounter{tocdepth}{2}
\usepackage{float}

\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{xmpmulti}
\usepackage{enumitem}

\moderncvtheme[grey]{classic}
\firstname{John}
\familyname{Do}
\title{Title}
\address{adress}{city}
\mobile{+33 6 §§ §§ §§ §§}
\email{john.do@ens.psl.eu}
\photo[100pt]{example-image}

\makeatother

\usepackage{babel}
\begin{document}
\maketitle
\vspace{-1.5cm}

\section{Formation}

\cventry{2021/2022}{Master de Science cognitive}{Ecole normale supérieure rue d'Ulm}{Paris}{France}{}
\end{document}

【讨论】:

  • @PaulCharp 不客气!祝你的申请或其他任何你写简历的东西好运!
猜你喜欢
  • 2012-09-17
  • 1970-01-01
  • 1970-01-01
  • 2017-07-20
  • 1970-01-01
  • 1970-01-01
  • 2018-08-26
  • 2017-03-16
  • 1970-01-01
相关资源
最近更新 更多