Sha256: 0c4425eb7922e37312e0f0604a84e2eef9cdd3c19e26b218a6fdaa92a61b3381

Contents?: true

Size: 931 Bytes

Versions: 40

Compression:

Stored size: 931 Bytes

Contents

Bibliography
============

Here is a little bibliography to illustrate how *BibTeX* and
*Markdown* can be seamlessly integrated. This is a _valid_ BibTeX
File; at the same time its comments are written using Markdown
markup. For example, this is a list:

* More interestingly, though, we can also include
* any BibTeX object we want.

It will not show up in the HTML, but here we define a string:

@string{ thoreau = "Thoreau, Henry David" }
@string{ nyc = "New York" }

Now we can add a few BibTeX entries and convert them to text
for inclusion.

In the HTML version we will print the BibTeX entries in a simple
text format instead.

@book{key,
  author = thoreau,
  title = {Walden; or Life in the Woods},
  publisher = "Dover",
  address = nyc,
  year = 1995
}

@book{poe,
	author = {Poe, Edgar Allen},
	title = "Poetry, Tales, and Selected Essays",
	address = nyc,
	publisher = "Library of America",
	year = 1996
}

Neat, huh?

Version data entries

40 entries across 40 versions & 3 rubygems

Version Path
bibtex-ruby-6.1.0 examples/markdown.bib
bibtex-ruby-6.0.0 examples/markdown.bib
bibtex-ruby-5.1.6 examples/markdown.bib
bibtex-ruby-5.1.5 examples/markdown.bib
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/bibtex-ruby-5.1.4/examples/markdown.bib
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/bibtex-ruby-5.1.4/examples/markdown.bib
bibtex-ruby-5.1.4 examples/markdown.bib
bibtex-ruby-5.1.3 examples/markdown.bib
bibtex-ruby-5.1.2 examples/markdown.bib
bibtex-ruby-5.1.1 examples/markdown.bib
bibtex-ruby-5.1.0 examples/markdown.bib
bibtex-ruby-5.0.1 examples/markdown.bib
bibtex-ruby-5.0.0 examples/markdown.bib
bibtex-ruby-4.4.7 examples/markdown.bib
bibtex-ruby-4.4.6 examples/markdown.bib
bibtex-ruby-4.4.5 examples/markdown.bib
bibtex_to_scrapbox-0.2.0 gems/gems/bibtex-ruby-4.4.4/examples/markdown.bib
bibtex_to_scrapbox-0.1.0 gems/gems/bibtex-ruby-4.4.4/examples/markdown.bib
bibtex-ruby-4.4.4 examples/markdown.bib
bibtex-ruby-4.4.3 examples/markdown.bib