Skip to main content

read_cs_name_quiet

Function read_cs_name_quiet 

Source
pub fn read_cs_name_quiet() -> Result<Token>
Expand description

Quiet version of read_cs_name — used by \ifcsname. In TeX, \ifcsname silently skips non-expandable CS tokens and returns the constructed name without emitting errors (unlike \csname which DOES emit errors).