On Tue, 2020-03-31 at 11:57 +0200, Santiago Timón wrote:
> Do I need to use some package? I keep getting 
> ! Undefined control sequence.
> l.213     \lfoot
>                 {1}

Right, that would require fancyhdr, which we can't load because SDAPS
has already modified the footer.

This works

\ifoot{\ifthenelse{\isodd \thepage}{\thepage}{}}
\ofoot{\ifthenelse{\isodd \thepage}{}{\thepage}}

Not nice, but works.

Benjamin

> El mar., 31 mar. 2020 a las 11:40, Benjamin Berg (<
> [email protected]>) escribió:
> > Hi,
> > 
> > On Tue, 2020-03-31 at 11:33 +0200, Santiago Timón wrote:
> > > I just realized that my questionnaire is not showing page
> > numbers. I
> > > checked sdapsclassic and it seems that it uses
> > > \pagenumbering{arabic}.
> > > Is there anything I must do to configure it to show the page
> > numbers?
> > 
> > Yeah, we do not do page numbering currently. One reason is that we
> > use
> > the center footer to draw all the page markings, and usually it
> > would
> > be there.
> > 
> > You can use the usual LaTeX commands. So e.g.
> > 
> >   \lfoot*{\the\page}
> > 
> > might already do the trick (have not tried it).
> > 
> > Benjamin
> 
> 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to