Sha256: 87233c562b1656f881c885d7c24ae40c91ee402632f298b7abd911026b6a8337

Contents?: true

Size: 1.49 KB

Versions: 10

Compression:

Stored size: 1.49 KB

Contents

// .env_theorem
[env.theorem]
--
There exist infinitely many prime numbers.
--

// .env_theorem_no_numbers
[env.theorem%no_number]
--
There exist infinitely many prime numbers.
--

// .env_theorem_titled
.Euclid
[env.theorem]
--
There exist infinitely many prime numbers.
--


// .env_theorem_titled_no_number
.Euclid
[env.theorem%no_number]
--
There exist infinitely many prime numbers.
--


// .env_equation
[env.equation]
--
a^{p-1} \equiv 1\ \text{mod}\ p
--

// .env_equation_no_number
[env.equation%no_number]
--
a^{p-1} \equiv 1\ \text{mod}\ p
--

// .env_equationalign
[env.equationalign]
--
a &= b + c \\
c &= d + e \\
a &= b + d + e
--

//.chem
This -- chem::[2H2 + O2 -> 2H2O] -- happens a lot.

//.chem_env
Let's smelt some iron!
[env.chem#reaction-smelt]
--
2Fe2O3 + 3C -> 4Fe + 3CO2
--

// .click_comment
[click.comment]
--
It is sometimes useful to "hide" a comment ...
--

//.%external_reference
He read an article in http://washingtonpost.com[The Washington Post]



//.box
[env.box]
--
Buurem lok medes, nor. Paat for deng zu locnoop.
--


//.box_numbered
[env.box%numbered]
--
Buurem lok medes, nor. Paat for deng zu locnoop.
--



//.box_with_title
.Blaar, dem za doop
[env.box]
--
Buurem lok medes, nor. Paat for deng zu locnoop.
--

//.box_numbered_with_title
.Blaar, dem za doop
[env.box%numbered]
--
Buurem lok medes, nor. Paat for deng zu locnoop.

//.jsxgraph
[env.jsxgraph, width=200, height=200]
--
 var board = JXG.JSXGraph.initBoard('box',
  {boundingbox: [-10, 10, 10, -10], axis:true});
--

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
asciidoctor-latex-1.5.0.11.dev test/examples/asciidoc-html/env.adoc
asciidoctor-latex-1.5.0.10.dev test/examples/asciidoc-html/env.adoc
asciidoctor-latex-1.5.0.9.dev test/examples/asciidoc-html/env.adoc
asciidoctor-latex-1.5.0.8b.dev test/examples/asciidoc-html/env.adoc
asciidoctor-latex-1.5.0.7.dev test/examples/asciidoc-html/env.adoc
asciidoctor-latex-1.5.0.5.dev test/examples/asciidoc-html/env.adoc
asciidoctor-latex-1.5.0.4.dev test/examples/asciidoc-html/env.adoc
asciidoctor-latex-1.5.0.3.dev test/examples/asciidoc-html/env.adoc
asciidoctor-latex-1.5.0.2.dev test/examples/asciidoc-html/env.adoc
asciidoctor-latex-1.5.0.1.dev test/examples/asciidoc-html/env.adoc