How to get mail and phone symbols?
Hi, I want to use the some symbols for phone and email (envelope) in my curriculum vitae to get it look more modern. How is the way to do it in ConTexT? Thanks -- Dr. Lizardo M. Reyna Bowen Docente Facultad de Ingeniería Agrícola | Universidad Técnica de Manabí [Dirección] Lodana, Santa Ana, Manabí, Ecuador [Móvil] +593 982924637 PGP Key: 0xa35a15b90ee64e8d
On Mon, 23 Jul 2018, Lizardo M. Reyna Bowen wrote:
Hi,
I want to use the some symbols for phone and email (envelope) in my curriculum vitae to get it look more modern.
How is the way to do it in ConTexT?
Use a font that provides these symbols. One option is fontawesome. https://fontawesome.com/icons?from=io Also see this blog post for scaling fontawesome symbols: https://adityam.github.io/context-blog/post/using-fontawesome/ Aditya
On 7/23/2018 5:52 PM, Lizardo M. Reyna Bowen wrote:
Hi,
I want to use the some symbols for phone and email (envelope) in my curriculum vitae to get it look more modern.
How is the way to do it in ConTexT? \usesymbols[mvs] % \setupsymbolset[martinvogel 2]
\starttext % \symbol[Telephone] % \symbol[EMail] % \symbol[Letter] \symbol[martinvolel 2][Telephone] \symbol[martinvolel 2][EMail] \symbol[martinvolel 2][Letter] % \showsymbolset[martinvogel 2] \stoptext One of these days we should discuss supporting the new symbols in the tex gyre fonts. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
Thanks Hans, there are many symbols. On 07/23/2018 11:20 AM, Hans Hagen wrote:
On 7/23/2018 5:52 PM, Lizardo M. Reyna Bowen wrote:
Hi,
I want to use the some symbols for phone and email (envelope) in my curriculum vitae to get it look more modern.
How is the way to do it in ConTexT? \usesymbols[mvs] % \setupsymbolset[martinvogel 2]
\starttext
% \symbol[Telephone] % \symbol[EMail] % \symbol[Letter]
\symbol[martinvolel 2][Telephone] \symbol[martinvolel 2][EMail] \symbol[martinvolel 2][Letter]
% \showsymbolset[martinvogel 2]
\stoptext
One of these days we should discuss supporting the new symbols in the tex gyre fonts.
Hans
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
-- Dr. Lizardo M. Reyna Bowen Docente Facultad de Ingeniería Agrícola | Universidad Técnica de Manabí [Dirección] Lodana, Santa Ana, Manabí, Ecuador [Móvil] +593 982924637 PGP Key: 0xa35a15b90ee64e8d
\definesymbol[e-mail][\getglyphdirect{FontAwesome}{\number"F003}] \definesymbol[phone][\getglyphdirect{FontAwesome}{\number"F095}] \starttext \symbol[e-mail] someone@somewhere \symbol[phone] your number \stoptext Fonts Awesome: https://fontawesome.com/
participants (4)
-
Aditya Mahajan
-
Hans Hagen
-
Lizardo M. Reyna Bowen
-
Marcus Vinicius Mesquita