cleanup_01
This commit is contained in:
parent
59987c98b5
commit
a293a6dcce
16
cv.aux
16
cv.aux
@ -1,16 +0,0 @@
|
||||
\relax
|
||||
\providecommand\hyper@newdestlabel[2]{}
|
||||
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
|
||||
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
|
||||
\global\let\oldnewlabel\newlabel
|
||||
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
|
||||
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
|
||||
\AtEndDocument{\ifx\hyper@anchor\@undefined
|
||||
\let\newlabel\oldnewlabel
|
||||
\fi}
|
||||
\fi}
|
||||
\global\let\hyper@last\relax
|
||||
\gdef\HyperFirstAtBeginDocument#1{#1}
|
||||
\providecommand*\HyPL@Entry[1]{}
|
||||
\HyPL@Entry{0<</S/D>>}
|
||||
\gdef \@abspage@last{2}
|
125
cv.tex.tex
125
cv.tex.tex
@ -1,125 +0,0 @@
|
||||
% Created 2023-11-22 Wed 12:55
|
||||
% Intended LaTeX compiler: pdflatex
|
||||
\documentclass[11pt]{article}
|
||||
\usepackage[hidelinks]{hyperref}
|
||||
\usepackage{newpxtext,newpxmath}
|
||||
\usepackage{tikz}
|
||||
\usepackage{tikz-cd}
|
||||
\usepackage{tikz-3dplot}
|
||||
\usepackage{eulervm}
|
||||
\author{Ionut Adrian Ciolan}
|
||||
\date{\today}
|
||||
\title{}
|
||||
\hypersetup{
|
||||
pdfauthor={Ionut Adrian Ciolan},
|
||||
pdftitle={},
|
||||
pdfkeywords={},
|
||||
pdfsubject={},
|
||||
pdfcreator={Emacs 30.0.50 (Org mode 9.6.11)},
|
||||
pdflang={English}}
|
||||
\begin{document}
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\%!TEX TS-program = xelatex
|
||||
\%!TEX encoding = UTF-8 Unicode
|
||||
\% Awesome CV \LaTeX{} Template for CV/Resume
|
||||
\%
|
||||
\% This template has been downloaded from:
|
||||
\% \url{https://github.com/posquit0/Awesome-CV}
|
||||
\%
|
||||
\% Author:
|
||||
\% Claud D. Park <posquit0.bj@gmail.com>
|
||||
\% \url{http://www.posquit0.com}
|
||||
\%
|
||||
\% Template license:
|
||||
\% CC BY-SA 4.0 (\url{https://creativecommons.org/licenses/by-sa/4.0/})
|
||||
\%
|
||||
|
||||
|
||||
\%-------------------------------------------------------------------------------
|
||||
\% CONFIGURATIONS
|
||||
\%-------------------------------------------------------------------------------
|
||||
\% A4 paper size by default, use 'letterpaper' for US letter
|
||||
\documentclass[11pt, a4paper]{awesome-cv}
|
||||
|
||||
\% Configure page margins with geometry
|
||||
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
|
||||
|
||||
\% Specify the location of the included fonts
|
||||
\fontdir[fonts/]
|
||||
|
||||
\% Color for highlights
|
||||
\% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
|
||||
\% awesome-nephritis, awesome-concrete, awesome-darknight
|
||||
\colorlet{awesome}{awesome-concrete}
|
||||
\% Uncomment if you would like to specify your own color
|
||||
|
||||
\% Colors for text
|
||||
\% Uncomment if you would like to specify your own color
|
||||
\% \definecolor{darktext}{HTML}{414141}
|
||||
\% \definecolor{text}{HTML}{333333}
|
||||
\% \definecolor{graytext}{HTML}{5D5D5D}
|
||||
\% \definecolor{lighttext}{HTML}{999999}
|
||||
|
||||
\% Set false if you don't want to highlight section with awesome color
|
||||
\setbool{acvSectionColorHighlight}{true}
|
||||
|
||||
\% If you would like to change the social information separator from a pipe (|) to something else
|
||||
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
|
||||
|
||||
|
||||
\%-------------------------------------------------------------------------------
|
||||
\% PERSONAL INFORMATION
|
||||
\% Comment any of the lines below if they are not required
|
||||
\%-------------------------------------------------------------------------------
|
||||
\% Available options: circle|rectangle,edge/noedge,left/right
|
||||
\% \photo{./examples/profile.png}
|
||||
\name{Ionut Adrian}{Ciolan}
|
||||
\position\{System Administrator\{\enskip\cdotp\enskip\}DevOps\}
|
||||
\% \address{5 Doljesti Streen, Sector 5, Bucharest, Romania}
|
||||
|
||||
\mobile{(+40) 736-556-762}
|
||||
\skype{ciolansteen@live.com}
|
||||
\email{iadrian.ciolan@gmail.com}
|
||||
\%\homepage{www.ciolan.eu}
|
||||
\github{ciolansteen}
|
||||
\linkedin{ionut-adrian-ciolan-b96a69b9}
|
||||
\% \gitlab{gitlab-id}
|
||||
\% \stackoverflow{SO-id}{SO-name}
|
||||
\% \twitter{@twit}
|
||||
\reddit{ciolansteen}
|
||||
\% \medium{madium-id}
|
||||
\% \googlescholar{googlescholar-id}{name-to-display}
|
||||
\% \firstname and \lastname will be used
|
||||
\% \googlescholar{googlescholar-id}{}
|
||||
\% \extrainfo{extra informations}
|
||||
|
||||
\%\quote{``Lorem Ipsum"}
|
||||
|
||||
\%-------------------------------------------------------------------------------
|
||||
\begin{document}
|
||||
|
||||
% Print the header with above personal informations
|
||||
% Give optional argument to change alignment(C: center, L: left, R: right)
|
||||
\makecvheader
|
||||
|
||||
% Print the footer with 3 arguments(<left>, <center>, <right>)
|
||||
% Leave any of these blank if they are not needed
|
||||
\makecvfooter
|
||||
{}
|
||||
{Ionut A. Ciolan~~~·~~~Curriculum Vitae}
|
||||
{\thepage}
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CV/RESUME CONTENT
|
||||
% Each section is imported separately, open each file in turn to modify content
|
||||
%-------------------------------------------------------------------------------
|
||||
\input{cv/education.tex}
|
||||
\input{cv/skills.tex}
|
||||
\input{cv/experience.tex}
|
||||
%\input{cv/writing.tex}
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
\end{document}
|
||||
\end{document}
|
@ -1,547 +0,0 @@
|
||||
This is LuaHBTeX, Version 1.15.0 (TeX Live 2022/Arch Linux) (format=lualatex 2022.8.11) 19 SEP 2022 16:55
|
||||
restricted system commands enabled.
|
||||
**experience.tex
|
||||
(./experience.tex
|
||||
LaTeX2e <2021-11-15> patch level 1
|
||||
Lua module: luaotfload 2022-03-18 3.21 Lua based OpenType font support
|
||||
Lua module: lualibs 2021-05-20 2.74 ConTeXt Lua standard libraries.
|
||||
Lua module: lualibs-extended 2021-05-20 2.74 ConTeXt Lua libraries -- extended c
|
||||
ollection.
|
||||
luaotfload | conf : Root cache directory is "/home/ciolansteen/.texlive/texmf-va
|
||||
r/luatex-cache/generic/names".
|
||||
luaotfload | init : Loading fontloader "fontloader-2022-02-24.lua" from kpse-res
|
||||
olved path "/usr/share/texmf-dist/tex/luatex/luaotfload/fontloader-2022-02-24.lu
|
||||
a".
|
||||
Lua-only attribute luaotfload@noligature = 1
|
||||
luaotfload | init : Context OpenType loader version 3.119
|
||||
Inserting `luaotfload.node_processor' at position 1 in `pre_linebreak_filter'.
|
||||
Inserting `luaotfload.node_processor' at position 1 in `hpack_filter'.
|
||||
Inserting `luaotfload.glyph_stream' at position 1 in `glyph_stream_provider'.
|
||||
Inserting `luaotfload.define_font' at position 1 in `define_font'.
|
||||
Lua-only attribute luaotfload_color_attribute = 2
|
||||
luaotfload | conf : Root cache directory is "/home/ciolansteen/.texlive/texmf-va
|
||||
r/luatex-cache/generic/names".
|
||||
Inserting `luaotfload.harf.strip_prefix' at position 1 in `find_opentype_file'.
|
||||
Inserting `luaotfload.harf.strip_prefix' at position 1 in `find_truetype_file'.
|
||||
Removing `luaotfload.glyph_stream' from `glyph_stream_provider'.
|
||||
Inserting `luaotfload.harf.glyphstream' at position 1 in `glyph_stream_provider'
|
||||
.
|
||||
Inserting `luaotfload.harf.finalize_vlist' at position 1 in `post_linebreak_filt
|
||||
er'.
|
||||
Inserting `luaotfload.harf.finalize_hlist' at position 2 in `hpack_filter'.
|
||||
Inserting `luaotfload.cleanup_files' at position 1 in `wrapup_run'.
|
||||
Inserting `luaotfload.harf.finalize_unicode' at position 1 in `finish_pdffile'.
|
||||
Inserting `luaotfload.glyphinfo' at position 1 in `glyph_info'.
|
||||
Lua-only attribute luaotfload.letterspace_done = 3
|
||||
Inserting `luaotfload.aux.set_sscale_dimens' at position 1 in `luaotfload.patch_
|
||||
font'.
|
||||
Inserting `luaotfload.aux.set_font_index' at position 2 in `luaotfload.patch_fon
|
||||
t'.
|
||||
Inserting `luaotfload.aux.patch_cambria_domh' at position 3 in `luaotfload.patch
|
||||
_font'.
|
||||
Inserting `luaotfload.aux.fixup_fontdata' at position 1 in `luaotfload.patch_fon
|
||||
t_unsafe'.
|
||||
Inserting `luaotfload.aux.set_capheight' at position 4 in `luaotfload.patch_font
|
||||
'.
|
||||
Inserting `luaotfload.aux.set_xheight' at position 5 in `luaotfload.patch_font'.
|
||||
Inserting `luaotfload.rewrite_fontname' at position 6 in `luaotfload.patch_font'
|
||||
. L3 programming layer <2022-04-10>
|
||||
Inserting `tracingstacklevels' at position 1 in `input_level_string'.
|
||||
! Undefined control sequence.
|
||||
l.4 \cvsection
|
||||
{Experience}
|
||||
The control sequence at the end of the top line
|
||||
of your error message was never \def'ed. If you have
|
||||
misspelled it (e.g., `\hobx'), type `I' and the correct
|
||||
spelling (e.g., `I\hbox'). Otherwise just continue,
|
||||
and I'll forget about whatever was undefined.
|
||||
|
||||
|
||||
! LaTeX Error: Missing \begin{document}.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.4 \cvsection{E
|
||||
xperience}
|
||||
You're in trouble here. Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
Overfull \hbox (20.0pt too wide) in paragraph at lines 4--5
|
||||
[]Experience
|
||||
[]
|
||||
|
||||
|
||||
! LaTeX Error: Environment cventries undefined.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.10 \begin{cventries}
|
||||
|
||||
Your command was ignored.
|
||||
Type I <command> <return> to replace it with another command,
|
||||
or <return> to continue without it.
|
||||
|
||||
! Undefined control sequence.
|
||||
l.50 \cventry
|
||||
|
||||
The control sequence at the end of the top line
|
||||
of your error message was never \def'ed. If you have
|
||||
misspelled it (e.g., `\hobx'), type `I' and the correct
|
||||
spelling (e.g., `I\hbox'). Otherwise just continue,
|
||||
and I'll forget about whatever was undefined.
|
||||
|
||||
|
||||
! LaTeX Error: Missing \begin{document}.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.51 {S
|
||||
ystem Administrator and Developer} % Job title
|
||||
You're in trouble here. Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: Environment cvitems undefined.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.55 {\begin{cvitems}
|
||||
% Description(s) of tasks/responsibilities
|
||||
Your command was ignored.
|
||||
Type I <command> <return> to replace it with another command,
|
||||
or <return> to continue without it.
|
||||
|
||||
|
||||
Overfull \hbox (20.0pt too wide) in paragraph at lines 51--56
|
||||
[]System
|
||||
[]
|
||||
|
||||
|
||||
! LaTeX Error: Lonely \item--perhaps a missing list environment.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.56 \item{
|
||||
System Administration and Troubleshooting
|
||||
Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: Lonely \item--perhaps a missing list environment.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.67 \item{
|
||||
Support
|
||||
Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: Lonely \item--perhaps a missing list environment.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.73 \item{
|
||||
Development
|
||||
Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: \begin{document} ended by \end{cvitems}.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.83 \end{cvitems}
|
||||
}
|
||||
Your command was ignored.
|
||||
Type I <command> <return> to replace it with another command,
|
||||
or <return> to continue without it.
|
||||
|
||||
! Undefined control sequence.
|
||||
l.88 \cventry
|
||||
|
||||
The control sequence at the end of the top line
|
||||
of your error message was never \def'ed. If you have
|
||||
misspelled it (e.g., `\hobx'), type `I' and the correct
|
||||
spelling (e.g., `I\hbox'). Otherwise just continue,
|
||||
and I'll forget about whatever was undefined.
|
||||
|
||||
|
||||
! LaTeX Error: Missing \begin{document}.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.89 {S
|
||||
oftware Implementation and Support Specialist} % Job title
|
||||
You're in trouble here. Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: Environment cvitems undefined.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.93 {\begin{cvitems}
|
||||
% Description(s) of tasks/responsibilities
|
||||
Your command was ignored.
|
||||
Type I <command> <return> to replace it with another command,
|
||||
or <return> to continue without it.
|
||||
|
||||
|
||||
Overfull \hbox (20.0pt too wide) in paragraph at lines 89--94
|
||||
[]Software
|
||||
[]
|
||||
|
||||
|
||||
! LaTeX Error: Lonely \item--perhaps a missing list environment.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.94 \item{
|
||||
Installing and maintaining software on UTI equipments for R...
|
||||
Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: Lonely \item--perhaps a missing list environment.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.102 \item{
|
||||
troubleshooting - repairs including cabling, computer and ...
|
||||
Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: \begin{document} ended by \end{cvitems}.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.103 \end{cvitems}
|
||||
}
|
||||
Your command was ignored.
|
||||
Type I <command> <return> to replace it with another command,
|
||||
or <return> to continue without it.
|
||||
|
||||
! Undefined control sequence.
|
||||
l.108 \cventry
|
||||
|
||||
The control sequence at the end of the top line
|
||||
of your error message was never \def'ed. If you have
|
||||
misspelled it (e.g., `\hobx'), type `I' and the correct
|
||||
spelling (e.g., `I\hbox'). Otherwise just continue,
|
||||
and I'll forget about whatever was undefined.
|
||||
|
||||
|
||||
! LaTeX Error: Missing \begin{document}.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.109 {F
|
||||
reelancer during studies on Spiru Haret Music University and 2 yea...
|
||||
You're in trouble here. Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: Environment cvitems undefined.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.113 {\begin{cvitems}
|
||||
% Description(s) of tasks/responsibilities
|
||||
Your command was ignored.
|
||||
Type I <command> <return> to replace it with another command,
|
||||
or <return> to continue without it.
|
||||
|
||||
|
||||
Overfull \hbox (20.0pt too wide) in paragraph at lines 109--114
|
||||
[]Freelancer
|
||||
[]
|
||||
|
||||
|
||||
! LaTeX Error: Lonely \item--perhaps a missing list environment.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.114 \item{
|
||||
Projects for personal usage and small businesses (real est...
|
||||
Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: Lonely \item--perhaps a missing list environment.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.123 \item{
|
||||
DTP work for various small advertising firms (most relevan...
|
||||
Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: Lonely \item--perhaps a missing list environment.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.127 \item{
|
||||
Music transcription for various projects including the "Le...
|
||||
Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: \begin{document} ended by \end{cvitems}.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.128 \end{cvitems}
|
||||
}
|
||||
Your command was ignored.
|
||||
Type I <command> <return> to replace it with another command,
|
||||
or <return> to continue without it.
|
||||
|
||||
! Undefined control sequence.
|
||||
l.133 \cventry
|
||||
|
||||
The control sequence at the end of the top line
|
||||
of your error message was never \def'ed. If you have
|
||||
misspelled it (e.g., `\hobx'), type `I' and the correct
|
||||
spelling (e.g., `I\hbox'). Otherwise just continue,
|
||||
and I'll forget about whatever was undefined.
|
||||
|
||||
|
||||
! LaTeX Error: Missing \begin{document}.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.134 {I
|
||||
T Support Administrator} % Job title
|
||||
You're in trouble here. Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: Environment cvitems undefined.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.138 {\begin{cvitems}
|
||||
% Description(s) of tasks/responsibilities
|
||||
Your command was ignored.
|
||||
Type I <command> <return> to replace it with another command,
|
||||
or <return> to continue without it.
|
||||
|
||||
|
||||
Overfull \hbox (20.0pt too wide) in paragraph at lines 134--139
|
||||
[]IT
|
||||
[]
|
||||
|
||||
|
||||
! LaTeX Error: Lonely \item--perhaps a missing list environment.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.139 \item{
|
||||
System Administration for Windows server 2008
|
||||
Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: Lonely \item--perhaps a missing list environment.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.145 \item{
|
||||
System Administration for Windows workstation}
|
||||
Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: Lonely \item--perhaps a missing list environment.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.150 \item{
|
||||
Computers and other office equipment repair and maintainan...
|
||||
Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: Lonely \item--perhaps a missing list environment.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.151 \item{
|
||||
VoIP equipment setup and maintenance for internal communic...
|
||||
Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: \begin{document} ended by \end{cvitems}.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.152 \end{cvitems}
|
||||
}
|
||||
Your command was ignored.
|
||||
Type I <command> <return> to replace it with another command,
|
||||
or <return> to continue without it.
|
||||
|
||||
! Undefined control sequence.
|
||||
l.157 \cventry
|
||||
|
||||
The control sequence at the end of the top line
|
||||
of your error message was never \def'ed. If you have
|
||||
misspelled it (e.g., `\hobx'), type `I' and the correct
|
||||
spelling (e.g., `I\hbox'). Otherwise just continue,
|
||||
and I'll forget about whatever was undefined.
|
||||
|
||||
|
||||
! LaTeX Error: Missing \begin{document}.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.158 {N
|
||||
etwork Team Lead} % Job title
|
||||
You're in trouble here. Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: Environment cvitems undefined.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.162 {\begin{cvitems}
|
||||
% Description(s) of tasks/responsibilities
|
||||
Your command was ignored.
|
||||
Type I <command> <return> to replace it with another command,
|
||||
or <return> to continue without it.
|
||||
|
||||
|
||||
Overfull \hbox (20.0pt too wide) in paragraph at lines 158--163
|
||||
[]Network
|
||||
[]
|
||||
|
||||
|
||||
! LaTeX Error: Lonely \item--perhaps a missing list environment.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.163 \item{
|
||||
Managing network infrastructure teams on projects for UPC ...
|
||||
Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: Lonely \item--perhaps a missing list environment.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.175 \item{
|
||||
Hands-on cabling and network configuration for UPC and own...
|
||||
Try typing <return> to proceed.
|
||||
If that doesn't work, type X <return> to quit.
|
||||
|
||||
|
||||
! LaTeX Error: \begin{document} ended by \end{cvitems}.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.183 \end{cvitems}
|
||||
}
|
||||
Your command was ignored.
|
||||
Type I <command> <return> to replace it with another command,
|
||||
or <return> to continue without it.
|
||||
|
||||
|
||||
! LaTeX Error: \begin{document} ended by \end{cventries}.
|
||||
|
||||
See the LaTeX manual or LaTeX Companion for explanation.
|
||||
Type H <return> for immediate help.
|
||||
...
|
||||
|
||||
l.187 \end{cventries}
|
||||
|
||||
Your command was ignored.
|
||||
Type I <command> <return> to replace it with another command,
|
||||
or <return> to continue without it.
|
||||
|
||||
)
|
||||
! Emergency stop.
|
||||
<*> experience.tex
|
||||
|
||||
*** (job aborted, no legal \end found)
|
||||
|
||||
|
||||
|
||||
Here is how much of LuaTeX's memory you used:
|
||||
23 strings out of 477762
|
||||
100000,383344 words of node,token memory allocated 41217 words of node memory still in use:
|
||||
208 hlist, 5 disc, 57 local_par, 1 dir, 1210 glue, 3 kern, 174 penalty, 3993
|
||||
glyph, 431 attribute, 39 glue_spec, 431 attribute_list nodes
|
||||
avail lists: 1:1,2:3,3:1,4:39,5:20,7:2,10:38
|
||||
20875 multiletter control sequences out of 65536+600000
|
||||
14 fonts using 591679 bytes
|
||||
14i,1n,12p,241b,98s stack positions out of 5000i,500n,10000p,200000b,80000s
|
||||
! ==> Fatal error occurred, no output PDF file produced!
|
Loading…
Reference in New Issue
user.block.title