egreg9″ post=76219È ovvio che ci sia qualche problema se non dici quanto grandi vuoi i caratteri. Suggerirei
`\documentclass{article}
\usepackage{fix-cm}
\usepackage{tkz-euclide}
\usetkzobj{all}
\begin{document}
\begin{tikzpicture}[label style/.style={font=\fontsize{128}{128}\selectfont}]
\tkzInit% [ymin=0,ymax=6,xmin=0,xmax=6]
\tkzClip
\tkzDefPoint(0,0){a}
\tkzDefPoint(3,0){b}
\tkzDefPoint(3,3){c}
\tkzDefPoint(0,3){d}
\tkzDefPointBy[rotation= center d angle 90](b)
\tkzGetPoint{e}
\tkzDefPointBy[rotation= center b angle 270](d)
\tkzGetPoint{f}
\tkzDrawSegments(a,b b,c c,d d,a d,e)
\tkzDrawSegments(b,f e,f d,b)
\tkzDefMidPoint(d,b) \tkzGetPoint{m}
\tkzLabelPoint(m){\fontsize{120}{120}\selectfont C}
\tkzDefMidPoint(d,f) \tkzGetPoint{n}
\tkzLabelPoint[rotate=-45](n){\fontsize{110}{110}\selectfont D}
\end{tikzpicture}
\end{document}`
Ciao
Enrico
Grazie Enrico
ma non mi hai riposto
Le dimensioni é corretta. Solo che l’effetto ottenuto (corretto)
è stato casuale tutto qui.
ciao
claudio