Changes

Jump to navigation Jump to search
666 bytes added ,  13:27, 9 August 2020
m
Text replacement - "<cmd>" to "{{cmd|"
== The LaTeX standard tools bundle ==
==== afterpage ====
Implements a command that causes the commands specified in its argument to be expanded after the current page is output. Context gives finer control using <{{cmd>|startpostponing</cmd>}}
<texcode>
==== enumerate ====
Context has builting support for all the functionality of enumerate package. Look at the documentation of <{{cmd>|setupitemize</cmd>}}
==== fileerr ====
Provides a package which defines a command \fontsample (which will print a sample of the current font), and a document which prompts for a font family name (such as "cmr") and prints a sampler of the whole family.
Context has this kind In ConTeXt, you can see the details of a font by {{cmd|showfontstrip}} which shows a summary of support but I need to look up the detailscurrent font, and {{cmd|showfont}} which shows the current font, and can also show an arbitrary font. --[[User:Adityam|Aditya]]  
==== ftnright ====
==== layout ====
Context has an inbuilt <{{cmd>|showlayout</cmd> }} command, but that does not give a ''visual'' output like the layout package.
==== longtable ====
==== multicol ====
Context has <{{cmd>|startcolumns</cmd> }} and columnsets that support the features of multicol.
==== rawfonts ====
The showkeys package modifies the \label, \ref, \pageref, \cite and \bibitem commands so that the "internal" key is printed, without affecting the appearance of the rest of the text, so far as is possible (the keys typically appear in the margin).
AFAIK, Context does not have this functionality. A partial solution is using <{{cmd>|version[temporary]</cmd> }} which gives a list of refernces used on the current page.
==== somedefs ====
==== theorem ====
This is not a recommended latex package. Context's <{{cmd>|startenumeration</cmd> }} has a lot of the functionality of theorems.
==== tabularx ====
==== varioref ====
Context provides similar functionality using <{{cmd>|somewhere</cmd>}}
==== verbatim ====
This is a reimplementation of Latex's verbatim environment. Context has <{{cmd>|starttyping</cmd> }} which is equivalent to verbatim environment in Latex. See [[Verbatim_text]] for more details
==== xr ====
==== xspace ====
Context has <{{cmd>|autoinsertnextspace</cmd> }} which is equivalent. However, this is (and will) remain undocumented and unsupported, since Hans does not like this kind of behaviour.
== Other Packages ==
==== amsmath ====
This is the most popular package for typesetting mathematics in LaTeX. Most of the features of amsmath are in ConTeXt-core.
 
 
==== glossaries ====
 
This is the most popular package for typesetting glossaries. Similar features are available using {{cmd|definesynonyms}} in ConTeXt.
 
==== pdfdraftcopy ====
This package allows one to place a word "Draft" on the page background. In Context the same result can be achieved using Layers. See [[Alternating backgrounds and repeating layers]] for an example.
 
=== noindentafter ===
 
This package provides macros <code>\NoIndentAfterEnv</code> and <code>\NoIndentAfterCmd</code> to disable indentation even if there is empty line after an environment. In ConTeXt, similar functionality is achieved by `indentnext=no` setting of the environment.
[[Category:From LaTeX]]

Navigation menu