mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] \<checkbox\>


Chronological Thread 
  • From: "Sam Liddicott" <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] \<checkbox\>
  • Date: Mon, 27 Jun 2011 07:53:43 +0100
  • Envelope-to:
  • Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAAXNSR0IArs4c6QAAADxQTFRF NTdQY2Z/i286eHFugnNXoJBwm5GCs5VeoqO0ua+fwLCQ4c2q19C81NDF4eLr/unQ/PTf/fXW+/rq /f/7XKo76wAAAAlwSFlzAAALEwAACxMBAJqcGAAAAi9JREFUSMetloGSqyAMRVsFNAQkxP//15cE 62rFdt/MZqbTVu/hBhLEx/qf8fgDIAN455wHyPk7wCIe9nA+fwGSH87hgD8AHPfRpy2GwdMtcBh+ mg4Ech9Ih+RNixJKDLEL0GF8VLkSojePHrDlryNijbFW8zBg8PUKbBOI6D1WCV5Rf2DzxCtgBlMs tRRVW5LyVW3ew1TfAZZ6RcQicpb4yZmaC74DJADK6BdATOrUAbJzsZie+K22ZnEBknNYysvhVH6u 1X8CqAe4DuANoPoOrAbsHXUARJ5knc5z4EyyTnHoAqj7xvkYIdk65AwhyEZKMusOIDV2QQQaCnDQ gBiDR3RdIEb5CBESt2wgQJI0Yx/Agphg1MgNsD+QkszM9wHVPx/PeQOW+fmcR9DF8+4CyCJhCuP8 fDzmBbLqs8JzMODqYNfDvKhoGYM2lDosy5jlRozccRAgrPM8iygQS3Mv87IugUgKlC7NZ6liuy4r uresVq5QuQAr09ZKEga8OkluyKXeQ6Bs3SrtqgC1pWLNqAfwDhBnB+sK8OrVL4D4h1B4zWPWhJhu gPUHKA5EwSMYUMsdQK+UKDhIOTSHeg+8HCoTOGtB/gwcl4mSdGybwXegPWhM/RHYKwchkckhUNMX 6j7ueQNScLbZZOPRxaADyO2UQCJpl7wbnE6gQ+ksWjpngxOwF1tF5ecP3R6KB+AQxPfHLncQ+nKw 06fhu68OTIfJ869eTtg22l+9zfwDK3mKl5BFHMYAAAAASUVORK5CYII=


Just for the archives, in case anyone else has this problem:

a check/tick mark, ✓ is UTF U+2713 and is shown inTeXmacs with \<checkmark\> but this often doesn't work but instead shows <checkkmark> in red.

This macro will display it for you by selecting the correct font/font family:

<assign|tick|<macro|<with|font|modern|font-family|ss|\<checkmark\>>>>>

However this one will not:
<assign|checkmark|<macro|<with|font|modern|font-family|ss|\<checkmark\>>>>

because typing \checkmark generates the entity \<checkmark\> instead of the macro invocation <checkmark>

but typing \compound ENTER checkmark ENTER will invoke the macro but will not fixup existing checkmark entities in the document.

So... you may as well use a plain out-and-out macro with a different name to invoke the checkmark entity with the right font.


(I'm sure tex is good at changing font when needed to display symbols).

Sam


  • [TeXmacs] \<checkbox\>, Sam Liddicott, 06/27/2011

Archive powered by MHonArc 2.6.19.

Top of page