我如何在此简历模板的右上角添加照片?
http://www.latextemplates.com/template/two-column-one-page-cv
如果可能的话我想把第二列稍微放低一点这样我就可以放置这样的图像:
以下是模板的完整代码:
\documentclass{tccv}
\usepackage[french]{babel}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\begin{document}
\part{John Doe}
\section{Work experience}
\begin{eventlist}
\item{July 2007 -- Present}
{eNTiDi software, Travagliato}
{Management and development}
Software development for the industrial automation sector: configuration
front-end in C with interface based on \href{http://www.gtk.org/}{GTK+},
web applications and sites on LAMP platforms grounded on the
\href{http://www.silverstripe.org/}{SilverStripe} framework,
supervisor programs in LabVIEW and remote system in
\href{http://www.lua.org/}{Lua} on GNU/Linux systems.
\item{January 2002 -- June 2004}
{TEMA s.r.l., Travagliato}
{PLC Omron development}
Development and testing of automatic and semiautomatic machines for
ribbon winding on spools and rolls (safety belts, hook-and-loop tapes,
elastic ribbon and bindings). Designing of electrical schematics on
2D cad and user manuals drafting.
\item{October 1998 -- November 2001}
{TWINS s.r.l., Sarezzo}
{PC and PLC Siemens development}
Programming, installation and trial of transfer machines for assembly,
adjustment and testing of gas taps. Development and installation of PC
based semiautomatic test stands for pneumatic and hydraulic leakage
tests on valves, gas regulators, electrovalves, tanks and others.
\item{September 1996 -- September 1998}
{Elettronica EFFE-GI s.n.c., Cazzago}
{PC and PLC Hitachi development}
Development of automatic machines in general, here included the design
of electrical, pneumatic and hydraulic schematics on 2D cad and the PLC
programming. Implementation of configuration and logging front-end using
RS232 serial communications between PC and PLC-based transfer machines
in BASIC, Pascal and C.
\end{eventlist}
\personal
[www.entidi.com]
{viale Conciliazione, \newline 25039 -- Travagliato (BS)}
{+39 (30) 0000000}
{[email protected]}
\section{Education}
\begin{yearlist}
\item[High school diploma]{1988 -- 1992}
{Informatic engineer}
{ITIS Castelli, Brescia}
\item{1987 -- 1988}
{Classical gymnasium}
{Seminario vescovile, Cremona}
\end{yearlist}
\section{Communication skills}
\begin{factlist}
\item{Italian}{Native speaker}
\item{English}{Oral: fair -- Written: good}
\item{Spanish}{Oral: good}
\end{factlist}
\section{Software skills}
\begin{factlist}
\item{Good level}
{C, PHP, HTML, CSS, autotools, git, gcc, GTK+, GObject, shell,
MS-DOS, Linux, ladder, G-Code}
\item{Intermediate}
{Lua, \LaTeX, MySQL, VBA, cuBasic, pascal, subversion, LabVIEW}
\item{Basic level}
{Windows, FreeBSD, OpenIndiana, Postgres}
\end{factlist}
\end{document}
答案1
一种可能性是使用包textpos
(获取更多信息texdoc textpos
),如以下 MWE 所示:
\documentclass{tccv}
\usepackage[french]{babel}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage[absolute]{textpos} % <======================================
\begin{document}
\begin{textblock}{4}(12.5,0.5) % {〈hsize〉}(〈hpos〉,〈vpos〉) <==============
\includegraphics[width=3cm]{example-image}
\end{textblock} % <=====================================================
\part{John Doe}
\section{Work experience}
\begin{eventlist}
\item{July 2007 -- Present}
{eNTiDi software, Travagliato}
{Management and development}
Software development for the industrial automation sector: configuration
front-end in C with interface based on \href{http://www.gtk.org/}{GTK+},
web applications and sites on LAMP platforms grounded on the
\href{http://www.silverstripe.org/}{SilverStripe} framework,
supervisor programs in LabVIEW and remote system in
\href{http://www.lua.org/}{Lua} on GNU/Linux systems.
\item{January 2002 -- June 2004}
{TEMA s.r.l., Travagliato}
{PLC Omron development}
Development and testing of automatic and semiautomatic machines for
ribbon winding on spools and rolls (safety belts, hook-and-loop tapes,
elastic ribbon and bindings). Designing of electrical schematics on
2D cad and user manuals drafting.
\item{October 1998 -- November 2001}
{TWINS s.r.l., Sarezzo}
{PC and PLC Siemens development}
Programming, installation and trial of transfer machines for assembly,
adjustment and testing of gas taps. Development and installation of PC
based semiautomatic test stands for pneumatic and hydraulic leakage
tests on valves, gas regulators, electrovalves, tanks and others.
\item{September 1996 -- September 1998}
{Elettronica EFFE-GI s.n.c., Cazzago}
{PC and PLC Hitachi development}
Development of automatic machines in general, here included the design
of electrical, pneumatic and hydraulic schematics on 2D cad and the PLC
programming. Implementation of configuration and logging front-end using
RS232 serial communications between PC and PLC-based transfer machines
in BASIC, Pascal and C.
\end{eventlist}
\personal
[www.entidi.com]
{viale Conciliazione, \newline 25039 -- Travagliato (BS)}
{+39 (30) 0000000}
{[email protected]}
\section{Education}
\begin{yearlist}
\item[High school diploma]{1988 -- 1992}
{Informatic engineer}
{ITIS Castelli, Brescia}
\item{1987 -- 1988}
{Classical gymnasium}
{Seminario vescovile, Cremona}
\end{yearlist}
\section{Communication skills}
\begin{factlist}
\item{Italian}{Native speaker}
\item{English}{Oral: fair -- Written: good}
\item{Spanish}{Oral: good}
\end{factlist}
\section{Software skills}
\begin{factlist}
\item{Good level}
{C, PHP, HTML, CSS, autotools, git, gcc, GTK+, GObject, shell,
MS-DOS, Linux, ladder, G-Code}
\item{Intermediate}
{Lua, \LaTeX, MySQL, VBA, cuBasic, pascal, subversion, LabVIEW}
\item{Basic level}
{Windows, FreeBSD, OpenIndiana, Postgres}
\end{factlist}
\end{document}
begin{textblock}{4}(12.5,0.5)
根据您的图像,根据您的需要调整数值...
我的示例给出了结果:
如果你的图片比较大,比如10*16,那么就要添加下面的代码前 \personal
:
\newpage % <===========================================================
\parbox[c][3cm]{\textwidth}{} % <=======================================
请参阅以下 MWE
\documentclass{tccv}
\usepackage[french]{babel}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage[absolute]{textpos} % <======================================
\begin{document}
\begin{textblock}{4}(12.5,0.5) % {〈hsize〉}(〈hpos〉,〈vpos〉) <==============
\includegraphics[width=3cm]{example-image-10x16}
\end{textblock} % <=====================================================
\part{John Doe}
\section{Work experience}
\begin{eventlist}
\item{July 2007 -- Present}
{eNTiDi software, Travagliato}
{Management and development}
Software development for the industrial automation sector: configuration
front-end in C with interface based on \href{http://www.gtk.org/}{GTK+},
web applications and sites on LAMP platforms grounded on the
\href{http://www.silverstripe.org/}{SilverStripe} framework,
supervisor programs in LabVIEW and remote system in
\href{http://www.lua.org/}{Lua} on GNU/Linux systems.
\item{January 2002 -- June 2004}
{TEMA s.r.l., Travagliato}
{PLC Omron development}
Development and testing of automatic and semiautomatic machines for
ribbon winding on spools and rolls (safety belts, hook-and-loop tapes,
elastic ribbon and bindings). Designing of electrical schematics on
2D cad and user manuals drafting.
\item{October 1998 -- November 2001}
{TWINS s.r.l., Sarezzo}
{PC and PLC Siemens development}
Programming, installation and trial of transfer machines for assembly,
adjustment and testing of gas taps. Development and installation of PC
based semiautomatic test stands for pneumatic and hydraulic leakage
tests on valves, gas regulators, electrovalves, tanks and others.
\item{September 1996 -- September 1998}
{Elettronica EFFE-GI s.n.c., Cazzago}
{PC and PLC Hitachi development}
Development of automatic machines in general, here included the design
of electrical, pneumatic and hydraulic schematics on 2D cad and the PLC
programming. Implementation of configuration and logging front-end using
RS232 serial communications between PC and PLC-based transfer machines
in BASIC, Pascal and C.
\end{eventlist}
\newpage % <===========================================================
\parbox[c][3cm]{\textwidth}{} % <=======================================
\personal
[www.entidi.com]
{viale Conciliazione, \newline 25039 -- Travagliato (BS)}
{+39 (30) 0000000}
{[email protected]}
\section{Education}
\begin{yearlist}
\item[High school diploma]{1988 -- 1992}
{Informatic engineer}
{ITIS Castelli, Brescia}
\item{1987 -- 1988}
{Classical gymnasium}
{Seminario vescovile, Cremona}
\end{yearlist}
\section{Communication skills}
\begin{factlist}
\item{Italian}{Native speaker}
\item{English}{Oral: fair -- Written: good}
\item{Spanish}{Oral: good}
\end{factlist}
\section{Software skills}
\begin{factlist}
\item{Good level}
{C, PHP, HTML, CSS, autotools, git, gcc, GTK+, GObject, shell,
MS-DOS, Linux, ladder, G-Code}
\item{Intermediate}
{Lua, \LaTeX, MySQL, VBA, cuBasic, pascal, subversion, LabVIEW}
\item{Basic level}
{Windows, FreeBSD, OpenIndiana, Postgres}
\end{factlist}
\end{document}
及其结果: