!----------------------------------------------------------------------- ! Example of gle annotations in the Polish alphabet by using ! the ASCII + TEX route, and the Ultraedit text editor. !----------------------------------------------------------------------- ! ! Proper WYSIWYG display of these characters by the text editor is somewhat ! dependent on the type of Windows installation, which may affect ! the font mapping in some basic fonts (eg. Fixedsys). ! ! In general set the editor to a font that displays the option of ! Central European script. ! ! In Ultraedit you might use something like: ! ! View -> SetCodePage -> 1250 (ANSI-Central Europe) ! View -> SetFont -> Courier New + Script = Central European, or ! Consolas + Script = Central European ! ! and it is necessary to select the PL keyboard for input !----------------------------------------------------------------------- ! size 12 12 set texlabels 1 begin texpreamble \usepackage[T1]{polski} \usepackage[cp1250]{inputenc} end texpreamble amove 1 10 set font texcmr hei 0.5 just bl text {\rm Here are all the exotic Polish letters using \\the ASCII + TEX route:} rmove 0 -2 text \tex{󜿟 \it 󜿟} rmove 0 -1 text \tex{\newline\bf ʣӌ \it ʣӌ} ! !----------------------------------------------------------------------- !-----------------------------------------------------------------------