NicklasVraa / LiX

Compose papers, dissertations, textbooks, novels, newspapers etc. quicker using abstractions to the standard LaTeX document classes - or create your own classes easily.
GNU General Public License v3.0
201 stars 10 forks source link

Page X of ?? on local instance #8

Closed psweet closed 9 months ago

psweet commented 10 months ago

Hello! I've followed your installation instructions and am able to compile everything perfectly except for the top right header on the contract template. This is what I see: image Any idea what might be causing this?

NicklasVraa commented 10 months ago

Do you have lastpage installed?

Also, in lix.sty, does line 93 include the lastpage import? I.e.:

\RequirePackage{eso-pic, hyperref, lastpage, microtype, multicol, transparent, xcolor, xparse}

Just checked my own local instance, and it seems to work on all the classes that use it.

psweet commented 10 months ago

I just checked and lastpage is installed, and that import line is also present on lix.sty. I'll continue to do some testing and see if I can figure it out

psweet commented 10 months ago

It appears it was a problem with \& in the document. I am unsure what they were doing, but removing them fixed the problem.