Antonio Regidor García | 3 Mar 2008 23:15
Picon
Picon
Favicon

Re: parameter of <at> High

Thanks! It worked :)

> I am answering only this immediately,
> assuming that you want to have
> 
> --------------
> |   stuff1   |
> |   \vfill   |
> |   stuff2   |
> --------------
> 
> on your page.
> This is in most cases achieved by (not tested right now):
> 
> stuff1
> //1rt
> {
> stuff2
> }

       
______________________________________________ 
¿Con Mascota por primera vez? Sé un mejor Amigo. Entra en Yahoo! Respuestas http://es.answers.yahoo.com/info/welcome

Remo Dentato | 4 Mar 2008 13:54
Picon
Gravatar

Re: [Gema-discussion] Recursive includes

I put it on a new page I created to collect useful snippets:
http://gema.wiki.sourceforge.net/Gema+snippets

Hope this helps.

Remo

Gabor Greif | 13 Mar 2008 12:28
Picon

Haskell update to prg2lout

Hi all,

when setting Haskell source code I got

1412,14: prg2lout 92,13: skipping unexpected  <at>  character

when the code contained "at"-patterns. These characters
got ignored.

The attached patch corrects the problem. Also, it
removes the unused HaskellBacktickToken definition
and adds the "mdo" reserved word.

Cheers,

	Gabor

Gabor Greif | 13 Mar 2008 12:37
Picon

[resend] Haskell update to prg2lout

[this time with attachment]

Hi all,

when setting Haskell source code I got

1412,14: prg2lout 92,13: skipping unexpected  <at>  character

when the code contained "at"-patterns. These characters
got ignored.

The attached patch corrects the problem. Also, it
removes the unused HaskellBacktickToken definition
and adds the "mdo" reserved word.

Cheers,

	Gabor

--- /home/ggreif/lout-3.36/prg2lout.c.keep	2008-03-13 12:03:04.853246000 +0100
+++ /home/ggreif/lout-3.36/prg2lout.c	2008-03-13 12:22:46.671962000 +0100
 <at>  <at>  -1318,6 +1318,7  <at>  <at> 
 TOKEN ImpliesToken		= FixedToken("=>"," <at> A sym {arrowdblright}  <at> PO");
 TOKEN LeftArrowToken		= FixedToken("<-", " <at> A sym {arrowleft}  <at> PO");
 TOKEN HaskellLambdaToken	= FixedToken("\\", " <at> PLAMBDA");
+TOKEN HaskellAtPatternToken	= FixedToken(" <at> ", " <at> PO");
 TOKEN DoubleColonToken		= FixedToken("::",  " <at> PDOUBLECOLON");
 TOKEN FunctionCompositionToken	= FixedToken(" . ",  " <at> PCIRC");
(Continue reading)

Ludovic Courtès | 13 Mar 2008 16:00
Picon

"downifneeded <at> Scale" miscalculates the scaling factor

Hi,

It seems that "downifneeded  <at> Scale", as well as the ` <at> Scale' that's
automatically inserted when an object is too large, miscalculates the
scaling factor.

The example below illustrates this problem: in a margin-less document,
we create a box larger than the page and scale it down.  The scaled-down
box should fill the whole page width but doesn't.  The same problem can
be observed when commenting out "downifneeded  <at> Scale".

   <at> SysInclude { langdefs} # language definitions
   <at> SysInclude { bsf	} # BasicSetup package
   <at> SysInclude { dsf	} # DocumentSetup package
   <at> SysInclude { docf	} # OrdinarySetup extension

   <at> Use {  <at> BasicSetup }
   <at> Use {  <at> DocumentSetup
     <at> PageWidth		{ 100c }
     <at> OddLeftMargin	{ 0c }
     <at> OddRightMargin	{ 0c }
     <at> EvenLeftMargin	{ 0c }
     <at> EvenRightMargin	{ 0c }
  }

   <at> Use {  <at> OrdinarySetup }

   <at> SysDatabase  <at> FontDef  { fontdefs }		  # font definitions
   <at> SysDatabase  <at> RefStyle { refstyle }		  # reference printing styles

(Continue reading)

Ludovic Courtès | 13 Mar 2008 17:15
Picon

[PATCH] Add ` <at> XXXFormat' options for the title page of `slides'

Hi,

The attached patch adds ` <at> XXXFormat' options driving the layout of the
title page of `slides' documents.  The default layout remains unchanged.

Thanks,
Ludovic.

Volker Renneberg | 14 Mar 2008 12:27
Picon
Favicon

Paragraph with multiple columns

Hi!
 
Not knowing whether this question has been asked already I would like to know if somebody has written a macro to format a paragraph into 2 or more columns (even if the whole document is in 1-column mode).
 
Cheers
Volker
Jeff Kingston | 16 Mar 2008 00:48
Picon
Picon

Re: Paragraph with multiple columns

Lout is not very good at this; it doesn't have any idea
where to stop filling the first column and start filling
the second, so as to get the two columns to be the same
height.

I think your best bet is to get as close as you can
with a two-column table.  Alternatively, tell us more
about the application and we can talk over the possibilities.

The documentation for `ordinary documents' (Section 3.1 of
the User's Guide) has some stuff about multiple columns,
but I don't think it will be much use to you.

Jeff Kingston

Tristan Williams | 24 Mar 2008 15:10

Exam macro/format

Hi,

I have to write a multiple choice exam paper and would like to use
lout to handle the formatting. Before I attempt to make a document
format to do this, I wondered whether somebody has done this before
and would be will to share it with me.

Kind regards,

Tristan Williams  

KHMan | 27 Mar 2008 22:27
Picon

New Lout website up and about

Hi all,

Remo and I have more or less completed moving the material from
the old wiki to a new website that is hosted on SF's wiki
services. Some material, such as links, have been refreshed. The
old URL will also redirect to the new site at:

    http://lout.wiki.sourceforge.net/

The wiki is protected so that maintenance needs are minimal. If
anyone is interested in signing up for a spot of editing for the
Lout wiki, please let me know. Keeping the Lout website in this
form is also the method with the lowest barrier to entry; as long
as there is at least one SF project leader responding, the wiki
can be accessed and edited.

If anyone has stuff to add, please post the material to this
mailing list and I'll pick it up and add it to the wiki. Comments
and suggestions are welcome, but be aware that I prefer to aim for
minimal maintenance effort so that it is sustainable in the long term.

--

-- 
Cheers,
Kein-Hong Man (esq.)
Kuala Lumpur, Malaysia


Gmane