Am 10.05.10 02:28, schrieb Scott Steele: > Thanks so much for the help! Pleas 1, 2, 5, and 6 are completely > solved. (In particular, Mojca, the fix for accents is fantastic!) I > wasn't able to get \Frowny to work any better with the advice > provided, but I found that when I scaled it down, it stopped knocking > the text off the grid, and I have a hard time telling the difference > in size between the old and new. > > % New (works) : > \useexternalfigure[frowny][Frowny][factor=7,type=pdf] > \def\Frowny{\hbox{\externalfigure[frowny]}} > \useexternalfigure[smiley][Smiley][factor=7,type=pdf] > \def\Smiley{\hbox{\externalfigure[smiley]}} > \useexternalfigure[slashy][Slashy][factor=7,type=pdf] > \def\Slashy{\hbox{\externalfigure[slashy]}} \def\Slashy{\dontleavehmode\smash[h]{\externalfigure[slashy]}} the height of the picture is now ignored > I'm currently working on the Table of Contents formatting. I'm trying > to format it as follows: \define[3]\SectionListEntry {\noindent \simplealignedbox{left} {2cm}{#2}% \simplealignedbox{middle}{5mm}{ยท}% \simplealignedbox{right} {3cm}{#3}} \setuplist [section] [alternative=command, command=\SectionListEntry] Wolfgang