X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Chapters%2FNormalization.tex;h=1e5b200c0a82922b4f1b0c0350b09d6212372980;hp=89c2d4a13faafd1ac6df231082632d1d78777148;hb=3190c597eecca2b3317b1ff93ef314e600e84d88;hpb=63011ad76e4813e43544f8e938be40de2853acb4 diff --git a/Chapters/Normalization.tex b/Chapters/Normalization.tex index 89c2d4a..1e5b200 100644 --- a/Chapters/Normalization.tex +++ b/Chapters/Normalization.tex @@ -7,9 +7,9 @@ % space at the start of the frame. \define[1]\example{ \framed[offset=1mm,align=right,strut=no,background=box,frame=off]{ - \setuptyping[option=LAM,style=sans,before=,after=] + \setuptyping[option=LAM,style=sans,before=,after=,strip=auto] \typebuffer[#1] - \setuptyping[option=none,style=\tttf] + \setuptyping[option=none,style=\tttf,strip=auto] } } @@ -901,11 +901,11 @@ architecture which would just add its inputs. This generates a lot of overhead in the VHDL, which is particularly annoying when browsing the generated RTL schematic (especially since + is not allowed in VHDL - architecture names\footnote{Technically, it is allowed when using - extended identifiers, but it seems that none of the tooling likes - extended identifiers in filenames, so it effectively doesn't work}, so - the entity would be called \quote{w7aA7f} or something similarly - unreadable and autogenerated). + architecture names\footnote{Technically, it is allowed to use + non-alphanumerics when using extended identifiers, but it seems that + none of the tooling likes extended identifiers in filenames, so it + effectively doesn't work}, so the entity would be called + \quote{w7aA7f} or something similarly unreadable and autogenerated). \subsection{Program structure} These transformations are aimed at normalizing the overall structure @@ -950,7 +950,7 @@ \starttrans (letrec binds in E) M - ----------------- + ------------------------ letrec binds in E M \stoptrans