metanorma / metanorma-ogc

Metanorma processor for OGC documents
https://www.metanorma.com
BSD 2-Clause "Simplified" License
2 stars 3 forks source link

PDF: no indent between NOTE and text #683

Closed Intelligent2013 closed 5 months ago

Intelligent2013 commented 5 months ago

As titled:

image

Intelligent2013 commented 5 months ago

Actually, no issue. Instead of

bundle exec metanorma -t ogc -x presentation test.adoc 

I have to run:

bundle exec metanorma -t ogc -x pdf test.adoc 

because the PDF-oriented preprocess-xslt additionally applied to the xml (see https://github.com/metanorma/metanorma-ogc/issues/522).

image