如何调整我的 Latex 简历标题上的徽标

问题描述

我正在使用 altacv 模板在乳胶中制作此简历。我想将此徽标添加到文档右上角与我的名字相同的行中,但我不知道该怎么做。 pdf 目前看起来像这样:

pdf pic

这是这部分的代码

\PassOptionsToPackage{dvipsnames}{xcolor}

%% Use the "normalphoto" option if you want a normal photo instead of cropped to a circle
% \documentclass[10pt,a4paper,normalphoto]{altacv}

\documentclass[10pt,normalphoto]{altacv}

\usepackage{graphicx}
\graphicspath{ {images/} }
\usepackage{float}
\usepackage[export]{adjustBox}
\usepackage{wrapfig}

% Change the page layout if you need to
\geometry{left=1cm,right=9cm,marginparwidth=6.8cm,marginparsep=1.2cm,top=1.25cm,bottom=1.25cm,footskip=2\baselineskip}


% If using pdflatex:
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[default]{lato}


\begin{document}

\name{Osama Younus}
\begin{figure}[H]
    \centering
    \includegraphics[width=1.15in,height=.40in,right]{lums.png}
\end{figure}
\tagline{Software Developer}

\personalinfo{%
  \email{21100013@lums.edu.pk }
  \phone{--------------}
  \linkedin{https://www.linkedin.com/in/osamayounus20/}
  \github{https://git.io/JLNIB}

}

%% Make the header extend all the way to the right,if you want. 
\begin{fullwidth}
\makecvheader

\end{fullwidth}


\end{document}

这里是徽标的链接 logo

解决方法

\PassOptionsToPackage{dvipsnames}{xcolor}

%% Use the "normalphoto" option if you want a normal photo instead of cropped to a circle
% \documentclass[10pt,a4paper,normalphoto]{altacv}

\documentclass[10pt,normalphoto]{altacv}

\usepackage{graphicx}
\graphicspath{ {images/} }
\usepackage{float}
\usepackage[export]{adjustbox}
\usepackage{wrapfig}

% Change the page layout if you need to
\geometry{left=1cm,right=9cm,marginparwidth=6.8cm,marginparsep=1.2cm,top=1.25cm,bottom=1.25cm,footskip=2\baselineskip}


% If using pdflatex:
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[default]{lato}

\begin{document}

\name{Osama Younus\hspace*{6.5cm}\lowercase{\includegraphics[width=1.15in]{example-image-duck}}}

\tagline{Software Developer}

\personalinfo{%
  \email{21100013@lums.edu.pk }
  \phone{--------------}
  \linkedin{https://www.linkedin.com/in/osamayounus20/}
  \github{https://git.io/JLNIB}

}

%% Make the header extend all the way to the right,if you want. 
\begin{fullwidth}
\makecvheader

\end{fullwidth}


\end{document}

enter image description here

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...