Difference between revisions of "Sample documents"

From Wiki
Jump to navigation Jump to search
(Added links to pdftex documentation)
(49 intermediate revisions by 28 users not shown)
Line 1: Line 1:
 
< [[Main Page]]
 
< [[Main Page]]
  
* PRAGMA Documents
+
Examples for different types of documents. '''Unfortunately most of them are old and contain code that doesn’t work anymore.'''
** [[This Way|Magazines]] (source code is in the doucment)
 
** pdftex Documentation:
 
*** [http://www.pragma-ade.com/pdftex/pdftex-t.tex Source]
 
*** [http://www.pragma-ade.com/pdftex/pdftex-s.pdf Screen] | [http://www.pragma-ade.com/pdftex/pdftex-a.pdf A4] | [http://www.pragma-ade.com/pdftex/pdftex-b.pdf A5 Booklet] | [http://www.pragma-ade.com/pdftex/pdftex-l.pdf Letter]
 
* Simple Documents
 
** Letter: german DIN [[letter style]] by Holger Schöner
 
** Building application: French [[bauplan style]]
 
* Presentations (screen documents)
 
** Presentation: ''fiëé'' [[ConTeXt info style]] by [[User:Hraban|Hraban]] with much help from [http://www.pragma-ade.com Hans]
 
** Presentation: [[skdk style]] by [[User:Hraban|Hraban]]
 
* Books and Periodicals
 
** Book: [[ubuch style]] by [[User:Hraban|Hraban]]
 
** Book: [[uno style]] by [[User:Hraban|Hraban]]
 
* Sample macros
 
** Macro for [[chromatograms]]
 
** Macro for [[changes]] (revision history)
 
  
(Use always "style" for new styles/environments.)
+
== PRAGMA Documents ==
 +
* [[This Way|Magazines]] (source code is in the document)
 +
* [http://context.aanhet.net/svn/manuals Sources] of (some) [http://www.pragma-ade.com/overview.htm official manuals].
 +
* pdftex Documentation:
 +
** [http://www.pragma-ade.com/pdftex/pdftex-t.tex Source]
 +
** [http://www.pragma-ade.com/pdftex/pdftex-s.pdf Screen] | [http://www.pragma-ade.com/pdftex/pdftex-a.pdf A4] | [http://www.pragma-ade.com/pdftex/pdftex-b.pdf A5 Booklet] | [http://www.pragma-ade.com/pdftex/pdftex-l.pdf Letter]
 +
 
 +
== Simple Documents ==
 +
* Letter: german DIN [[Letter style]] by Holger Schöner
 +
* Building application: French [[Bauplan style]]
 +
* Research paper: [[MLA style]]
 +
* [http://www.pragma-ade.com/third/siep/samples.zip Sample documents (broken link)] by Siep Kroonenberg
 +
* [[Law Faculty University of Ljubljana Styling and citations]] for diploma thesis and other works (Pravna fakulteta Univerze v Ljubljani)
 +
* A very simple cover page: [[A Very Simple Cover Page]]
 +
* [[Calendar script]]
 +
* [[Curriculum Vitae]]
 +
* [[Invoice]] using Wolfgang’s letter module
 +
* [[DIN lang folder]]
 +
 
 +
== Theses ==
 +
 
 +
* [http://www.ece.mcgill.ca/~amahaj1/projects/thesis/thesis.tar.gz Aditya Mahajan's Thesis] ([http://www.ece.mcgill.ca/~amahaj1/projects/thesis/mahajan-thesis.pdf preview])
 +
* [https://github.com/kianmeng/utmthesis-context Kian Meng Ang's Template] ([https://github.com/kianmeng/utmthesis-context/blob/master/thesis.pdf preview])
 +
* [https://github.com/mahrz24/ConTeXt-Thesis-Template Malte Harder's Thesis Template]
 +
* [http://pmrb.free.fr/work/OS/ConTeXt/e-phd.tex Style file] for PhD thesis with KOMA-script layout (not working?)
 +
 
 +
== Labels and Businesscards ==
 +
* [[BusinessCard]] (many cards on one page, all cards the same)
 +
* [[FileCard| File Card]] (many cards on one page, each card different)
 +
* [[Labels]] for jam etc. (MkIV)
 +
 
 +
== [[Presentations]] (screen documents) ==
 +
* Presentation: ''fiëé'' [[ConTeXt info style]] by [[User:Hraban|Hraban]] with much help from [http://www.pragma-ade.com Hans]
 +
* Presentation: [[Skdk style]] by [[User:Hraban|Hraban]]
 +
* Presentation: A sample conference presentation ([http://dpdx.net/research/papers/ILASS2005_Moses_slides.tex ConTeXt source] and [http://dpdx.net/research/papers/ILASS2005_Moses_slides.pdf PDF output]) by [[User:Brooks|Brooks]]
 +
* Interactive form: [[Midgard PC sheet|character sheet]] for German RPG Midgard by [[User:Hraban|Hraban]]
 +
 
 +
== Books and Periodicals ==
 +
* Book: [[Ubuch style]] by [[User:Hraban|Hraban]] (contains deprecated code)
 +
* Book: [[Uno style]] by [[User:Hraban|Hraban]]
 +
* Book: [[Theory book style]] by [[User:Thomas|Thomas]]
 +
* Book: [[Proceedings style]] by [[User:Hraban|Hraban]]
 +
* Book: [[Biochemistry textbook]] by [[User:Jorg|Jorg]]
 +
* Book: [[Fairy style]] by [[User:Hraban|Hraban]]
 +
* Book: [[Sidenotes style]] by [[User:Andy|Andy]]
 +
* Book: [[Catalogue raisonné]] by [[User:Peter|Peter]]
 +
 
 +
== Sample macros ==
 +
* Macro for [[Chromatograms]]
 +
* Macro for [[Changes]] (revision history)
 +
* Macro for [[Changes_Evolution]] (evolving documents)
 +
* Macro for [[Chapters headers]]
 +
* Macro for [[Chapter head with absolute positioning of following text]]
 +
* Macro for [[Section head with underlining to width of last line]]
 +
 
 +
== [[MetaPost]], [[MetaFun]] and alike ==
 +
* [[Simple Cover Page]] by Hans Hagen
 +
* [[Colorful CD Inlay]] by Hans Hagen
 +
* [[EuroAnim|Animated construction of the "euro" symbol]]<br>This is a JavaScript based animation as described in the MetaFun manual.
 +
* [[CD Booklet|A full CD booklet]] for the current CD of the famous Dresden choir [http://www.wildrosescrew.de Wild Roses Crew] and the things learned by producing it.
 +
 
 +
== Other resources ==
 +
See also the [[:Category:Sample documents| list of sample documents in this wiki]].
 +
 
 +
[[Category:Sample documents]]

Revision as of 08:14, 11 October 2019

< Main Page

Examples for different types of documents. Unfortunately most of them are old and contain code that doesn’t work anymore.

PRAGMA Documents

Simple Documents

Theses

Labels and Businesscards

  • BusinessCard (many cards on one page, all cards the same)
  • File Card (many cards on one page, each card different)
  • Labels for jam etc. (MkIV)

Presentations (screen documents)

Books and Periodicals

Sample macros

MetaPost, MetaFun and alike

Other resources

See also the list of sample documents in this wiki.