Text at the right of iconJustification inside SubstackText Aligned in Friggeri CV Template SectionsHow to superimpose a photo on the Friggeri CV template?How to add the skype icon in EuropassCV? I am trying hard to add it but it's not workingHow to add the Cover Letter with Friggeri resume?Forceably deleting the last pageHow to draw full-screen icon?Vertical line between aside and main text friggeri cvicon and subject of lessonHow can I modify attachfile icon?Up and down icon: set slightly below or above the normal lineText Aligned in Friggeri CV Template Sections
What is the logic behind charging tax _in the form of money_ for owning property when the property does not produce money?
How can I use the SpendProofV1 to prove I sent Monero to an exchange?
How can I remove material from this wood beam?
Why the output signal of my amplifier is heavily distorted
Derivative of a double integral over a circular region
What is the best color to differentiate male and female?
Math cases align being colored as a table
Is there a set of positive integers of density 1 which contains no infinite arithmetic progression?
How can one's career as a reviewer be ended?
Is it possible to fly backward if you have really strong headwind?
Who won a Game of Bar Dice?
What are the implications when matrix's lowest eigenvalue is equal to 0?
Why does this query, missing a FROM clause, not error out?
Does the new finding on "reversing a quantum jump mid-flight" rule out any interpretations of QM?
How to publish items after pipeline is finished?
Do you have to have figures when playing D&D?
Was planting UN flag on Moon ever discussed?
What aircraft was used as Air Force One for the flight between Southampton and Shannon?
Reference to understand the notation of orbital charts
Who is "He that flies" in Lord of the Rings?
What would be the way to say "just saying" in German? (Not the literal translation)
Getting UPS Power from One Room to Another
I've been given a project I can't complete, what should I do?
2019 gold coins to share
Text at the right of icon
Justification inside SubstackText Aligned in Friggeri CV Template SectionsHow to superimpose a photo on the Friggeri CV template?How to add the skype icon in EuropassCV? I am trying hard to add it but it's not workingHow to add the Cover Letter with Friggeri resume?Forceably deleting the last pageHow to draw full-screen icon?Vertical line between aside and main text friggeri cvicon and subject of lessonHow can I modify attachfile icon?Up and down icon: set slightly below or above the normal lineText Aligned in Friggeri CV Template Sections
I want make a CV and I want a list of icon with text at the right. Now I have this:
But I want something like this:
This is my "code":
begindocument
headernamename %starts a new page and puts text at the top of the
new page and any subsequent pages, until the next header command
Computer Science Engineer
% fcolorbox = Color background for text. parbox = box in paragraph mode.
dimexpr for evaluate number operation
fcolorboxwhitegrayparboxdimexprtextwidth-2fboxsep-2fboxrule
..... % fake text
% In the aside, each new line forces a line break
beginaside
includegraphics[scale=0.32]img/MyPhoto.png
~
~
includegraphics[scale=0.05]img/Address.pngmy address is not on one
line
sectionTel & Skype
+39 329 7216527
neoben86
~
sectionMail
hrefmailto:carmine.benedetto@gmail.com
textbfcarmine.benedetto@\gmail.com
hrefmailto:carmine@carminebenedetto.net
textbfcarmine@\carminebenedetto.net
~
sectionWeb & Git
hrefhttp://www.carminebenedetto.netcarminebenedetto.net
hrefhttps://bitbucket.org/neobenbitbucket.org/neoben
hrefhttps://github.com/neobengithub.com/neoben
...
~
sectionPersonal Skills
includegraphics[scale=0.62]img/personal.png
~
endaside
...
enddocument
More precisely I use frigeri-cv
but I made some small changes:
I prefer change friggeri's side block. I want have icon for email, phone etc.. like this:
but on one line the information of email, address, etc. does not fit. It would be nice to have a list of icons as shown in the second image of the post, with some text aligned to the right of the icon.
This is the .cls
file (only side block section):
%%%%%%%%%%%%%%
% Side block %
%%%%%%%%%%%%%%
RequirePackage[absolute,overlay]textpos
setlengthTPHorizModule1cm
setlengthTPVertModule1cm
newenvironmentaside%
letoldsectionsection
renewcommandsection[1]
parvspacebaselineskipLargeheadingfontcolorpblue ##1
% color side
begintikzpicture[remember picture,overlay]
node [rectangle, fill=sidecolor, anchor=north, minimum width=9cm,
minimum height=paperheight+1cm] (box) at (-4.7cm,4cm);
endtikzpicture
begintextblock4.5(1.5, 0.55) % width left block. in the parentes,
move right - move down the first side block
beginflushleft % justified
obeycr
%
restorecr
endflushleft
endtextblock
letsectionoldsection
P.S. When I add command begin
inside the aside
enviroment I have
There's no line here to end error.
EDIT: See my answer.
friggeri-cv icon
add a comment |
I want make a CV and I want a list of icon with text at the right. Now I have this:
But I want something like this:
This is my "code":
begindocument
headernamename %starts a new page and puts text at the top of the
new page and any subsequent pages, until the next header command
Computer Science Engineer
% fcolorbox = Color background for text. parbox = box in paragraph mode.
dimexpr for evaluate number operation
fcolorboxwhitegrayparboxdimexprtextwidth-2fboxsep-2fboxrule
..... % fake text
% In the aside, each new line forces a line break
beginaside
includegraphics[scale=0.32]img/MyPhoto.png
~
~
includegraphics[scale=0.05]img/Address.pngmy address is not on one
line
sectionTel & Skype
+39 329 7216527
neoben86
~
sectionMail
hrefmailto:carmine.benedetto@gmail.com
textbfcarmine.benedetto@\gmail.com
hrefmailto:carmine@carminebenedetto.net
textbfcarmine@\carminebenedetto.net
~
sectionWeb & Git
hrefhttp://www.carminebenedetto.netcarminebenedetto.net
hrefhttps://bitbucket.org/neobenbitbucket.org/neoben
hrefhttps://github.com/neobengithub.com/neoben
...
~
sectionPersonal Skills
includegraphics[scale=0.62]img/personal.png
~
endaside
...
enddocument
More precisely I use frigeri-cv
but I made some small changes:
I prefer change friggeri's side block. I want have icon for email, phone etc.. like this:
but on one line the information of email, address, etc. does not fit. It would be nice to have a list of icons as shown in the second image of the post, with some text aligned to the right of the icon.
This is the .cls
file (only side block section):
%%%%%%%%%%%%%%
% Side block %
%%%%%%%%%%%%%%
RequirePackage[absolute,overlay]textpos
setlengthTPHorizModule1cm
setlengthTPVertModule1cm
newenvironmentaside%
letoldsectionsection
renewcommandsection[1]
parvspacebaselineskipLargeheadingfontcolorpblue ##1
% color side
begintikzpicture[remember picture,overlay]
node [rectangle, fill=sidecolor, anchor=north, minimum width=9cm,
minimum height=paperheight+1cm] (box) at (-4.7cm,4cm);
endtikzpicture
begintextblock4.5(1.5, 0.55) % width left block. in the parentes,
move right - move down the first side block
beginflushleft % justified
obeycr
%
restorecr
endflushleft
endtextblock
letsectionoldsection
P.S. When I add command begin
inside the aside
enviroment I have
There's no line here to end error.
EDIT: See my answer.
friggeri-cv icon
1
Let me guess -- you are using classfriggeri-cv
orcv-style
? Will get problematic because the environmentaside
is a simpletextblock
... Please explain your exact problem better! Why the newline? What should that image contain? Symbol for adress? Please show a short complete tex code which is (with error) compilable, then we have not to guess what you are doing ...
– Kurt
May 25 at 18:25
Yes, I use friggeri-cv. Wait a moment and I edit my post
– Simone
May 25 at 18:30
add a comment |
I want make a CV and I want a list of icon with text at the right. Now I have this:
But I want something like this:
This is my "code":
begindocument
headernamename %starts a new page and puts text at the top of the
new page and any subsequent pages, until the next header command
Computer Science Engineer
% fcolorbox = Color background for text. parbox = box in paragraph mode.
dimexpr for evaluate number operation
fcolorboxwhitegrayparboxdimexprtextwidth-2fboxsep-2fboxrule
..... % fake text
% In the aside, each new line forces a line break
beginaside
includegraphics[scale=0.32]img/MyPhoto.png
~
~
includegraphics[scale=0.05]img/Address.pngmy address is not on one
line
sectionTel & Skype
+39 329 7216527
neoben86
~
sectionMail
hrefmailto:carmine.benedetto@gmail.com
textbfcarmine.benedetto@\gmail.com
hrefmailto:carmine@carminebenedetto.net
textbfcarmine@\carminebenedetto.net
~
sectionWeb & Git
hrefhttp://www.carminebenedetto.netcarminebenedetto.net
hrefhttps://bitbucket.org/neobenbitbucket.org/neoben
hrefhttps://github.com/neobengithub.com/neoben
...
~
sectionPersonal Skills
includegraphics[scale=0.62]img/personal.png
~
endaside
...
enddocument
More precisely I use frigeri-cv
but I made some small changes:
I prefer change friggeri's side block. I want have icon for email, phone etc.. like this:
but on one line the information of email, address, etc. does not fit. It would be nice to have a list of icons as shown in the second image of the post, with some text aligned to the right of the icon.
This is the .cls
file (only side block section):
%%%%%%%%%%%%%%
% Side block %
%%%%%%%%%%%%%%
RequirePackage[absolute,overlay]textpos
setlengthTPHorizModule1cm
setlengthTPVertModule1cm
newenvironmentaside%
letoldsectionsection
renewcommandsection[1]
parvspacebaselineskipLargeheadingfontcolorpblue ##1
% color side
begintikzpicture[remember picture,overlay]
node [rectangle, fill=sidecolor, anchor=north, minimum width=9cm,
minimum height=paperheight+1cm] (box) at (-4.7cm,4cm);
endtikzpicture
begintextblock4.5(1.5, 0.55) % width left block. in the parentes,
move right - move down the first side block
beginflushleft % justified
obeycr
%
restorecr
endflushleft
endtextblock
letsectionoldsection
P.S. When I add command begin
inside the aside
enviroment I have
There's no line here to end error.
EDIT: See my answer.
friggeri-cv icon
I want make a CV and I want a list of icon with text at the right. Now I have this:
But I want something like this:
This is my "code":
begindocument
headernamename %starts a new page and puts text at the top of the
new page and any subsequent pages, until the next header command
Computer Science Engineer
% fcolorbox = Color background for text. parbox = box in paragraph mode.
dimexpr for evaluate number operation
fcolorboxwhitegrayparboxdimexprtextwidth-2fboxsep-2fboxrule
..... % fake text
% In the aside, each new line forces a line break
beginaside
includegraphics[scale=0.32]img/MyPhoto.png
~
~
includegraphics[scale=0.05]img/Address.pngmy address is not on one
line
sectionTel & Skype
+39 329 7216527
neoben86
~
sectionMail
hrefmailto:carmine.benedetto@gmail.com
textbfcarmine.benedetto@\gmail.com
hrefmailto:carmine@carminebenedetto.net
textbfcarmine@\carminebenedetto.net
~
sectionWeb & Git
hrefhttp://www.carminebenedetto.netcarminebenedetto.net
hrefhttps://bitbucket.org/neobenbitbucket.org/neoben
hrefhttps://github.com/neobengithub.com/neoben
...
~
sectionPersonal Skills
includegraphics[scale=0.62]img/personal.png
~
endaside
...
enddocument
More precisely I use frigeri-cv
but I made some small changes:
I prefer change friggeri's side block. I want have icon for email, phone etc.. like this:
but on one line the information of email, address, etc. does not fit. It would be nice to have a list of icons as shown in the second image of the post, with some text aligned to the right of the icon.
This is the .cls
file (only side block section):
%%%%%%%%%%%%%%
% Side block %
%%%%%%%%%%%%%%
RequirePackage[absolute,overlay]textpos
setlengthTPHorizModule1cm
setlengthTPVertModule1cm
newenvironmentaside%
letoldsectionsection
renewcommandsection[1]
parvspacebaselineskipLargeheadingfontcolorpblue ##1
% color side
begintikzpicture[remember picture,overlay]
node [rectangle, fill=sidecolor, anchor=north, minimum width=9cm,
minimum height=paperheight+1cm] (box) at (-4.7cm,4cm);
endtikzpicture
begintextblock4.5(1.5, 0.55) % width left block. in the parentes,
move right - move down the first side block
beginflushleft % justified
obeycr
%
restorecr
endflushleft
endtextblock
letsectionoldsection
P.S. When I add command begin
inside the aside
enviroment I have
There's no line here to end error.
EDIT: See my answer.
friggeri-cv icon
friggeri-cv icon
edited May 26 at 11:34
Simone
asked May 25 at 16:29
SimoneSimone
263
263
1
Let me guess -- you are using classfriggeri-cv
orcv-style
? Will get problematic because the environmentaside
is a simpletextblock
... Please explain your exact problem better! Why the newline? What should that image contain? Symbol for adress? Please show a short complete tex code which is (with error) compilable, then we have not to guess what you are doing ...
– Kurt
May 25 at 18:25
Yes, I use friggeri-cv. Wait a moment and I edit my post
– Simone
May 25 at 18:30
add a comment |
1
Let me guess -- you are using classfriggeri-cv
orcv-style
? Will get problematic because the environmentaside
is a simpletextblock
... Please explain your exact problem better! Why the newline? What should that image contain? Symbol for adress? Please show a short complete tex code which is (with error) compilable, then we have not to guess what you are doing ...
– Kurt
May 25 at 18:25
Yes, I use friggeri-cv. Wait a moment and I edit my post
– Simone
May 25 at 18:30
1
1
Let me guess -- you are using class
friggeri-cv
or cv-style
? Will get problematic because the environment aside
is a simple textblock
... Please explain your exact problem better! Why the newline? What should that image contain? Symbol for adress? Please show a short complete tex code which is (with error) compilable, then we have not to guess what you are doing ...– Kurt
May 25 at 18:25
Let me guess -- you are using class
friggeri-cv
or cv-style
? Will get problematic because the environment aside
is a simple textblock
... Please explain your exact problem better! Why the newline? What should that image contain? Symbol for adress? Please show a short complete tex code which is (with error) compilable, then we have not to guess what you are doing ...– Kurt
May 25 at 18:25
Yes, I use friggeri-cv. Wait a moment and I edit my post
– Simone
May 25 at 18:30
Yes, I use friggeri-cv. Wait a moment and I edit my post
– Simone
May 25 at 18:30
add a comment |
4 Answers
4
active
oldest
votes
My kind welcome to TeX.SE. A starting point could be to use fontawesome
package without images.
EDIT: The best answer is that the very good user @Kurt. I don't know how long the modified code will last but I hope I've responded to some parts of your comment. The code to me compiles correctly without errors. Here I have used a best answer of @egreg at this link: Justification inside Substack
documentclass[a4paper,12pt]article
usepackagefontawesome,mathtools
usepackagexcolor
%%%%%%%%%%%%%%%%%%%%%%%% @egreg macro %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
makeatletter
newenvironmenttsubarray[1]%
vcenterbgroup
Let@ restore@math@cr default@tag
baselineskipfontdimen10 scriptfonttw@
advancebaselineskipfontdimen12 scriptfonttw@
lineskipthr@@fontdimen8 scriptfontthr@@
lineskiplimitlineskip
check@mathfonts
ialignbgroupifx c#1hfilfi
normalfontfontsizesf@sizez@selectfontignorespaces##unskiphfilcrcr
%
crcregroupegroup
makeatother
newcommandtsub[1]begintsubarrayl#1endtsubarray
begindocument
textcolorredLargefaMapMarker$tsubfirst row \ second row$
vskip .5cm
textcolorredLARGEfaMapMarker$tsubfirst row \ second row$
vskip .5cm
textcolorredHugefaMapMarker$tsubfirst row \ second row$
vskip .5cm
textcolorredLargefaMapMarker$tsubLarge first row \ Large second row$
vskip .5cm
textcolorredLARGEfaMapMarker$tsubLarge first row \ LARGE second row$
vskip .5cm
textcolorredHugefaMapMarker$tsubHuge first row \ Huge second row$
enddocument
Thank you Sebastiano. mmh... Really I prefer with image, so I can have more choice. But if this can work ok. However I have two problem: first how I could change size of icon and text? I used your line but the text and icon is very small, moreover the rows aren't left align. Second I have a bit of errors with asmath.sty.
– Simone
May 25 at 17:34
@Simone Don't worry :-) Before, there wasn't a complete code but an image and I didn't think it was needed for a CV. I'll see if I can make any changes to you now. Then for amsmath I think you either have an outdated version or use mathtools.
– Sebastiano
May 25 at 20:41
add a comment |
The main issue here is the very poor code of class friggeri-cv
. The environment aside
is build with package textpos
and the environment textblock
, which does not allow to nest other environments inside it ...
So if you insist in using this class you have to work around this culprit.
To get the several symbols in front of the data you can use package fontawesome
. Then -- for example -- can you use faEnvelopeO
for a symbol for the email address. Because the place is very small for symbol and address it could be you have manually to add an blank to allow LaTeX a line breaking where the blank is:
faEnvelopeO ~myemail@gmail. com
% ^^^
Otherwise you can use that symbols in command sectionfaInbox
too.
So ou can try the following code for your personal data:
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail. com
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
endaside
With the following complete code (I used class cv-style
which uses other fonts installed on my system, please copy my code to mwe.tex
and change then class to friggeri-cv
and test the code)
documentclasscv-style % friggeri-cv
usepackagefontawesome % <============================================
geometry%
showframe, % <================ only to visualize typing area & margins
begindocument
headerJohnDoe
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111 % <==========================================
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail. com % <====================================
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
endaside
%
sectionskills
vspace-0.2cm
Skill 1, skill 2, skill 3, skill 4, skill 5.
sectioneducation
beginentrylist
%------------------------------------------------
entry
2010--2011
M.Sc. normalfont in Economics [Grade]
University
vspace-0.3cm
%------------------------------------------------
entry
2004--2009
B.Eng. normalfont in Engineering Management [Grade]
University
(Emphasis in ...)
%------------------------------------------------
endentrylist
enddocument
results in the following pdf:
The line breaks do not look very good and I would use a longer first column to get the email address fitting in one line. You can use the code I already showed in my answer (please see the added redefinition of commands in preamble and the added option left=7cm
for package geometry
, see also deleted blank in email address):
documentclasscv-style % friggeri-cv
usepackagefontawesome % <============================================
geometry%
showframe, % <================ only to visualize typing area & margins
left=7cm % <============================= bigger space on right side 5.6cm --> 7cm
renewenvironmentaside% <============================================
letoldsectionsection
renewcommandsection[1]
parvspacebaselineskipLargeheadingfontcolorheadercolor ##1
begintextblock5(1, 1.87) % <=================================== 3.6 -> 5
beginflushright
obeycr
%
restorecr
endflushright
endtextblock
letsectionoldsection
renewcommandentry[4]% <============================================
#1&parbox[t]10.8cm% <============================================= 12.8cm --> 10.8cm
textbf#2%
hfill%
footnotesizeaddfontfeatureColor=lightgray #3\%
#4vspaceparsep%
\
begindocument
headerJohnDoe
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111 % <==========================================
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail.com % <====================================!
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
endaside
%
sectionskills
vspace-0.2cm
Skill 1, skill 2, skill 3, skill 4, skill 5.
sectioneducation
beginentrylist
%------------------------------------------------
entry
2010--2011
M.Sc. normalfont in Economics [Grade]
University
vspace-0.3cm
%------------------------------------------------
entry
2004--2009
B.Eng. normalfont in Engineering Management [Grade]
University
(Emphasis in ...)
%------------------------------------------------
endentrylist
enddocument
with the new resulting pdf:
Please see that you need to add a blank line between telephone number and fax to get them on separate lines (red arrow marked 1) and see that I deleted the blank in the email address (red arrow marked 2).
At last you will have to play with the values in the redefined commands to get a good layout depending on your personally informations.
A last remark: have you considered to use another template? You have a big blank space on the left. There are IMHO better layouts for cvs available ...
Update:
I added the code used by @sebastiano in his answer to my mwe to proof if the code is working with friggeri-cv
/cv-style
. With a little change (see added hfill
to get the text right justified):
documentclasscv-style % friggeri-cv
usepackagefontawesome
usepackagemathtools % <==============================================
geometry%
showframe, % <================ only to visualize typing area & margins
left=7cm
renewenvironmentaside%
letoldsectionsection
renewcommandsection[1]
parvspacebaselineskipLargeheadingfontcolorheadercolor ##1
begintextblock5(1, 1.87) %
beginflushright
obeycr
%
restorecr
endflushright
endtextblock
letsectionoldsection
renewcommandentry[4]%
#1&parbox[t]10.8cm%
textbf#2%
hfill%
footnotesizeaddfontfeatureColor=lightgray #3\%
#4vspaceparsep%
\
% code of @Sebastiano
%%%%%%%%%%%%%%%%%%%%%%%% @egreg macro %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
makeatletter
newenvironmenttsubarray[1]%
vcenterbgroup
Let@ restore@math@cr default@tag
baselineskipfontdimen10 scriptfonttw@
advancebaselineskipfontdimen12 scriptfonttw@
lineskipthr@@fontdimen8 scriptfontthr@@
lineskiplimitlineskip
check@mathfonts
ialignbgroupifx c#1hfilfi
normalfontfontsizesf@sizez@selectfontignorespaces##unskiphfilcrcr
%
crcregroupegroup
makeatother
newcommandtsub[1]begintsubarrayl#1endtsubarray
begindocument
headerJohnDoe
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail.com
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
~
textcolorredLargefaEnvelopeO~$tsubhfill first row \ second row$ % <=======================
~
textcolorredLARGEfaMapMarker~$tsubhfill first row \ second row$
~
textcolorredLARGEfaMapMarker~$tsubLong first row \hfill second row$
endaside
%
sectionskills
vspace-0.2cm
Skill 1, skill 2, skill 3, skill 4, skill 5.
sectioneducation
beginentrylist
%------------------------------------------------
entry
2010--2011
M.Sc. normalfont in Economics [Grade]
University
vspace-0.3cm
%------------------------------------------------
entry
2004--2009
B.Eng. normalfont in Engineering Management [Grade]
University
(Emphasis in ...)
%------------------------------------------------
endentrylist
enddocument
you can compile without error message to this result:
add a comment |
You could use enumitem
package to realize lists. The following approach could be of some interest to you.
documentclassarticle
usepackagemwe % loads example-images
usepackagegraphbox
usepackageenumitem
begindocument
beginminipage.3textwidth
beginenumerate[labelsep=5mm]
item[includegraphics[align=c,height=1.5em]example-image-A] some text
item[includegraphics[align=c,height=1.5em]example-image-B] further interesting text
item[includegraphics[align=c,height=1.5em]example-image-C] another description etc. etc.
endenumerate
endminipage
enddocument
Sorry but I have a problem when I add the command begin inside aside environment. I have There's no line here to end error. if I can remove this error I can try.
– Simone
May 25 at 19:22
add a comment |
Thank you for all but your solutions didn't convince me or didn't work. So I have change template with cv-chandan
. Then I made some changes for my purpose. This is my (temporaly) result:
I use tabular
environment how you can see:
begintabularC0.5cm L5.2cm
includegraphics[scale=0.05]img/Address.pngvspace0.2cm & some text
newline
other text \
includegraphics[scale=0.055]img/linkedin.pngvspace0.15cm &
linkedin.com/in/
\
vspace0.05cm
includegraphics[scale=0.05]img/phone.pngvspace0.15cm & +39 000 000
0000
\
includegraphics[scale=0.04]img/calendar.pngvspace0.15cm & Date of
birth: 00/00/0000
\
includegraphics[scale=0.04]img/mail.pngvspace0.15cm &
email@gmail.com
\
includegraphics[scale=0.037]img/location.pngvspace0.15cm &
Nationality: Italian
endtabular
Maybe this isn't clean code but work for me.
Thanks again for your time. I will certainly still need help.
It would have been a good idea to tell us what was not working (including used code and resulting complete error message). Without knowing that we can not help you :-( Where does your new usedclasscv-chandan
comes from? What did not convince you? Can you explain in comments for the relevant answers?
– Kurt
May 27 at 16:34
I listened to your suggestion.aside
is a simpletextblock
. I seev-chandan
on overleaf and its template attracted me. Your solution could be a good solution but with a new template I can use less and more simple code. Yes, my solution isn't a nice solution but work. With my solution also I can use image without problem. When I say your solutions I don't say Kurt's solutions but the all user's solutions. I get error not with your solution but with sebastiano's solution for example.
– Simone
May 27 at 18:25
Well, your question was about (you did not tell it but I recognizedaside
)friggeri-cv
. So I answered for that class. Now you added an answer with an class never mentioned in your question, that is not easy to be followed by readers. If you change the class it is better here to ask a new question, explaining the new situation.Then readers can follow given solutions. That other people are able to find answers to their questions, given answers should answer the given question. Your answer to your new used class can not be found by searching for friggeri :-( Please see this is no forum!
– Kurt
May 27 at 18:39
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f492621%2ftext-at-the-right-of-icon%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
My kind welcome to TeX.SE. A starting point could be to use fontawesome
package without images.
EDIT: The best answer is that the very good user @Kurt. I don't know how long the modified code will last but I hope I've responded to some parts of your comment. The code to me compiles correctly without errors. Here I have used a best answer of @egreg at this link: Justification inside Substack
documentclass[a4paper,12pt]article
usepackagefontawesome,mathtools
usepackagexcolor
%%%%%%%%%%%%%%%%%%%%%%%% @egreg macro %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
makeatletter
newenvironmenttsubarray[1]%
vcenterbgroup
Let@ restore@math@cr default@tag
baselineskipfontdimen10 scriptfonttw@
advancebaselineskipfontdimen12 scriptfonttw@
lineskipthr@@fontdimen8 scriptfontthr@@
lineskiplimitlineskip
check@mathfonts
ialignbgroupifx c#1hfilfi
normalfontfontsizesf@sizez@selectfontignorespaces##unskiphfilcrcr
%
crcregroupegroup
makeatother
newcommandtsub[1]begintsubarrayl#1endtsubarray
begindocument
textcolorredLargefaMapMarker$tsubfirst row \ second row$
vskip .5cm
textcolorredLARGEfaMapMarker$tsubfirst row \ second row$
vskip .5cm
textcolorredHugefaMapMarker$tsubfirst row \ second row$
vskip .5cm
textcolorredLargefaMapMarker$tsubLarge first row \ Large second row$
vskip .5cm
textcolorredLARGEfaMapMarker$tsubLarge first row \ LARGE second row$
vskip .5cm
textcolorredHugefaMapMarker$tsubHuge first row \ Huge second row$
enddocument
Thank you Sebastiano. mmh... Really I prefer with image, so I can have more choice. But if this can work ok. However I have two problem: first how I could change size of icon and text? I used your line but the text and icon is very small, moreover the rows aren't left align. Second I have a bit of errors with asmath.sty.
– Simone
May 25 at 17:34
@Simone Don't worry :-) Before, there wasn't a complete code but an image and I didn't think it was needed for a CV. I'll see if I can make any changes to you now. Then for amsmath I think you either have an outdated version or use mathtools.
– Sebastiano
May 25 at 20:41
add a comment |
My kind welcome to TeX.SE. A starting point could be to use fontawesome
package without images.
EDIT: The best answer is that the very good user @Kurt. I don't know how long the modified code will last but I hope I've responded to some parts of your comment. The code to me compiles correctly without errors. Here I have used a best answer of @egreg at this link: Justification inside Substack
documentclass[a4paper,12pt]article
usepackagefontawesome,mathtools
usepackagexcolor
%%%%%%%%%%%%%%%%%%%%%%%% @egreg macro %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
makeatletter
newenvironmenttsubarray[1]%
vcenterbgroup
Let@ restore@math@cr default@tag
baselineskipfontdimen10 scriptfonttw@
advancebaselineskipfontdimen12 scriptfonttw@
lineskipthr@@fontdimen8 scriptfontthr@@
lineskiplimitlineskip
check@mathfonts
ialignbgroupifx c#1hfilfi
normalfontfontsizesf@sizez@selectfontignorespaces##unskiphfilcrcr
%
crcregroupegroup
makeatother
newcommandtsub[1]begintsubarrayl#1endtsubarray
begindocument
textcolorredLargefaMapMarker$tsubfirst row \ second row$
vskip .5cm
textcolorredLARGEfaMapMarker$tsubfirst row \ second row$
vskip .5cm
textcolorredHugefaMapMarker$tsubfirst row \ second row$
vskip .5cm
textcolorredLargefaMapMarker$tsubLarge first row \ Large second row$
vskip .5cm
textcolorredLARGEfaMapMarker$tsubLarge first row \ LARGE second row$
vskip .5cm
textcolorredHugefaMapMarker$tsubHuge first row \ Huge second row$
enddocument
Thank you Sebastiano. mmh... Really I prefer with image, so I can have more choice. But if this can work ok. However I have two problem: first how I could change size of icon and text? I used your line but the text and icon is very small, moreover the rows aren't left align. Second I have a bit of errors with asmath.sty.
– Simone
May 25 at 17:34
@Simone Don't worry :-) Before, there wasn't a complete code but an image and I didn't think it was needed for a CV. I'll see if I can make any changes to you now. Then for amsmath I think you either have an outdated version or use mathtools.
– Sebastiano
May 25 at 20:41
add a comment |
My kind welcome to TeX.SE. A starting point could be to use fontawesome
package without images.
EDIT: The best answer is that the very good user @Kurt. I don't know how long the modified code will last but I hope I've responded to some parts of your comment. The code to me compiles correctly without errors. Here I have used a best answer of @egreg at this link: Justification inside Substack
documentclass[a4paper,12pt]article
usepackagefontawesome,mathtools
usepackagexcolor
%%%%%%%%%%%%%%%%%%%%%%%% @egreg macro %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
makeatletter
newenvironmenttsubarray[1]%
vcenterbgroup
Let@ restore@math@cr default@tag
baselineskipfontdimen10 scriptfonttw@
advancebaselineskipfontdimen12 scriptfonttw@
lineskipthr@@fontdimen8 scriptfontthr@@
lineskiplimitlineskip
check@mathfonts
ialignbgroupifx c#1hfilfi
normalfontfontsizesf@sizez@selectfontignorespaces##unskiphfilcrcr
%
crcregroupegroup
makeatother
newcommandtsub[1]begintsubarrayl#1endtsubarray
begindocument
textcolorredLargefaMapMarker$tsubfirst row \ second row$
vskip .5cm
textcolorredLARGEfaMapMarker$tsubfirst row \ second row$
vskip .5cm
textcolorredHugefaMapMarker$tsubfirst row \ second row$
vskip .5cm
textcolorredLargefaMapMarker$tsubLarge first row \ Large second row$
vskip .5cm
textcolorredLARGEfaMapMarker$tsubLarge first row \ LARGE second row$
vskip .5cm
textcolorredHugefaMapMarker$tsubHuge first row \ Huge second row$
enddocument
My kind welcome to TeX.SE. A starting point could be to use fontawesome
package without images.
EDIT: The best answer is that the very good user @Kurt. I don't know how long the modified code will last but I hope I've responded to some parts of your comment. The code to me compiles correctly without errors. Here I have used a best answer of @egreg at this link: Justification inside Substack
documentclass[a4paper,12pt]article
usepackagefontawesome,mathtools
usepackagexcolor
%%%%%%%%%%%%%%%%%%%%%%%% @egreg macro %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
makeatletter
newenvironmenttsubarray[1]%
vcenterbgroup
Let@ restore@math@cr default@tag
baselineskipfontdimen10 scriptfonttw@
advancebaselineskipfontdimen12 scriptfonttw@
lineskipthr@@fontdimen8 scriptfontthr@@
lineskiplimitlineskip
check@mathfonts
ialignbgroupifx c#1hfilfi
normalfontfontsizesf@sizez@selectfontignorespaces##unskiphfilcrcr
%
crcregroupegroup
makeatother
newcommandtsub[1]begintsubarrayl#1endtsubarray
begindocument
textcolorredLargefaMapMarker$tsubfirst row \ second row$
vskip .5cm
textcolorredLARGEfaMapMarker$tsubfirst row \ second row$
vskip .5cm
textcolorredHugefaMapMarker$tsubfirst row \ second row$
vskip .5cm
textcolorredLargefaMapMarker$tsubLarge first row \ Large second row$
vskip .5cm
textcolorredLARGEfaMapMarker$tsubLarge first row \ LARGE second row$
vskip .5cm
textcolorredHugefaMapMarker$tsubHuge first row \ Huge second row$
enddocument
edited May 25 at 21:04
answered May 25 at 16:56
SebastianoSebastiano
12.8k42570
12.8k42570
Thank you Sebastiano. mmh... Really I prefer with image, so I can have more choice. But if this can work ok. However I have two problem: first how I could change size of icon and text? I used your line but the text and icon is very small, moreover the rows aren't left align. Second I have a bit of errors with asmath.sty.
– Simone
May 25 at 17:34
@Simone Don't worry :-) Before, there wasn't a complete code but an image and I didn't think it was needed for a CV. I'll see if I can make any changes to you now. Then for amsmath I think you either have an outdated version or use mathtools.
– Sebastiano
May 25 at 20:41
add a comment |
Thank you Sebastiano. mmh... Really I prefer with image, so I can have more choice. But if this can work ok. However I have two problem: first how I could change size of icon and text? I used your line but the text and icon is very small, moreover the rows aren't left align. Second I have a bit of errors with asmath.sty.
– Simone
May 25 at 17:34
@Simone Don't worry :-) Before, there wasn't a complete code but an image and I didn't think it was needed for a CV. I'll see if I can make any changes to you now. Then for amsmath I think you either have an outdated version or use mathtools.
– Sebastiano
May 25 at 20:41
Thank you Sebastiano. mmh... Really I prefer with image, so I can have more choice. But if this can work ok. However I have two problem: first how I could change size of icon and text? I used your line but the text and icon is very small, moreover the rows aren't left align. Second I have a bit of errors with asmath.sty.
– Simone
May 25 at 17:34
Thank you Sebastiano. mmh... Really I prefer with image, so I can have more choice. But if this can work ok. However I have two problem: first how I could change size of icon and text? I used your line but the text and icon is very small, moreover the rows aren't left align. Second I have a bit of errors with asmath.sty.
– Simone
May 25 at 17:34
@Simone Don't worry :-) Before, there wasn't a complete code but an image and I didn't think it was needed for a CV. I'll see if I can make any changes to you now. Then for amsmath I think you either have an outdated version or use mathtools.
– Sebastiano
May 25 at 20:41
@Simone Don't worry :-) Before, there wasn't a complete code but an image and I didn't think it was needed for a CV. I'll see if I can make any changes to you now. Then for amsmath I think you either have an outdated version or use mathtools.
– Sebastiano
May 25 at 20:41
add a comment |
The main issue here is the very poor code of class friggeri-cv
. The environment aside
is build with package textpos
and the environment textblock
, which does not allow to nest other environments inside it ...
So if you insist in using this class you have to work around this culprit.
To get the several symbols in front of the data you can use package fontawesome
. Then -- for example -- can you use faEnvelopeO
for a symbol for the email address. Because the place is very small for symbol and address it could be you have manually to add an blank to allow LaTeX a line breaking where the blank is:
faEnvelopeO ~myemail@gmail. com
% ^^^
Otherwise you can use that symbols in command sectionfaInbox
too.
So ou can try the following code for your personal data:
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail. com
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
endaside
With the following complete code (I used class cv-style
which uses other fonts installed on my system, please copy my code to mwe.tex
and change then class to friggeri-cv
and test the code)
documentclasscv-style % friggeri-cv
usepackagefontawesome % <============================================
geometry%
showframe, % <================ only to visualize typing area & margins
begindocument
headerJohnDoe
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111 % <==========================================
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail. com % <====================================
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
endaside
%
sectionskills
vspace-0.2cm
Skill 1, skill 2, skill 3, skill 4, skill 5.
sectioneducation
beginentrylist
%------------------------------------------------
entry
2010--2011
M.Sc. normalfont in Economics [Grade]
University
vspace-0.3cm
%------------------------------------------------
entry
2004--2009
B.Eng. normalfont in Engineering Management [Grade]
University
(Emphasis in ...)
%------------------------------------------------
endentrylist
enddocument
results in the following pdf:
The line breaks do not look very good and I would use a longer first column to get the email address fitting in one line. You can use the code I already showed in my answer (please see the added redefinition of commands in preamble and the added option left=7cm
for package geometry
, see also deleted blank in email address):
documentclasscv-style % friggeri-cv
usepackagefontawesome % <============================================
geometry%
showframe, % <================ only to visualize typing area & margins
left=7cm % <============================= bigger space on right side 5.6cm --> 7cm
renewenvironmentaside% <============================================
letoldsectionsection
renewcommandsection[1]
parvspacebaselineskipLargeheadingfontcolorheadercolor ##1
begintextblock5(1, 1.87) % <=================================== 3.6 -> 5
beginflushright
obeycr
%
restorecr
endflushright
endtextblock
letsectionoldsection
renewcommandentry[4]% <============================================
#1&parbox[t]10.8cm% <============================================= 12.8cm --> 10.8cm
textbf#2%
hfill%
footnotesizeaddfontfeatureColor=lightgray #3\%
#4vspaceparsep%
\
begindocument
headerJohnDoe
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111 % <==========================================
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail.com % <====================================!
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
endaside
%
sectionskills
vspace-0.2cm
Skill 1, skill 2, skill 3, skill 4, skill 5.
sectioneducation
beginentrylist
%------------------------------------------------
entry
2010--2011
M.Sc. normalfont in Economics [Grade]
University
vspace-0.3cm
%------------------------------------------------
entry
2004--2009
B.Eng. normalfont in Engineering Management [Grade]
University
(Emphasis in ...)
%------------------------------------------------
endentrylist
enddocument
with the new resulting pdf:
Please see that you need to add a blank line between telephone number and fax to get them on separate lines (red arrow marked 1) and see that I deleted the blank in the email address (red arrow marked 2).
At last you will have to play with the values in the redefined commands to get a good layout depending on your personally informations.
A last remark: have you considered to use another template? You have a big blank space on the left. There are IMHO better layouts for cvs available ...
Update:
I added the code used by @sebastiano in his answer to my mwe to proof if the code is working with friggeri-cv
/cv-style
. With a little change (see added hfill
to get the text right justified):
documentclasscv-style % friggeri-cv
usepackagefontawesome
usepackagemathtools % <==============================================
geometry%
showframe, % <================ only to visualize typing area & margins
left=7cm
renewenvironmentaside%
letoldsectionsection
renewcommandsection[1]
parvspacebaselineskipLargeheadingfontcolorheadercolor ##1
begintextblock5(1, 1.87) %
beginflushright
obeycr
%
restorecr
endflushright
endtextblock
letsectionoldsection
renewcommandentry[4]%
#1&parbox[t]10.8cm%
textbf#2%
hfill%
footnotesizeaddfontfeatureColor=lightgray #3\%
#4vspaceparsep%
\
% code of @Sebastiano
%%%%%%%%%%%%%%%%%%%%%%%% @egreg macro %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
makeatletter
newenvironmenttsubarray[1]%
vcenterbgroup
Let@ restore@math@cr default@tag
baselineskipfontdimen10 scriptfonttw@
advancebaselineskipfontdimen12 scriptfonttw@
lineskipthr@@fontdimen8 scriptfontthr@@
lineskiplimitlineskip
check@mathfonts
ialignbgroupifx c#1hfilfi
normalfontfontsizesf@sizez@selectfontignorespaces##unskiphfilcrcr
%
crcregroupegroup
makeatother
newcommandtsub[1]begintsubarrayl#1endtsubarray
begindocument
headerJohnDoe
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail.com
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
~
textcolorredLargefaEnvelopeO~$tsubhfill first row \ second row$ % <=======================
~
textcolorredLARGEfaMapMarker~$tsubhfill first row \ second row$
~
textcolorredLARGEfaMapMarker~$tsubLong first row \hfill second row$
endaside
%
sectionskills
vspace-0.2cm
Skill 1, skill 2, skill 3, skill 4, skill 5.
sectioneducation
beginentrylist
%------------------------------------------------
entry
2010--2011
M.Sc. normalfont in Economics [Grade]
University
vspace-0.3cm
%------------------------------------------------
entry
2004--2009
B.Eng. normalfont in Engineering Management [Grade]
University
(Emphasis in ...)
%------------------------------------------------
endentrylist
enddocument
you can compile without error message to this result:
add a comment |
The main issue here is the very poor code of class friggeri-cv
. The environment aside
is build with package textpos
and the environment textblock
, which does not allow to nest other environments inside it ...
So if you insist in using this class you have to work around this culprit.
To get the several symbols in front of the data you can use package fontawesome
. Then -- for example -- can you use faEnvelopeO
for a symbol for the email address. Because the place is very small for symbol and address it could be you have manually to add an blank to allow LaTeX a line breaking where the blank is:
faEnvelopeO ~myemail@gmail. com
% ^^^
Otherwise you can use that symbols in command sectionfaInbox
too.
So ou can try the following code for your personal data:
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail. com
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
endaside
With the following complete code (I used class cv-style
which uses other fonts installed on my system, please copy my code to mwe.tex
and change then class to friggeri-cv
and test the code)
documentclasscv-style % friggeri-cv
usepackagefontawesome % <============================================
geometry%
showframe, % <================ only to visualize typing area & margins
begindocument
headerJohnDoe
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111 % <==========================================
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail. com % <====================================
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
endaside
%
sectionskills
vspace-0.2cm
Skill 1, skill 2, skill 3, skill 4, skill 5.
sectioneducation
beginentrylist
%------------------------------------------------
entry
2010--2011
M.Sc. normalfont in Economics [Grade]
University
vspace-0.3cm
%------------------------------------------------
entry
2004--2009
B.Eng. normalfont in Engineering Management [Grade]
University
(Emphasis in ...)
%------------------------------------------------
endentrylist
enddocument
results in the following pdf:
The line breaks do not look very good and I would use a longer first column to get the email address fitting in one line. You can use the code I already showed in my answer (please see the added redefinition of commands in preamble and the added option left=7cm
for package geometry
, see also deleted blank in email address):
documentclasscv-style % friggeri-cv
usepackagefontawesome % <============================================
geometry%
showframe, % <================ only to visualize typing area & margins
left=7cm % <============================= bigger space on right side 5.6cm --> 7cm
renewenvironmentaside% <============================================
letoldsectionsection
renewcommandsection[1]
parvspacebaselineskipLargeheadingfontcolorheadercolor ##1
begintextblock5(1, 1.87) % <=================================== 3.6 -> 5
beginflushright
obeycr
%
restorecr
endflushright
endtextblock
letsectionoldsection
renewcommandentry[4]% <============================================
#1&parbox[t]10.8cm% <============================================= 12.8cm --> 10.8cm
textbf#2%
hfill%
footnotesizeaddfontfeatureColor=lightgray #3\%
#4vspaceparsep%
\
begindocument
headerJohnDoe
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111 % <==========================================
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail.com % <====================================!
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
endaside
%
sectionskills
vspace-0.2cm
Skill 1, skill 2, skill 3, skill 4, skill 5.
sectioneducation
beginentrylist
%------------------------------------------------
entry
2010--2011
M.Sc. normalfont in Economics [Grade]
University
vspace-0.3cm
%------------------------------------------------
entry
2004--2009
B.Eng. normalfont in Engineering Management [Grade]
University
(Emphasis in ...)
%------------------------------------------------
endentrylist
enddocument
with the new resulting pdf:
Please see that you need to add a blank line between telephone number and fax to get them on separate lines (red arrow marked 1) and see that I deleted the blank in the email address (red arrow marked 2).
At last you will have to play with the values in the redefined commands to get a good layout depending on your personally informations.
A last remark: have you considered to use another template? You have a big blank space on the left. There are IMHO better layouts for cvs available ...
Update:
I added the code used by @sebastiano in his answer to my mwe to proof if the code is working with friggeri-cv
/cv-style
. With a little change (see added hfill
to get the text right justified):
documentclasscv-style % friggeri-cv
usepackagefontawesome
usepackagemathtools % <==============================================
geometry%
showframe, % <================ only to visualize typing area & margins
left=7cm
renewenvironmentaside%
letoldsectionsection
renewcommandsection[1]
parvspacebaselineskipLargeheadingfontcolorheadercolor ##1
begintextblock5(1, 1.87) %
beginflushright
obeycr
%
restorecr
endflushright
endtextblock
letsectionoldsection
renewcommandentry[4]%
#1&parbox[t]10.8cm%
textbf#2%
hfill%
footnotesizeaddfontfeatureColor=lightgray #3\%
#4vspaceparsep%
\
% code of @Sebastiano
%%%%%%%%%%%%%%%%%%%%%%%% @egreg macro %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
makeatletter
newenvironmenttsubarray[1]%
vcenterbgroup
Let@ restore@math@cr default@tag
baselineskipfontdimen10 scriptfonttw@
advancebaselineskipfontdimen12 scriptfonttw@
lineskipthr@@fontdimen8 scriptfontthr@@
lineskiplimitlineskip
check@mathfonts
ialignbgroupifx c#1hfilfi
normalfontfontsizesf@sizez@selectfontignorespaces##unskiphfilcrcr
%
crcregroupegroup
makeatother
newcommandtsub[1]begintsubarrayl#1endtsubarray
begindocument
headerJohnDoe
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail.com
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
~
textcolorredLargefaEnvelopeO~$tsubhfill first row \ second row$ % <=======================
~
textcolorredLARGEfaMapMarker~$tsubhfill first row \ second row$
~
textcolorredLARGEfaMapMarker~$tsubLong first row \hfill second row$
endaside
%
sectionskills
vspace-0.2cm
Skill 1, skill 2, skill 3, skill 4, skill 5.
sectioneducation
beginentrylist
%------------------------------------------------
entry
2010--2011
M.Sc. normalfont in Economics [Grade]
University
vspace-0.3cm
%------------------------------------------------
entry
2004--2009
B.Eng. normalfont in Engineering Management [Grade]
University
(Emphasis in ...)
%------------------------------------------------
endentrylist
enddocument
you can compile without error message to this result:
add a comment |
The main issue here is the very poor code of class friggeri-cv
. The environment aside
is build with package textpos
and the environment textblock
, which does not allow to nest other environments inside it ...
So if you insist in using this class you have to work around this culprit.
To get the several symbols in front of the data you can use package fontawesome
. Then -- for example -- can you use faEnvelopeO
for a symbol for the email address. Because the place is very small for symbol and address it could be you have manually to add an blank to allow LaTeX a line breaking where the blank is:
faEnvelopeO ~myemail@gmail. com
% ^^^
Otherwise you can use that symbols in command sectionfaInbox
too.
So ou can try the following code for your personal data:
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail. com
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
endaside
With the following complete code (I used class cv-style
which uses other fonts installed on my system, please copy my code to mwe.tex
and change then class to friggeri-cv
and test the code)
documentclasscv-style % friggeri-cv
usepackagefontawesome % <============================================
geometry%
showframe, % <================ only to visualize typing area & margins
begindocument
headerJohnDoe
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111 % <==========================================
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail. com % <====================================
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
endaside
%
sectionskills
vspace-0.2cm
Skill 1, skill 2, skill 3, skill 4, skill 5.
sectioneducation
beginentrylist
%------------------------------------------------
entry
2010--2011
M.Sc. normalfont in Economics [Grade]
University
vspace-0.3cm
%------------------------------------------------
entry
2004--2009
B.Eng. normalfont in Engineering Management [Grade]
University
(Emphasis in ...)
%------------------------------------------------
endentrylist
enddocument
results in the following pdf:
The line breaks do not look very good and I would use a longer first column to get the email address fitting in one line. You can use the code I already showed in my answer (please see the added redefinition of commands in preamble and the added option left=7cm
for package geometry
, see also deleted blank in email address):
documentclasscv-style % friggeri-cv
usepackagefontawesome % <============================================
geometry%
showframe, % <================ only to visualize typing area & margins
left=7cm % <============================= bigger space on right side 5.6cm --> 7cm
renewenvironmentaside% <============================================
letoldsectionsection
renewcommandsection[1]
parvspacebaselineskipLargeheadingfontcolorheadercolor ##1
begintextblock5(1, 1.87) % <=================================== 3.6 -> 5
beginflushright
obeycr
%
restorecr
endflushright
endtextblock
letsectionoldsection
renewcommandentry[4]% <============================================
#1&parbox[t]10.8cm% <============================================= 12.8cm --> 10.8cm
textbf#2%
hfill%
footnotesizeaddfontfeatureColor=lightgray #3\%
#4vspaceparsep%
\
begindocument
headerJohnDoe
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111 % <==========================================
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail.com % <====================================!
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
endaside
%
sectionskills
vspace-0.2cm
Skill 1, skill 2, skill 3, skill 4, skill 5.
sectioneducation
beginentrylist
%------------------------------------------------
entry
2010--2011
M.Sc. normalfont in Economics [Grade]
University
vspace-0.3cm
%------------------------------------------------
entry
2004--2009
B.Eng. normalfont in Engineering Management [Grade]
University
(Emphasis in ...)
%------------------------------------------------
endentrylist
enddocument
with the new resulting pdf:
Please see that you need to add a blank line between telephone number and fax to get them on separate lines (red arrow marked 1) and see that I deleted the blank in the email address (red arrow marked 2).
At last you will have to play with the values in the redefined commands to get a good layout depending on your personally informations.
A last remark: have you considered to use another template? You have a big blank space on the left. There are IMHO better layouts for cvs available ...
Update:
I added the code used by @sebastiano in his answer to my mwe to proof if the code is working with friggeri-cv
/cv-style
. With a little change (see added hfill
to get the text right justified):
documentclasscv-style % friggeri-cv
usepackagefontawesome
usepackagemathtools % <==============================================
geometry%
showframe, % <================ only to visualize typing area & margins
left=7cm
renewenvironmentaside%
letoldsectionsection
renewcommandsection[1]
parvspacebaselineskipLargeheadingfontcolorheadercolor ##1
begintextblock5(1, 1.87) %
beginflushright
obeycr
%
restorecr
endflushright
endtextblock
letsectionoldsection
renewcommandentry[4]%
#1&parbox[t]10.8cm%
textbf#2%
hfill%
footnotesizeaddfontfeatureColor=lightgray #3\%
#4vspaceparsep%
\
% code of @Sebastiano
%%%%%%%%%%%%%%%%%%%%%%%% @egreg macro %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
makeatletter
newenvironmenttsubarray[1]%
vcenterbgroup
Let@ restore@math@cr default@tag
baselineskipfontdimen10 scriptfonttw@
advancebaselineskipfontdimen12 scriptfonttw@
lineskipthr@@fontdimen8 scriptfontthr@@
lineskiplimitlineskip
check@mathfonts
ialignbgroupifx c#1hfilfi
normalfontfontsizesf@sizez@selectfontignorespaces##unskiphfilcrcr
%
crcregroupegroup
makeatother
newcommandtsub[1]begintsubarrayl#1endtsubarray
begindocument
headerJohnDoe
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail.com
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
~
textcolorredLargefaEnvelopeO~$tsubhfill first row \ second row$ % <=======================
~
textcolorredLARGEfaMapMarker~$tsubhfill first row \ second row$
~
textcolorredLARGEfaMapMarker~$tsubLong first row \hfill second row$
endaside
%
sectionskills
vspace-0.2cm
Skill 1, skill 2, skill 3, skill 4, skill 5.
sectioneducation
beginentrylist
%------------------------------------------------
entry
2010--2011
M.Sc. normalfont in Economics [Grade]
University
vspace-0.3cm
%------------------------------------------------
entry
2004--2009
B.Eng. normalfont in Engineering Management [Grade]
University
(Emphasis in ...)
%------------------------------------------------
endentrylist
enddocument
you can compile without error message to this result:
The main issue here is the very poor code of class friggeri-cv
. The environment aside
is build with package textpos
and the environment textblock
, which does not allow to nest other environments inside it ...
So if you insist in using this class you have to work around this culprit.
To get the several symbols in front of the data you can use package fontawesome
. Then -- for example -- can you use faEnvelopeO
for a symbol for the email address. Because the place is very small for symbol and address it could be you have manually to add an blank to allow LaTeX a line breaking where the blank is:
faEnvelopeO ~myemail@gmail. com
% ^^^
Otherwise you can use that symbols in command sectionfaInbox
too.
So ou can try the following code for your personal data:
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail. com
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
endaside
With the following complete code (I used class cv-style
which uses other fonts installed on my system, please copy my code to mwe.tex
and change then class to friggeri-cv
and test the code)
documentclasscv-style % friggeri-cv
usepackagefontawesome % <============================================
geometry%
showframe, % <================ only to visualize typing area & margins
begindocument
headerJohnDoe
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111 % <==========================================
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail. com % <====================================
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
endaside
%
sectionskills
vspace-0.2cm
Skill 1, skill 2, skill 3, skill 4, skill 5.
sectioneducation
beginentrylist
%------------------------------------------------
entry
2010--2011
M.Sc. normalfont in Economics [Grade]
University
vspace-0.3cm
%------------------------------------------------
entry
2004--2009
B.Eng. normalfont in Engineering Management [Grade]
University
(Emphasis in ...)
%------------------------------------------------
endentrylist
enddocument
results in the following pdf:
The line breaks do not look very good and I would use a longer first column to get the email address fitting in one line. You can use the code I already showed in my answer (please see the added redefinition of commands in preamble and the added option left=7cm
for package geometry
, see also deleted blank in email address):
documentclasscv-style % friggeri-cv
usepackagefontawesome % <============================================
geometry%
showframe, % <================ only to visualize typing area & margins
left=7cm % <============================= bigger space on right side 5.6cm --> 7cm
renewenvironmentaside% <============================================
letoldsectionsection
renewcommandsection[1]
parvspacebaselineskipLargeheadingfontcolorheadercolor ##1
begintextblock5(1, 1.87) % <=================================== 3.6 -> 5
beginflushright
obeycr
%
restorecr
endflushright
endtextblock
letsectionoldsection
renewcommandentry[4]% <============================================
#1&parbox[t]10.8cm% <============================================= 12.8cm --> 10.8cm
textbf#2%
hfill%
footnotesizeaddfontfeatureColor=lightgray #3\%
#4vspaceparsep%
\
begindocument
headerJohnDoe
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111 % <==========================================
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail.com % <====================================!
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
endaside
%
sectionskills
vspace-0.2cm
Skill 1, skill 2, skill 3, skill 4, skill 5.
sectioneducation
beginentrylist
%------------------------------------------------
entry
2010--2011
M.Sc. normalfont in Economics [Grade]
University
vspace-0.3cm
%------------------------------------------------
entry
2004--2009
B.Eng. normalfont in Engineering Management [Grade]
University
(Emphasis in ...)
%------------------------------------------------
endentrylist
enddocument
with the new resulting pdf:
Please see that you need to add a blank line between telephone number and fax to get them on separate lines (red arrow marked 1) and see that I deleted the blank in the email address (red arrow marked 2).
At last you will have to play with the values in the redefined commands to get a good layout depending on your personally informations.
A last remark: have you considered to use another template? You have a big blank space on the left. There are IMHO better layouts for cvs available ...
Update:
I added the code used by @sebastiano in his answer to my mwe to proof if the code is working with friggeri-cv
/cv-style
. With a little change (see added hfill
to get the text right justified):
documentclasscv-style % friggeri-cv
usepackagefontawesome
usepackagemathtools % <==============================================
geometry%
showframe, % <================ only to visualize typing area & margins
left=7cm
renewenvironmentaside%
letoldsectionsection
renewcommandsection[1]
parvspacebaselineskipLargeheadingfontcolorheadercolor ##1
begintextblock5(1, 1.87) %
beginflushright
obeycr
%
restorecr
endflushright
endtextblock
letsectionoldsection
renewcommandentry[4]%
#1&parbox[t]10.8cm%
textbf#2%
hfill%
footnotesizeaddfontfeatureColor=lightgray #3\%
#4vspaceparsep%
\
% code of @Sebastiano
%%%%%%%%%%%%%%%%%%%%%%%% @egreg macro %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
makeatletter
newenvironmenttsubarray[1]%
vcenterbgroup
Let@ restore@math@cr default@tag
baselineskipfontdimen10 scriptfonttw@
advancebaselineskipfontdimen12 scriptfonttw@
lineskipthr@@fontdimen8 scriptfontthr@@
lineskiplimitlineskip
check@mathfonts
ialignbgroupifx c#1hfilfi
normalfontfontsizesf@sizez@selectfontignorespaces##unskiphfilcrcr
%
crcregroupegroup
makeatother
newcommandtsub[1]begintsubarrayl#1endtsubarray
begindocument
headerJohnDoe
beginaside
%
sectioncontact
123 Broadway
City, State 050022
Country
~
faPhone~+0 (000) 111 1111
smallfaFax~+0 (000) 111 1112
~
myemail@gmail.com
myweb.wordpress.com
~
faEnvelopeO ~myemail@gmail.com
faInbox ~myweb.wordpress.com
faGithub ~hrefhttps://github.com/neobengithub.com/neoben
~
textcolorredLargefaEnvelopeO~$tsubhfill first row \ second row$ % <=======================
~
textcolorredLARGEfaMapMarker~$tsubhfill first row \ second row$
~
textcolorredLARGEfaMapMarker~$tsubLong first row \hfill second row$
endaside
%
sectionskills
vspace-0.2cm
Skill 1, skill 2, skill 3, skill 4, skill 5.
sectioneducation
beginentrylist
%------------------------------------------------
entry
2010--2011
M.Sc. normalfont in Economics [Grade]
University
vspace-0.3cm
%------------------------------------------------
entry
2004--2009
B.Eng. normalfont in Engineering Management [Grade]
University
(Emphasis in ...)
%------------------------------------------------
endentrylist
enddocument
you can compile without error message to this result:
edited May 26 at 10:25
answered May 25 at 20:31
KurtKurt
44.3k1050170
44.3k1050170
add a comment |
add a comment |
You could use enumitem
package to realize lists. The following approach could be of some interest to you.
documentclassarticle
usepackagemwe % loads example-images
usepackagegraphbox
usepackageenumitem
begindocument
beginminipage.3textwidth
beginenumerate[labelsep=5mm]
item[includegraphics[align=c,height=1.5em]example-image-A] some text
item[includegraphics[align=c,height=1.5em]example-image-B] further interesting text
item[includegraphics[align=c,height=1.5em]example-image-C] another description etc. etc.
endenumerate
endminipage
enddocument
Sorry but I have a problem when I add the command begin inside aside environment. I have There's no line here to end error. if I can remove this error I can try.
– Simone
May 25 at 19:22
add a comment |
You could use enumitem
package to realize lists. The following approach could be of some interest to you.
documentclassarticle
usepackagemwe % loads example-images
usepackagegraphbox
usepackageenumitem
begindocument
beginminipage.3textwidth
beginenumerate[labelsep=5mm]
item[includegraphics[align=c,height=1.5em]example-image-A] some text
item[includegraphics[align=c,height=1.5em]example-image-B] further interesting text
item[includegraphics[align=c,height=1.5em]example-image-C] another description etc. etc.
endenumerate
endminipage
enddocument
Sorry but I have a problem when I add the command begin inside aside environment. I have There's no line here to end error. if I can remove this error I can try.
– Simone
May 25 at 19:22
add a comment |
You could use enumitem
package to realize lists. The following approach could be of some interest to you.
documentclassarticle
usepackagemwe % loads example-images
usepackagegraphbox
usepackageenumitem
begindocument
beginminipage.3textwidth
beginenumerate[labelsep=5mm]
item[includegraphics[align=c,height=1.5em]example-image-A] some text
item[includegraphics[align=c,height=1.5em]example-image-B] further interesting text
item[includegraphics[align=c,height=1.5em]example-image-C] another description etc. etc.
endenumerate
endminipage
enddocument
You could use enumitem
package to realize lists. The following approach could be of some interest to you.
documentclassarticle
usepackagemwe % loads example-images
usepackagegraphbox
usepackageenumitem
begindocument
beginminipage.3textwidth
beginenumerate[labelsep=5mm]
item[includegraphics[align=c,height=1.5em]example-image-A] some text
item[includegraphics[align=c,height=1.5em]example-image-B] further interesting text
item[includegraphics[align=c,height=1.5em]example-image-C] another description etc. etc.
endenumerate
endminipage
enddocument
answered May 25 at 19:10
Marian G.Marian G.
9421210
9421210
Sorry but I have a problem when I add the command begin inside aside environment. I have There's no line here to end error. if I can remove this error I can try.
– Simone
May 25 at 19:22
add a comment |
Sorry but I have a problem when I add the command begin inside aside environment. I have There's no line here to end error. if I can remove this error I can try.
– Simone
May 25 at 19:22
Sorry but I have a problem when I add the command begin inside aside environment. I have There's no line here to end error. if I can remove this error I can try.
– Simone
May 25 at 19:22
Sorry but I have a problem when I add the command begin inside aside environment. I have There's no line here to end error. if I can remove this error I can try.
– Simone
May 25 at 19:22
add a comment |
Thank you for all but your solutions didn't convince me or didn't work. So I have change template with cv-chandan
. Then I made some changes for my purpose. This is my (temporaly) result:
I use tabular
environment how you can see:
begintabularC0.5cm L5.2cm
includegraphics[scale=0.05]img/Address.pngvspace0.2cm & some text
newline
other text \
includegraphics[scale=0.055]img/linkedin.pngvspace0.15cm &
linkedin.com/in/
\
vspace0.05cm
includegraphics[scale=0.05]img/phone.pngvspace0.15cm & +39 000 000
0000
\
includegraphics[scale=0.04]img/calendar.pngvspace0.15cm & Date of
birth: 00/00/0000
\
includegraphics[scale=0.04]img/mail.pngvspace0.15cm &
email@gmail.com
\
includegraphics[scale=0.037]img/location.pngvspace0.15cm &
Nationality: Italian
endtabular
Maybe this isn't clean code but work for me.
Thanks again for your time. I will certainly still need help.
It would have been a good idea to tell us what was not working (including used code and resulting complete error message). Without knowing that we can not help you :-( Where does your new usedclasscv-chandan
comes from? What did not convince you? Can you explain in comments for the relevant answers?
– Kurt
May 27 at 16:34
I listened to your suggestion.aside
is a simpletextblock
. I seev-chandan
on overleaf and its template attracted me. Your solution could be a good solution but with a new template I can use less and more simple code. Yes, my solution isn't a nice solution but work. With my solution also I can use image without problem. When I say your solutions I don't say Kurt's solutions but the all user's solutions. I get error not with your solution but with sebastiano's solution for example.
– Simone
May 27 at 18:25
Well, your question was about (you did not tell it but I recognizedaside
)friggeri-cv
. So I answered for that class. Now you added an answer with an class never mentioned in your question, that is not easy to be followed by readers. If you change the class it is better here to ask a new question, explaining the new situation.Then readers can follow given solutions. That other people are able to find answers to their questions, given answers should answer the given question. Your answer to your new used class can not be found by searching for friggeri :-( Please see this is no forum!
– Kurt
May 27 at 18:39
add a comment |
Thank you for all but your solutions didn't convince me or didn't work. So I have change template with cv-chandan
. Then I made some changes for my purpose. This is my (temporaly) result:
I use tabular
environment how you can see:
begintabularC0.5cm L5.2cm
includegraphics[scale=0.05]img/Address.pngvspace0.2cm & some text
newline
other text \
includegraphics[scale=0.055]img/linkedin.pngvspace0.15cm &
linkedin.com/in/
\
vspace0.05cm
includegraphics[scale=0.05]img/phone.pngvspace0.15cm & +39 000 000
0000
\
includegraphics[scale=0.04]img/calendar.pngvspace0.15cm & Date of
birth: 00/00/0000
\
includegraphics[scale=0.04]img/mail.pngvspace0.15cm &
email@gmail.com
\
includegraphics[scale=0.037]img/location.pngvspace0.15cm &
Nationality: Italian
endtabular
Maybe this isn't clean code but work for me.
Thanks again for your time. I will certainly still need help.
It would have been a good idea to tell us what was not working (including used code and resulting complete error message). Without knowing that we can not help you :-( Where does your new usedclasscv-chandan
comes from? What did not convince you? Can you explain in comments for the relevant answers?
– Kurt
May 27 at 16:34
I listened to your suggestion.aside
is a simpletextblock
. I seev-chandan
on overleaf and its template attracted me. Your solution could be a good solution but with a new template I can use less and more simple code. Yes, my solution isn't a nice solution but work. With my solution also I can use image without problem. When I say your solutions I don't say Kurt's solutions but the all user's solutions. I get error not with your solution but with sebastiano's solution for example.
– Simone
May 27 at 18:25
Well, your question was about (you did not tell it but I recognizedaside
)friggeri-cv
. So I answered for that class. Now you added an answer with an class never mentioned in your question, that is not easy to be followed by readers. If you change the class it is better here to ask a new question, explaining the new situation.Then readers can follow given solutions. That other people are able to find answers to their questions, given answers should answer the given question. Your answer to your new used class can not be found by searching for friggeri :-( Please see this is no forum!
– Kurt
May 27 at 18:39
add a comment |
Thank you for all but your solutions didn't convince me or didn't work. So I have change template with cv-chandan
. Then I made some changes for my purpose. This is my (temporaly) result:
I use tabular
environment how you can see:
begintabularC0.5cm L5.2cm
includegraphics[scale=0.05]img/Address.pngvspace0.2cm & some text
newline
other text \
includegraphics[scale=0.055]img/linkedin.pngvspace0.15cm &
linkedin.com/in/
\
vspace0.05cm
includegraphics[scale=0.05]img/phone.pngvspace0.15cm & +39 000 000
0000
\
includegraphics[scale=0.04]img/calendar.pngvspace0.15cm & Date of
birth: 00/00/0000
\
includegraphics[scale=0.04]img/mail.pngvspace0.15cm &
email@gmail.com
\
includegraphics[scale=0.037]img/location.pngvspace0.15cm &
Nationality: Italian
endtabular
Maybe this isn't clean code but work for me.
Thanks again for your time. I will certainly still need help.
Thank you for all but your solutions didn't convince me or didn't work. So I have change template with cv-chandan
. Then I made some changes for my purpose. This is my (temporaly) result:
I use tabular
environment how you can see:
begintabularC0.5cm L5.2cm
includegraphics[scale=0.05]img/Address.pngvspace0.2cm & some text
newline
other text \
includegraphics[scale=0.055]img/linkedin.pngvspace0.15cm &
linkedin.com/in/
\
vspace0.05cm
includegraphics[scale=0.05]img/phone.pngvspace0.15cm & +39 000 000
0000
\
includegraphics[scale=0.04]img/calendar.pngvspace0.15cm & Date of
birth: 00/00/0000
\
includegraphics[scale=0.04]img/mail.pngvspace0.15cm &
email@gmail.com
\
includegraphics[scale=0.037]img/location.pngvspace0.15cm &
Nationality: Italian
endtabular
Maybe this isn't clean code but work for me.
Thanks again for your time. I will certainly still need help.
answered May 26 at 11:39
SimoneSimone
263
263
It would have been a good idea to tell us what was not working (including used code and resulting complete error message). Without knowing that we can not help you :-( Where does your new usedclasscv-chandan
comes from? What did not convince you? Can you explain in comments for the relevant answers?
– Kurt
May 27 at 16:34
I listened to your suggestion.aside
is a simpletextblock
. I seev-chandan
on overleaf and its template attracted me. Your solution could be a good solution but with a new template I can use less and more simple code. Yes, my solution isn't a nice solution but work. With my solution also I can use image without problem. When I say your solutions I don't say Kurt's solutions but the all user's solutions. I get error not with your solution but with sebastiano's solution for example.
– Simone
May 27 at 18:25
Well, your question was about (you did not tell it but I recognizedaside
)friggeri-cv
. So I answered for that class. Now you added an answer with an class never mentioned in your question, that is not easy to be followed by readers. If you change the class it is better here to ask a new question, explaining the new situation.Then readers can follow given solutions. That other people are able to find answers to their questions, given answers should answer the given question. Your answer to your new used class can not be found by searching for friggeri :-( Please see this is no forum!
– Kurt
May 27 at 18:39
add a comment |
It would have been a good idea to tell us what was not working (including used code and resulting complete error message). Without knowing that we can not help you :-( Where does your new usedclasscv-chandan
comes from? What did not convince you? Can you explain in comments for the relevant answers?
– Kurt
May 27 at 16:34
I listened to your suggestion.aside
is a simpletextblock
. I seev-chandan
on overleaf and its template attracted me. Your solution could be a good solution but with a new template I can use less and more simple code. Yes, my solution isn't a nice solution but work. With my solution also I can use image without problem. When I say your solutions I don't say Kurt's solutions but the all user's solutions. I get error not with your solution but with sebastiano's solution for example.
– Simone
May 27 at 18:25
Well, your question was about (you did not tell it but I recognizedaside
)friggeri-cv
. So I answered for that class. Now you added an answer with an class never mentioned in your question, that is not easy to be followed by readers. If you change the class it is better here to ask a new question, explaining the new situation.Then readers can follow given solutions. That other people are able to find answers to their questions, given answers should answer the given question. Your answer to your new used class can not be found by searching for friggeri :-( Please see this is no forum!
– Kurt
May 27 at 18:39
It would have been a good idea to tell us what was not working (including used code and resulting complete error message). Without knowing that we can not help you :-( Where does your new usedclass
cv-chandan
comes from? What did not convince you? Can you explain in comments for the relevant answers?– Kurt
May 27 at 16:34
It would have been a good idea to tell us what was not working (including used code and resulting complete error message). Without knowing that we can not help you :-( Where does your new usedclass
cv-chandan
comes from? What did not convince you? Can you explain in comments for the relevant answers?– Kurt
May 27 at 16:34
I listened to your suggestion.
aside
is a simple textblock
. I see v-chandan
on overleaf and its template attracted me. Your solution could be a good solution but with a new template I can use less and more simple code. Yes, my solution isn't a nice solution but work. With my solution also I can use image without problem. When I say your solutions I don't say Kurt's solutions but the all user's solutions. I get error not with your solution but with sebastiano's solution for example.– Simone
May 27 at 18:25
I listened to your suggestion.
aside
is a simple textblock
. I see v-chandan
on overleaf and its template attracted me. Your solution could be a good solution but with a new template I can use less and more simple code. Yes, my solution isn't a nice solution but work. With my solution also I can use image without problem. When I say your solutions I don't say Kurt's solutions but the all user's solutions. I get error not with your solution but with sebastiano's solution for example.– Simone
May 27 at 18:25
Well, your question was about (you did not tell it but I recognized
aside
) friggeri-cv
. So I answered for that class. Now you added an answer with an class never mentioned in your question, that is not easy to be followed by readers. If you change the class it is better here to ask a new question, explaining the new situation.Then readers can follow given solutions. That other people are able to find answers to their questions, given answers should answer the given question. Your answer to your new used class can not be found by searching for friggeri :-( Please see this is no forum!– Kurt
May 27 at 18:39
Well, your question was about (you did not tell it but I recognized
aside
) friggeri-cv
. So I answered for that class. Now you added an answer with an class never mentioned in your question, that is not easy to be followed by readers. If you change the class it is better here to ask a new question, explaining the new situation.Then readers can follow given solutions. That other people are able to find answers to their questions, given answers should answer the given question. Your answer to your new used class can not be found by searching for friggeri :-( Please see this is no forum!– Kurt
May 27 at 18:39
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f492621%2ftext-at-the-right-of-icon%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Let me guess -- you are using class
friggeri-cv
orcv-style
? Will get problematic because the environmentaside
is a simpletextblock
... Please explain your exact problem better! Why the newline? What should that image contain? Symbol for adress? Please show a short complete tex code which is (with error) compilable, then we have not to guess what you are doing ...– Kurt
May 25 at 18:25
Yes, I use friggeri-cv. Wait a moment and I edit my post
– Simone
May 25 at 18:30