Difference between revisions of "Sciences"

From Wiki
Jump to navigation Jump to search
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<ul style="display: grid;grid-template-columns: 1fr 1fr 1fr; grid-gap: 2rem;justify-content: space-between; /* 4 */list-style: none;padding: 1rem;margin: 0;">
 
 
<li style="height: stretch; padding: 10px; background-color: #F5F5F5; box-shadow: 0px 8px 8px gray; ">
 
 
= Mathematics =
 
= Mathematics =
  
The [[Math|Math Central Page]].
+
* The [[Math | Mathematics central page]],
 
+
* The [[:Category:Math | pages in Mathematics category]],
The [[:Category:Math|pages in Math category]].
+
* The [[:Category:Command/Mathematics | commands in Mathematics category]].
 
 
Some [[MathML code examples]]. And additional external links for MathML, the "native" ConTeXt way of math:
 
* [http://www.w3.org/Math/ Official home] of MathML at W3C with lots of links
 
* [http://www.pragma-ade.com/general/manuals/mmlprime.pdf MathML (general)] by Pragma
 
* [http://www.pragma-ade.com/general/manuals/mmlexamp.pdf MathML in ConTeXt (examples)] by Pragma
 
 
 
== Useful links ==
 
MathML code generators:
 
* [http://golem.ph.utexas.edu/~distler/blog/itex2MML.html itex2mml] - TeX to MathML conversion
 
* [http://www.mathmlcentral.com/Tools/ToMathML.jsp MathML Central by Wolfram Research] - Mathematica 2 MathML conversion
 
* [http://www.maplesoft.com/standards/MathML/info.html Maplesoft MathML Home Page] - How to Export Maple Output as MathML
 
</li>
 
  
<li style="wheight: stretch; padding: 10px; background-color: #F5F5F5; box-shadow: 0px 8px 8px gray; ">
 
 
= Chemistry =
 
= Chemistry =
  
The [[Chemistry|Chemistry Central Page]].
+
The [[Chemistry|Chemistry Central Page]]. ConTeXt comes with PPCHTeX, an extensive chemistry module which allows the drawing of chemical structures and the typesetting of reactions.  
  
 
The [[:Category:Chemistry|pages in Chemistry category]].
 
The [[:Category:Chemistry|pages in Chemistry category]].
  
[http://www.pragma-ade.com/general/manuals/xchemml-s.pdf ChemML (MathML extension for chemistry)] by Pragma
+
* [[manual:xchemml-s.pdf|ChemML (MathML extension for chemistry)]] by Pragma
 
 
</li>
 
  
<li style="height: stretch; padding: 10px; background-color: #F5F5F5; box-shadow: 0px 8px 8px gray; ">
 
 
= Physics =
 
= Physics =
  
Line 39: Line 19:
  
 
The [[:Category:Physics| pages in Physics category]].
 
The [[:Category:Physics| pages in Physics category]].
* [http://www.pragma-ade.com/general/manuals/xphysml-s.pdf PhysML (MathML extension for physics)] by Pragma
+
* [[manual:xphysml-s.pdf|PhysML (MathML extension for physics)]] by Pragma
</li>
 
 
 
</ul>
 
  
 +
= Generics =
  
 
Sciences also use a lot :
 
Sciences also use a lot :
 
* [[Units]]
 
* [[Units]]
* [[:Category:Graphics|Graphics]] like diagrams, [[Flow_Charts]], [[Chromatograms]]
+
* [[:Category:Graphics|Graphics]] like diagrams, [[Flow_Charts]], [[Chromatograms]], [[MPgraph|graph module]] based on MetaPost.
* [http://www.pragma-ade.com/general/manuals/xsteps-s.pdf Steps] (XML step charts, by Pragma). This module is written in the process of defining a couple of styles for an educational math book.The macros provide you a way to visualize steps in for instance solving equations.
+
* [[manual:xsteps-s.pdf|Steps]] (XML step charts, by Pragma). This module is written in the process of defining a couple of styles for an educational math book.The macros provide you a way to visualize steps in for instance solving equations.
 
+
* [[Proclaim]]: In Plain-TeX there is the command \proclaim which is very handy when writing mathematics and stating theorems, lemmas, definitions and so on.
  
[[Category:Math]]
+
[[Category:Sciences]]
[[Category:Chemistry]]
 
[[Category:Physics]]
 
 
[[Category:XML]]
 
[[Category:XML]]

Latest revision as of 22:33, 11 May 2024

Mathematics

Chemistry

The Chemistry Central Page. ConTeXt comes with PPCHTeX, an extensive chemistry module which allows the drawing of chemical structures and the typesetting of reactions.

The pages in Chemistry category.

Physics

The Physics Central Page.

The pages in Physics category.

Generics

Sciences also use a lot :

  • Units
  • Graphics like diagrams, Flow_Charts, Chromatograms, graph module based on MetaPost.
  • Steps (XML step charts, by Pragma). This module is written in the process of defining a couple of styles for an educational math book.The macros provide you a way to visualize steps in for instance solving equations.
  • Proclaim: In Plain-TeX there is the command \proclaim which is very handy when writing mathematics and stating theorems, lemmas, definitions and so on.