Open main menu

Difference between revisions of "Visual Debugging"

(added showfontstrip, symbolset definition)
 
(45 intermediate revisions by 10 users not shown)
Line 1: Line 1:
< [[Inside ConTeXt]] | [[Visuals]] >
+
Page is focused on the old [[Mark_II|Mark II]] ConTeXt version, though <tt>\show...</tt> commands are still the same. Work-in-progress page on current [[LMTX]] version is [[Debugging]].
  
There's a whole lot of commands that help you analyzing and debugging your ConTeXt documents. Most of them start with <cmd>show...</cmd>:
 
  
==[[Layout]]==
 
  
<cmd>showlayout</cmd> : add four pages that show margins, layout sizes etc.
+
There's a whole lot of commands that help you analyzing and debugging your ConTeXt documents. Most of them start with {{cmd|show...}} or {{cmd|trace...}}. While {{cmd|showsomething}} is a command that immediately inserts something, {{cmd|tracesomethingtrue}} or ...<tt>false</tt> is a switch that influences the behaviour of some other commands. You can check the setting with {{cmd|iftrace...}}. In the following we leave out the boolean value (true or false).
  
<cmd>showmakeup</cmd> : ?
+
=Unordered=
  
<cmd>showframe</cmd> : ?
+
{{cmd|tracefiles}} : ?
  
<cmd>showgrid</cmd> : make line grid visible
+
{{cmd|tracepositions}} : ?
  
<cmd>showsetups</cmd> : type a list of all defined sizes (variables) and their values
+
{{cmd|traceposstring}} : ?
  
 +
{{cmd|traceboxplacement}} : ?
  
==[[Fonts]] and Type==
+
{{cmd|traceotr}} : output routine?
  
<cmd>showbodyfont</cmd> : actual bodyfont family with all variants
+
{{cmd|showboxes}} : show boxes
  
<cmd>showbodyfontenvironment</cmd> : draws a table that shows which point sizes match the relative sizes
 
  
<cmd>showsymbolset</cmd>[''symbolset name''] :  shows all the symbols within a given symbol set
+
=[[Layout]]=
  
<cmd>showcharacters</cmd> : list of available chars of actual bodyfont encoding
+
{{cmd|showlayout}} : add four pages that show margins, layout sizes etc.
  
<cmd>showaccents</cmd> : shows A-Z and a-z with all available accents
+
{{cmd|showsetups}} : typeset a list of all defined sizes (variables) and their values
  
<cmd>showstruts</cmd> : make invisible characters visible
+
{{cmd|showmakeup}} : show some otherwise invisible markup
  
<cmd>showfontstrip</cmd> : the current typeface combination, with roman, sans, math, and teletype families visualised, with x-heights
+
{{cmd|showframe}} : show frames of text area, layers, boxes etc.
  
==[[Colors]] and Graphics==
+
{{cmd|showlayoutcomponents}} : To allow Acrobat Reader users (among others?) to make layers visible/invisible at will, add this command at the start of your file.
  
<cmd>showcolor</cmd> : see [[Colors]]
+
==Show attributes of visual elements==
  
<cmd>showcolorgroup</cmd> :
+
<texcode>
 +
\usemodule [setups]
  
<cmd>showpalet</cmd> :
+
\starttext
  
<cmd>showexternalfigures</cmd> :
+
% \setuphead [..,..=..,..]
 +
\showrootvalues [head]
  
 +
% \setuphead [chapter] [..,..=..,..]
 +
\showinstancevalues [head] [chapter]
  
==Interaction==
+
\stoptext
 +
</texcode>
  
<cmd>showfields</cmd> :
+
==Grid, Layers and Column Sets==
 +
 
 +
{{cmd|tracelayers}} : show boxes of layers
 +
 
 +
{{cmd|tracecolumnset}} : ?
 +
 
 +
{{cmd|tracetextareas}} : ?
 +
 
 +
{{cmd|showgrid}} : make line grid visible
 +
 
 +
{{cmd|tracegridsnapping}} : ?
 +
 
 +
=[[Tables Overview|Tables]]=
 +
 
 +
{{cmd|tracetables}} : ?
 +
 
 +
{{cmd|traceTABLE}} : ?
 +
 
 +
{{cmd|tracetabulate}} : ?
 +
 
 +
=[[Math]]=
 +
 
 +
{{cmd|tracemathtrue}} : show the layout boxes for left, middle, or right-aligned formulas.
 +
 
 +
{{cmd|tracemathcommand}} : ?
 +
 
 +
{{cmd|tracemathcollection}} : ?
 +
 
 +
{{cmd|tracemathsymbol}}''{name of math symbol}'' : show the command (name of symbol) and the symbol itself
 +
 
 +
<texcode>
 +
\tracemathcollectiontrue
 +
\tracemathsymbol{Re}
 +
\tracemathsymbol{Im}
 +
</texcode>
 +
<context>
 +
\tracemathcollectiontrue
 +
\tracemathsymbol{Re}
 +
\tracemathsymbol{Im}
 +
</context>
 +
 
 +
{{cmd|tracemathcharacter}} : ?
 +
 
 +
=[[Bookmarks]] and [[References]]=
 +
 
 +
{{cmd|tracebookmarks}} : ?
 +
 
 +
{{cmd|tracelinenotes}} : ?
 +
 
 +
{{cmd|tracereferences}} : ?
 +
 
 +
{{cmd|tracelabels}} : ?
 +
 
 +
 
 +
=Fonts and Type=
 +
 
 +
{{cmd|showbodyfont}} : actual bodyfont family with all variants
 +
 
 +
<context source="yes">
 +
\showbodyfont[pagella,7pt]
 +
</context>
 +
 
 +
{{cmd|showbodyfontenvironment}} : draws a table that shows which point sizes match the relative sizes
 +
 
 +
<context source="yes">
 +
\showbodyfontenvironment[pagella,7pt]
 +
</context>
 +
 
 +
{{cmd|showsymbolset}}[''symbolset name''] :  shows all the symbols within a given symbol set
 +
 
 +
<context source="yes">
 +
\showsymbolset[navigation 1]
 +
</context>
 +
 
 +
{{cmd|ShowCompleteFont}} from module <code>fnt-10</code> : list of available chars of actual bodyfont encoding (for MkII, {{cmd|showcharacters}} lists the available chars of actual bodyfont encoding )
 +
 
 +
<context source="yes">
 +
\usemodule[fnt-10]
 +
\setupcolors[state=start]
 +
\starttext
 +
\ShowCompleteFont{name:texgyrepagella}{8pt}{1}
 +
\stoptext
 +
</context>
 +
 
 +
{{cmd|showmathcharacters}} from module <code>math-characters</code> : list of all the available math (non-alphabetical) characters available in math, now including all the AMS characters.
 +
 
 +
<context source="yes">
 +
\usemodule[math-characters]
 +
\setupcolors[state=start]
 +
\setupbodyfont[pagella,7pt]
 +
\starttext
 +
\showmathfontcharacters
 +
\stoptext
 +
</context>
 +
 
 +
{{cmd|showstruts}} : display struts (invisible placeholders for proper minimum line heights)
 +
 
 +
''(Make a better, slightly more complex example.)''
 +
 
 +
<context source="yes">
 +
\setupbodyfont[pagella,7pt]
 +
\framed[frame=off,align=normal]{\showstruts
 +
This will display \strut struts.\crlf
 +
A frame with strut \framed[strut=yes]{xxx} and frame without \framed[strut=no]{xxx}}
 +
</context>
 +
 
 +
{{cmd|showfontstrip}} : the current typeface combination, with roman, sans, math, and teletype families visualised, with x-heights and m widths.
 +
 
 +
<context source="yes">
 +
\setupbodyfont[pagella,7pt]
 +
\framed[frame=off]{\showfontstrip}
 +
</context>
 +
 
 +
{{cmd|tracedfontname}}''{Font Name}'' : Chain of synonyms for the given font name
 +
 
 +
<context source="yes">
 +
\setupbodyfont[pagella,7pt]
 +
\framed[frame=off]{\tracedfontname{Bold}}
 +
</context>
 +
 
 +
=Colors=
 +
 
 +
{{cmd|showcolor}} : see [[Color]]
 +
 
 +
{{cmd|showcolorgroup}} : ?
 +
 
 +
{{cmd|showpalet}} : ?
 +
 
 +
{{cmd|tracedgreymode}} : ?
 +
 
 +
{{cmd|tracedgreycolormode}} : ?
 +
 
 +
{{cmd|tracedrgbcolormode}} : ?
 +
 
 +
{{cmd|tracedcmykcolormode}} : ?
 +
 
 +
{{cmd|tracedspotcolormode}} : ?
 +
 
 +
=Figures=
 +
 
 +
{{cmd|showexternalfigures}} : ?
 +
 
 +
{{cmd|traceexternalfigures}} : ?
 +
 
 +
{{cmd|tracesidefloats}} : ?
 +
 
 +
 
 +
=Interaction=
 +
 
 +
{{cmd|showfields}} : ?
 +
 
 +
{{cmd|tracefields}} : ?
 +
 
 +
{{cmd|traceJScode}} : trace JavaScript code
 +
 
 +
 
 +
{{todo|A lot of commands and switches are still unexplained.}}
 +
 
 +
[[Category:Basics]]
 +
[[Category:Tools]]
 +
[[Category:Layout]]
 +
[[Category:Fonts]]

Latest revision as of 12:58, 18 May 2024

Page is focused on the old Mark II ConTeXt version, though \show... commands are still the same. Work-in-progress page on current LMTX version is Debugging.


There's a whole lot of commands that help you analyzing and debugging your ConTeXt documents. Most of them start with \show... or \trace.... While \showsomething is a command that immediately inserts something, \tracesomethingtrue or ...false is a switch that influences the behaviour of some other commands. You can check the setting with \iftrace.... In the following we leave out the boolean value (true or false).

Unordered

\tracefiles : ?

\tracepositions : ?

\traceposstring : ?

\traceboxplacement : ?

\traceotr : output routine?

\showboxes : show boxes


Layout

\showlayout : add four pages that show margins, layout sizes etc.

\showsetups : typeset a list of all defined sizes (variables) and their values

\showmakeup : show some otherwise invisible markup

\showframe : show frames of text area, layers, boxes etc.

\showlayoutcomponents : To allow Acrobat Reader users (among others?) to make layers visible/invisible at will, add this command at the start of your file.

Show attributes of visual elements

\usemodule [setups]

\starttext

% \setuphead [..,..=..,..]
\showrootvalues [head]

% \setuphead [chapter] [..,..=..,..]
\showinstancevalues [head] [chapter]

\stoptext

Grid, Layers and Column Sets

\tracelayers : show boxes of layers

\tracecolumnset : ?

\tracetextareas : ?

\showgrid : make line grid visible

\tracegridsnapping : ?

Tables

Math

\tracemathtrue : show the layout boxes for left, middle, or right-aligned formulas.

\tracemathcommand : ?

\tracemathcollection : ?

\tracemathsymbol{name of math symbol} : show the command (name of symbol) and the symbol itself

\tracemathcollectiontrue
\tracemathsymbol{Re}
\tracemathsymbol{Im}

 

\tracemathcharacter : ?

Bookmarks and References

Fonts and Type

\showbodyfont : actual bodyfont family with all variants

\showbodyfont[pagella,7pt]

 

\showbodyfontenvironment : draws a table that shows which point sizes match the relative sizes

\showbodyfontenvironment[pagella,7pt]

 

\showsymbolset[symbolset name] : shows all the symbols within a given symbol set

\showsymbolset[navigation 1]

 

\ShowCompleteFont from module fnt-10 : list of available chars of actual bodyfont encoding (for MkII, \showcharacters lists the available chars of actual bodyfont encoding )

\usemodule[fnt-10]
\setupcolors[state=start]
\starttext
\ShowCompleteFont{name:texgyrepagella}{8pt}{1}
\stoptext

 

\showmathcharacters from module math-characters : list of all the available math (non-alphabetical) characters available in math, now including all the AMS characters.

\usemodule[math-characters]
\setupcolors[state=start]
\setupbodyfont[pagella,7pt]
\starttext
\showmathfontcharacters
\stoptext

 

\showstruts : display struts (invisible placeholders for proper minimum line heights)

(Make a better, slightly more complex example.)

\setupbodyfont[pagella,7pt]
\framed[frame=off,align=normal]{\showstruts
This will display \strut struts.\crlf
A frame with strut \framed[strut=yes]{xxx} and frame without \framed[strut=no]{xxx}}

 

\showfontstrip : the current typeface combination, with roman, sans, math, and teletype families visualised, with x-heights and m widths.

\setupbodyfont[pagella,7pt]
\framed[frame=off]{\showfontstrip}

 

\tracedfontname{Font Name} : Chain of synonyms for the given font name

\setupbodyfont[pagella,7pt]
\framed[frame=off]{\tracedfontname{Bold}}

 

Colors

Figures

Interaction

\showfields : ?

\tracefields : ?

\traceJScode : trace JavaScript code


 
TODO: A lot of commands and switches are still unexplained. (See: To-Do List)