Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q&A - 如何在模版上添加照片 #7

Closed
renqii opened this issue Aug 9, 2021 · 1 comment
Closed

Q&A - 如何在模版上添加照片 #7

renqii opened this issue Aug 9, 2021 · 1 comment
Labels

Comments

@renqii
Copy link

renqii commented Aug 9, 2021

找不到添加照片的选项,请问要如何在简历上添加照片?有什么latex语句可以直接添加吗?

@hijiangtao
Copy link
Owner

@renqii 你好,本简历模版没有提供图片插入功能。

如果需要的话 Latex 提供有 figure 语法可以用来插入图片,可以参考 https://www.overleaf.com/learn/latex/Inserting_Images

另外,如果需要插入图片的话,可能会用到这两个包

\usepackage{graphicx} %插入图片的宏包
\usepackage{float} %设置图片浮动位置的宏包

一个简单的插入图片示例如下:

\documentclass{article}
\usepackage{graphicx}
\graphicspath{ {./images/} }

\begin{document}
The universe is immense and it seems to be homogeneous, 
in a large scale, everywhere we look at.

\includegraphics{universe}

There's a picture of a galaxy above
\end{document}

@hijiangtao hijiangtao changed the title 你好,请问要如何在简历上添加照片? Q&A - 如何在模版上添加照片 Sep 21, 2021
@hijiangtao hijiangtao pinned this issue Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants