Difference between revisions of "Report style"

From Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Report style 01 ==
 
== Report style 01 ==
  
* "try to look nice and dynamique" report, used as initial PDF material to learn ConTeXt (pdftotext > markdown > pandoc > manual work):  
+
* "try to look nice and dynamique" report, inspired by initial PDF material, and used to learn ConTeXt (pdftotext > markdown > pandoc > manual work):  
 
** [https://www.hautconseilclimat.fr/wp-content/uploads/2020/10/hcc_rapport_maitriser-lempreinte-carbone-de-la-france-1.pdf Initial PDF ]
 
** [https://www.hautconseilclimat.fr/wp-content/uploads/2020/10/hcc_rapport_maitriser-lempreinte-carbone-de-la-france-1.pdf Initial PDF ]
 
** [[:File:2020 hcc rapport maitriser-l-empreinte-carbone-de-la-france.zip|TEX input]]  
 
** [[:File:2020 hcc rapport maitriser-l-empreinte-carbone-de-la-france.zip|TEX input]]  
 
** [[:File:2020 hcc rapport maitriser-l-empreinte-carbone-de-la-france.pdf|PDF output]]
 
** [[:File:2020 hcc rapport maitriser-l-empreinte-carbone-de-la-france.pdf|PDF output]]
 +
* several features are used
 +
** metapost for covers and heading
 +
** heading slightly different for right and left page (in order to bring dynamic)
 +
** numbering with decreasing font size with increasing level of sectioning (\defineconversion, \definestructureconversionset, sectionconversionset, prefixconversionset)
 +
** specific "encadré" environment, with
 +
*** local footnotes (\definenote, \setupnotation, numberconversion
 +
*** dedicated numbering, added to the table of content (\setuplist, \setupreferencestructureprefix, \sectionresetset...)
 +
*** a margin in color to highlight the text pushed on the right (\definetextbackground, "for i=1 upto nofmultipars", if "multilocs[i] == 3:", ...)
 +
*** metapost used to bring rules and dynamics
 +
  
  

Revision as of 20:57, 29 November 2020

Report style 01

  • "try to look nice and dynamique" report, inspired by initial PDF material, and used to learn ConTeXt (pdftotext > markdown > pandoc > manual work):
  • several features are used
    • metapost for covers and heading
    • heading slightly different for right and left page (in order to bring dynamic)
    • numbering with decreasing font size with increasing level of sectioning (\defineconversion, \definestructureconversionset, sectionconversionset, prefixconversionset)
    • specific "encadré" environment, with
      • local footnotes (\definenote, \setupnotation, numberconversion
      • dedicated numbering, added to the table of content (\setuplist, \setupreferencestructureprefix, \sectionresetset...)
      • a margin in color to highlight the text pushed on the right (\definetextbackground, "for i=1 upto nofmultipars", if "multilocs[i] == 3:", ...)
      • metapost used to bring rules and dynamics


2020 hcc rapport features.png