Changes

Jump to navigation Jump to search
32 bytes removed ,  13:21, 9 August 2020
m
Text replacement - "</cmd>" to "}}"
=== Does ConTeXt support Unicode? ===
:Yes. It supports Unicode (UTF-8). In [[XeTeX]] and [[LuaTeX]] it is the default input encoding, while you need to use {{cmd|enableregime</cmd>}}<tt>[utf-8]</tt> command when working with [[pdfTeX]]. See also [[Encodings and Regimes - Old Content]] (This needs a bit of elaboration!)
=== Why should I only use letters, digits and hyphens in file/path names? ===
=== How can I get a horizontal space with a defined width, so as ex. "\hspace{3em}" or "\hspace*{3em}" in LaTeX? ===
:A horizontal space can be inserted with the TeX-Primitive <code>\hskip〈dimension〉</code> or with the ConTeXt command {{cmd|hspace</cmd>}}<tt>[identifier]</tt>.
=== Why is there a line-break in the output after some commands? ===
=== Does $$...$$ work for display math, like in (La)TeX? ===
:No; the spacing above and below the equation will be wrong, and maybe other aspects too. Instead use {{cmd|startformula</cmd> }} and {{cmd|stopformula</cmd> }} (just as one rather generally prefers to use {{cmd|begin{equation}</cmd> }} and {{cmd|end{equation}</cmd> }} in LaTeX).
=== How do I get a numbered equation? ===
:Add {{cmd|placeformula</cmd> }} before the {{cmd|startformula</cmd>}}.
== Misc ==

Navigation menu