【发布时间】: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 文档后面添加代码。