Using \startframedtext with \startcombination
Hi, Why the second frame is not displayed ? Best regards, Fabrice \definecolor[H1prime][c=0.50, m=0.00, y=1.00, k=0.00] \starttext \startcombination[2*1] {% \startframedtext[ width=0.45\textwidth, frame=on, framecolor=H1prime, location=left, background=color, backgroundcolor=lightgray] {\bf Algorithme A} \startitemize[2] \item Choisir un nombre \item Élever au carré \item Multiplier par 4 \item Ajouter le produit du nombre choisi au départ par 28 \item Donner le résultat \stopitemize \stopframedtext }{} {% \startframedtext[ width=0.45\textwidth, frame=on, framecolor=H1prime, location=right, background=color, backgroundcolor=H4] \startitemize[2] {\bf Algorithme B} \item Choisir un nombre \item Prendre son double \item Ajouter 7 \item Prendre le carré du résultat \item Retrancher 49 \item Donner le résultat \stopitemize \stopframedtext }{} \stopcombination \stoptext
Am 29.09.2014 um 18:52 schrieb Fabrice Couvreur
Hi, Why the second frame is not displayed ?
You need “location=none” on your framedtexts. With the values left and right you’re using now context reserves a horizontal space which covers the whole text width for each frame which is needed when you want to align the content on the left or right margins in the text. Wolfgang
participants (2)
-
Fabrice Couvreur
-
Wolfgang Schuster