Anton Shterenlikht:
> How can I make the ToC appear in the beginning of
> the document, and not at the end, with mm .TC
> macro?
Using the psutils package, you can move the last
page containing the TOC to the beginning of the doc-
ument:
psselect -p_1,1-_2 in.ps out.ps
> Also, ho
From sinclai...@gmail.com Wed Aug 22 02:49:26 2012
groff mm macros defines four registers: Lf, Lt, Lx, and Le. The first
three are set to 1 (enable) by default. To disable printing of List of
figures, List of tables and List of exhibits set them to 0. The last
on
From anton@gmail.com Wed Aug 22 09:28:08 2012
Using the psutils package, you can move the last
page containing the TOC to the beginning of the doc-
ument:
psselect -p_1,1-_2 in.ps out.ps
Thanks, this works fine.
Anton
I'd like to make a cover page with mm .COVER/.COVEND.
How can I not number it, i.e. start numbering pages
only from the following (front) page?
Also, ideally I don't want to show the number on
the front page. How to do this?
As an illustration, I'd like to have the page
numbering as in here:
htt
I want to reference some figure in the caption of
another figure. I tried:
.DS CB
.PSPIC rep-room-mises-nomesh.ps 6.0
.ds caption "Same as Fig. \"
.as caption ".GETST fig:room-mises-mesh,"\
.as caption " but with mesh not plotted for clarity.\"
.FG "\*[caption]" "" 0 fig:room-mises-nomesh
.SETR fi
Anton Shterenlikht:
> I want to reference some figure in the caption of
> another figure.
Instead of .SETR, you should use the fourth parame-
ter of .FG. Same applies to .TB. You may check the
corresponding entries in the groff_mm man page.
--
() ascii ribbon campaign - against html e-mail
Anton Shterenlikht:
> I want to reference some figure in the caption of
> another figure.
Also, you can use the second argument to .GETST to
save the reference into a string and use that in the
caption.
--
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against p
Anton Shterenlikht:
> I'd like to make a cover page with mm .COV-
> ER/.COVEND. How can I not number it, i.e. start
> numbering pages only from the following (front)
> page?
>
> Also, ideally I don't want to show the number on
> the front page. How to do this?
I don't have time t
From anton@gmail.com Wed Aug 22 12:47:07 2012
> I want to reference some figure in the caption of
> another figure.
Also, you can use the second argument to .GETST to
save the reference into a string and use that in the
caption.
Thanks, this
Anton Shterenlikht:
> > Also, you can use the second argument to .GETST
> > to save the reference into a string and use that
> > in the caption.
>
> Thanks, this works:
>
> .PSPIC rep-cold-mises-mesh.ps 6.0
> .ds caption "Mises stress in the 0.3 mm notch model
> .as caption " at \*[co
I wrote:
> Anton Shterenlikht:
>
> > > Also, you can use the second argument to
> > > .GETST to save the reference into a string and
> > > use that in the caption.
> >
> > Thanks, this works:
> >
> > .PSPIC rep-cold-mises-mesh.ps 6.0
> > .ds caption "Mises stress in the 0.3 mm notch
From groff-bounces+mexas=bristol.ac...@gnu.org Wed Aug 22 16:36:13 2012
Anton Shterenlikht:
> > Also, you can use the second argument to .GETST
> > to save the reference into a string and use that
> > in the caption.
>
> Thanks, this works:
From anton@gmail.com Wed Aug 22 12:47:08 2012
Anton Shterenlikht:
> I'd like to make a cover page with mm .COV-
> ER/.COVEND. How can I not number it, i.e. start
> numbering pages only from the following (front)
> page?
>
Anton Shterenlikht:
> This doesn't seem to have an effect on the cover or
> the front pages. Adding .PGNH removes page number
> from all consequtive pages, but not from these two.
I don't think the cover macros have anything to do
with the header, so this is strage. .PGHN works fine
for me
From anton@gmail.com Wed Aug 22 23:23:14 2012
Anton Shterenlikht:
> This doesn't seem to have an effect on the cover or
> the front pages. Adding .PGNH removes page number
> from all consequtive pages, but not from these two.
I don't think
15 matches
Mail list logo