From 955ce342262bb19015ce91d9e601acbd22d58eb4 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 27 Dec 2016 12:13:19 +0100 Subject: [PATCH] positioning the symbol in upper left corner of the frame --- cours/cours_prof.cls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cours/cours_prof.cls b/cours/cours_prof.cls index 3592244..7eb6116 100644 --- a/cours/cours_prof.cls +++ b/cours/cours_prof.cls @@ -132,13 +132,13 @@ frametitlebackgroundcolor=white!0,%innertopmargin=\topskip,% nobreak=true,% xcolor,% - firstextra={\path let \p1=(P), \p2=(O) in ($(\x2,0)+0.5*(0,\y1)$) + firstextra={\path let \p1=(P), \p2=(O) in ($(\x2,0)+1.0*(0,\y1)$) node[writesymbol] { \faicon{\faPencil} };},% - secondextra={\path let \p1=(P), \p2=(O) in ($(\x2,0)+0.5*(0,\y1)$) + secondextra={\path let \p1=(P), \p2=(O) in ($(\x2,0)+1.0*(0,\y1)$) node[writesymbol] { \faicon{\faPencil} };},% - middleextra={\path let \p1=(P), \p2=(O) in ($(\x2,0)+0.5*(0,\y1)$) + middleextra={\path let \p1=(P), \p2=(O) in ($(\x2,0)+1.0*(0,\y1)$) node[writesymbol] { \faicon{\faPencil} };},% - singleextra={\path let \p1=(P), \p2=(O) in ($(\x2,0)+0.5*(0,\y1)$) + singleextra={\path let \p1=(P), \p2=(O) in ($(\x2,0)+1.0*(0,\y1)$) node[writesymbol] { \faicon{\faPencil} };},% }