hi, all I want to use context for writing my resume, I found the head like the attached file's very awesome, but I don't know how to implement it, or what elements I should use to do it? please any one help me, Thanks in advance! Best Regards Dillon Peng
On 7/4/2015 1:45 AM, 土卜皿 wrote:
After reading something, I think the red area belonging to top area, but there is no "definetop" or like this, my understanding is right?
you can find examples of adding such shapes in the metafun manual it boils down to putting the text in a \framed and giving it a mp image as background
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 07/04/2015 01:45 AM, 土卜皿 wrote:
After reading something, I think the red area belonging to top area, but there is no "definetop" or like this, my understanding is right?
Hi Dillon, do you text the text heading or also the red line from your attached image? Pablo
hi, Han and Pablo
Thank you very much!
I finally asked the question and got the answer,
http://tex.stackexchange.com/q/253575/81323,
I hope you two help me check it, whether my solution is right direction?
And I copied all my resolution here:
I found context refer manual 11.3 Variations in titles
http://pmrb.free.fr/contextref.pdf , there is a snippet, which seemly
helps me, the following code:
\setupcolors[state=start]\setuppagenumbering[location=footer,
right]\unexpanded\def\HeadTitle#1#2%{\hbox to \hsize
\bgroup\hfill\setupframed[height=5cm,offset=.5em,frame=off,backgroundcolor=red]\framed[width=8cm,align=left]{#1}%\framed[width=12cm,align=right,leftframe=off]{#2}%\egroup}\setuplayout[topspace=\zeropoint,
height=fit,
footerdistance=2cm]
\showframe
\useURL[aurl][http://cs.ucsd.edu/~mmoghimi][][
http://cs.ucsd.edu/~mmoghimi]
\starttext
\HeadTitle{{\tfb Mohammad Moghimi}
Curriculum Vitae}{9234 Regents Rd Apt H
La Jolla, CA, 92037
(858) 888-3337
mmoghimi@cs.cornell.edu
\url[aurl]}\stoptext
Best Regards
Dillon
2015-07-04 19:11 GMT+08:00 Pablo Rodriguez
participants (3)
-
Hans Hagen
-
Pablo Rodriguez
-
土卜皿