Opened 7 years ago
Closed 7 years ago
#3794 closed defect (fixed)
debbie pdf build is brokeon
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.4.0 |
Component: | documentation | Version: | master |
Keywords: | Cc: |
Description
After upgrading to newer dblatex and texlive, pdf no longer builds.
Seems 1 issue is newer version requires full path to
textstyle.sty to be specified.
originally gave error:
pdflatex failed postgis-out.tex: File `texstyle.sty' not found.
after getting past that now get this error
Something's wrong--perhaps a missing \item.
Change History (7)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
okay think I figured out second issue. Perhaps the dblatex is more stringent.
I discovered where it's complaining is because the auto-generated postgis_agg_mml.xml at least for pt_BR has empty itemizedlist of changes for each NEW section. I could resolve by setting the .xsl to skip outputting the list if no items matched.
More pressing issue, I suspect is they translated the phrases I'm looking for so no longer matches.
comment:3 by , 7 years ago
BTW it did generate a pdf in it's temp directory which looks decent except for missing items. So perhaps this has always been an issue and the old dblatex would still return the pdf instead of erroring.
comment:4 by , 7 years ago
yap Availability got translated to Disponibilidade. I'll for now revise to not output section, but would be nice to get the translated work into postgis_aggs_mm.xml.xsl or perhaps create a .pot file for postgis_aggs_mm.xsl.
strk any thoughts on doing this. There are in general words in this style sheet that need translation, so I think that would be ideal.
comment:5 by , 7 years ago
put in guards at r15502 so itemized lists are not output if no items match.
comment:7 by , 7 years ago
Milestone: | PostGIS 2.3.4 → PostGIS 2.4.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In 15501: