Sha256: 2deafc549be409915a1e640f3a43885f65a53803e18148e98808945fa3b91896

Contents?: true

Size: 1.49 KB

Versions: 6

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

6 entries across 6 versions & 1 rubygems

Version Path
asciidoctor-latex-1.5.0.17.dev test/examples/asciidoc-html/env.adoc
asciidoctor-latex-1.5.0.16.dev test/examples/asciidoc-html/env.adoc
asciidoctor-latex-1.5.0.15.dev test/examples/asciidoc-html/env.adoc
asciidoctor-latex-1.5.0.14.dev test/examples/asciidoc-html/env.adoc
asciidoctor-latex-1.5.0.13.dev test/examples/asciidoc-html/env.adoc
asciidoctor-latex-1.5.0.12.dev test/examples/asciidoc-html/env.adoc