Difference between revisions of "Report style"

From Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
** heading slightly different for right and left page (in order to bring dynamic)  
 
** heading slightly different for right and left page (in order to bring dynamic)  
 
*** {{cmd|defineoverlay}}
 
*** {{cmd|defineoverlay}}
*** {{cmd|\useMPgraphic}}
+
*** {{cmd|useMPgraphic}}
*** {{cmd|\startuseMPgraphic}}
+
*** {{cmd|startuseMPgraphic}}
*** {{cmd|\signalrightpage}}
+
*** {{cmd|signalrightpage}}
*** {{cmd|\doifrightpageelse}}
+
*** {{cmd|doifrightpageelse}}
*** {{cmd|\startsectionblockenvironment}}
+
*** {{cmd|startsectionblockenvironment}}
 
** numbering with decreasing font size with increasing level of sectioning (\defineconversion, \definestructureconversionset, sectionconversionset, prefixconversionset)  
 
** numbering with decreasing font size with increasing level of sectioning (\defineconversion, \definestructureconversionset, sectionconversionset, prefixconversionset)  
 
** specific "encadré" environment, with  
 
** specific "encadré" environment, with  

Revision as of 21:02, 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/metafun for covers and headings
      • for i=1 upto nofmultipars
      • if multilocs[i] == 3:
    • 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, , , ...)
      • metapost used to bring rules and dynamics


2020 hcc rapport features.png