summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/third/taspresent/t-embossed.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/third/taspresent/t-embossed.tex')
-rw-r--r--Master/texmf-dist/tex/context/third/taspresent/t-embossed.tex9
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/third/taspresent/t-embossed.tex b/Master/texmf-dist/tex/context/third/taspresent/t-embossed.tex
index 97888a7977c..efeb9aab5ea 100644
--- a/Master/texmf-dist/tex/context/third/taspresent/t-embossed.tex
+++ b/Master/texmf-dist/tex/context/third/taspresent/t-embossed.tex
@@ -86,8 +86,15 @@
\definecolor [e] [r=.2,g=.2,b=.5]
\definecolor [f] [s=.4]
+\beginOLDTEX
\definefontsynonym [BigBoss] [uhvb8r]
\definefont[Emblem] [BigBoss at 30pt]
+\endOLDTEX
+
+\beginLUATEX
+\definefontsynonym [BigBoss] [name:TeXGyreHeros-Bold]
+\definefont[Emblem] [BigBoss at 30pt]
+\endLUATEX
%D However, it seemed more portable to let Metapost calculate the background.
%D The rainbow effect takes some lines of code, but it's not too bad:
@@ -111,7 +118,7 @@ gr[2] := gr[2] enlarged -2.8.pt ;
draw gr[2] withcolor \MPcolor{f} ;
draw z.f1 -- z.f2 withcolor \MPcolor{f} ;
boss := \sometxt{\framed[width=\textwidth,height=2cm,offset=0pt,align=right,top=\vss,bottom=\vss,frame=off]{\Emblem \color[c]{Made with \CONTEXT\hfill \pagenumber\ of \lastpage}}} ;
-bboss := \sometxt{\framed[width=\textwidth,height=2cm,offset=0pt,align=right,top=\vss,bottom=\vss,frame=off]{\Emblem \color[d]{Made with \CONTEXT\hfill \pagenumber\ of \lastpage}}} ;
+bboss := \sometxt{\framed[width=\textwidth,height=2cm,offset=0pt,align=right,top=\vss,bottom=\vss,frame=off]{\strut\Emblem \color[d]{Made with \CONTEXT\hfill \pagenumber\ of \lastpage}}} ;
draw bboss shifted (1.96cm,0.04cm) ;
draw boss shifted (2cm,0) ;
StopPage ;