mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] par-par-sep affects code blocks and other issues


Chronological Thread 
  • From: "Sam Liddicott" <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] par-par-sep affects code blocks and other issues
  • Date: Mon, 28 Jun 2010 11:11:32 +0100
  • Envelope-to: address@hidden
  • 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=

I'm looking for something like par-par-sep that works a little more sanely.

<assign|par-first|0fn>
<assign|par-par-sep|0.5fn>

par-par-sep affects the spacing between lines in code environments too.

I tried:

<assign|old-code|<value|code>>
<assign|code|<macro|body|<with|par-par-sep|0fn*|<compound|old-code|<arg|body>>>>>

which fixes the code blocks, but I still get extra spacings between the different section headers.
Is there a saner option that allows me to user vertical space as a paragraph separator instead of indent?

Also; with svn head I can override page footers but not page headers:

<assign|page-odd-footer|<with|color|grey|<hrule><new-line><htab|5mm>Confidential <copyright><htab|5mm><quote|<page-the-page>>>>

<assign|page-even-footer|<with|color|grey|<hrule><new-line><htab|5mm>Confidential <copyright><htab|5mm><quote|<page-the-page>>>>

<assign|page-odd-header|>

<assign|page-even-header|>

With the above settings, I still get the default page headers.


Finally; I think page-odd-* and page-even-* are misleading; and should be page-left-* and page-right-* as it has more to do with page sides that odd-ness does.

--
Sam's signature


  • [TeXmacs] par-par-sep affects code blocks and other issues, Sam Liddicott, 06/28/2010

Archive powered by MHonArc 2.6.19.

Top of page