From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5646 Path: main.gmane.org!not-for-mail From: Johannes Huesing Newsgroups: gmane.comp.tex.context Subject: Flowchart again: How is font size calculated Date: Sat, 15 Sep 2001 21:06:31 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20010915210631.A1000@ruhrau.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="AhhlLboLdkugWU4S" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035396226 3418 80.91.224.250 (23 Oct 2002 18:03:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:03:46 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:5646 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5646 --AhhlLboLdkugWU4S Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Hi again, after processing the attached document I get three flow charts where the cells as well as the fonts have different sizes. Why is that so? Groet Johannes -- Johannes Hüsing | Terrorism treats the ending of a hannes@ruhrau.de | state as damage, and routes around it --AhhlLboLdkugWU4S Content-Type: text/x-tex; charset=iso-8859-1 Content-Disposition: attachment; filename="flowtest.tex" Content-Transfer-Encoding: 8bit \setupoutput[pdftex] \mainlanguage[de] \useencoding[win] \usemodule[chart] \setupFLOWshapes[framecolor=sigma] \setupFLOWcharts[maxwidth=\textwidth] \setupFLOWlines[color=sigma] \startFLOWchart[programm][nx=4, ny=1] % lies Studieninformation ein \startFLOWcell \name{liesStudie} \location{1,1} \shape{action} \text{einlesen} \connection[rl]{Neueingabe} \stopFLOWcell % Neueingabe Patient \startFLOWcell \name{Neueingabe} \location{2,1} \shape{product} \text{neuen Patienten eingeben} \connection[rl]{Plausi} \stopFLOWcell % Plausibilitätsprüfung Patient \startFLOWcell \name{Plausi} \location{3,1} \shape{45} \text{plausibel?} \connection[tt]{Neueingabe} \label[t]{nein} \connection[rl]{liesPat} \label[r]{ja} \stopFLOWcell % lies Patientendaten ein \startFLOWcell \name{liesPat} \location{4,1} \shape{action} \text{einlesen} \stopFLOWcell \stopFLOWchart % % Teilstruktur: vergleiche Verluste % \startFLOWchart[vglverlust][nx=5, ny=1] % Iteration über Therapien \startFLOWcell \name{Schleife} \location{1,1} \shape{loop} \text{$k$ \"uber alle Therapiearme} \connection[rl]{Probe} \stopFLOWcell % probehalber Aufnahme \startFLOWcell \name{Probe} \location{2,1} \shape{action} \text{nimm Patienten probehalber in Arm $k$ auf} \connection[rl]{rechneVerlust} \stopFLOWcell % berechne Verlust \startFLOWcell \name{rechneVerlust} \location{3,1} \shape{action} \text{berechne Verlustfunktion f\"ur aktuelle Konstellation} \connection[rl]{exMin} \connection[tt]{Schleife} \stopFLOWcell % existiert Minimum? \startFLOWcell \name{exMin} \location{4,1} \shape{45} \text{f\"ur alle F\"alle Verluste gleich hoch?} \stopFLOWcell \stopFLOWchart % % Neuformulierung: Programmende % \startFLOWchart[ausgabe][nx=4, ny=1] % Gib Zuweisung bekannt \startFLOWcell \name{Ausgabe} \location{1,1} \shape{product} \text{Zeige zugewiesene Therapie an} \connection[rl]{Taste} \stopFLOWcell % Warte auf Tastendruck \startFLOWcell \name{Taste} \location{2,1} \shape{wait} \text{Wie weiter?} \connection[rl]{schreibPat} \connection[tt]{Ende} \label[r]{Tastendruck} \label[t]{Abbruch} \stopFLOWcell % Schreibe Patienteninfo raus \startFLOWcell \name{schreibPat} \location{3,1} \shape{action} \text{aktualisiere Patientendaten} \connection[rl]{Ende} \stopFLOWcell % Ende \startFLOWcell \name{Ende} \location{4,1} \shape{procedure} \text{Ende} \stopFLOWcell \stopFLOWchart \starttext \section{Eins} \FLOWchart[programm] \section[vglVerlust]{Zwei} \FLOWchart[vglverlust] \section{Drei} \FLOWchart[ausgabe] \stoptext --AhhlLboLdkugWU4S--