Re: Tikz da Geogebra

#84746
Liverpool
Partecipante
    Up
    0
    Down
    ::

    EmilLask” post=84199Leggendo con più attenzione mi pare che ancora l’aggiornamento con la risoluzione del bug non sia disponibile, è così?

    Sì è cosi. Quello che puoi fare è:
    a) scaricare questo file dalla versione di sviluppo e sostituire l’omonimo nel tuo computer (la posizione corretta non la so perché io uso MiKTeX)
    b) oppure aggiungere queste righe nel preambolo dopo aver caricato il paccheto TikZ (dovresti farlo per ogni sorgente che ti interessa correggere):
    `\makeatletter
    \let\pgfmath@function@exp\relax
    \pgfmathdeclarefunction{exp}{1}{%
    \begingroup
    \pgfmath@xc=#1pt\relax
    \pgfmath@yc=#1pt\relax
    \ifdim\pgfmath@xc<-9pt \pgfmath@x=1sp\relax \else \ifdim\pgfmath@xc<0pt \pgfmath@xc=-\pgfmath@xc \fi \pgfmath@x=1pt\relax \pgfmath@xa=1pt\relax \pgfmath@xb=\pgfmath@x \pgfmathloop% \divide\pgfmath@xa by\pgfmathcounter \pgfmath@xa=\pgfmath@tonumber\pgfmath@xc\pgfmath@xa% \advance\pgfmath@x by\pgfmath@xa \ifdim\pgfmath@x=\pgfmath@xb \else \pgfmath@xb=\pgfmath@x \repeatpgfmathloop% \ifdim\pgfmath@yc<0pt \pgfmathreciprocal@{\pgfmath@tonumber\pgfmath@x}% \pgfmath@x=\pgfmathresult pt\relax \fi \fi \pgfmath@returnone\pgfmath@x% \endgroup } \makeatother`

    Go to top