diff options
author | Holden Rohrer <hdawg7797@yahoo.com> | 2019-08-18 01:24:39 -0400 |
---|---|---|
committer | Holden Rohrer <hdawg7797@yahoo.com> | 2019-08-18 01:33:12 -0400 |
commit | 99a4ecb644ba3f228d6c2d1981f782c1a092158f (patch) | |
tree | 6b68e2b49deb6e6809dd8e6b4dd37632fce6e355 /examples | |
parent | 25e41f265b1ba4b6e5df7410b33693e95b68facb (diff) |
added notes example
Diffstat (limited to 'examples')
-rw-r--r-- | examples/README.md | 3 | ||||
-rw-r--r-- | examples/mla8.tex | 31 | ||||
-rw-r--r-- | examples/notes.tex | 8 |
3 files changed, 42 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..f1f858e --- /dev/null +++ b/examples/README.md @@ -0,0 +1,3 @@ +# examples + +These are examples for all formats. `mla8.tex` shows the format for `mla8.tex`, for example. They try to make light of all features, but full documentation at root `README` is available. diff --git a/examples/mla8.tex b/examples/mla8.tex new file mode 100644 index 0000000..0528d44 --- /dev/null +++ b/examples/mla8.tex @@ -0,0 +1,31 @@ +\input mla8.tex + +\numberfirstpage \spaceaftertitle +\name{Holden} \last{Rohrer} +\prof{Jones} +\header +\title{Text} +epic bruh moment: +\blockquote{yo your mom was here last nite it was litty + +test par that should continue onto the next line like this tlike this like this like this like this like this like this like this + +but what if} +This stuff is back outside of the blockquote \cite{% + \name{McDonald and Patten Jr.}{McDonald, Douglas, and Carl Patten Jr}% + \contain{Emerging Issues on Privatized Prisons}% + \publish{Bureau of Justice Assistance}% + \pubdate{Feb. 2001}% + \locator{www.ncjrs.gov/pdffiles1/nij/grants/203968.pdf}% + \nameinline \newcite +} + +Second paragraph with new citation \cite{% + \name{Bhwartz}{Bhwartz, Aaron}% + \contain{TeX Academy}% + \publish{Not really}% + \pubdate{44 Sep. 2001}% + \nameinline \newcite% +} +\biblio +\bye diff --git a/examples/notes.tex b/examples/notes.tex new file mode 100644 index 0000000..04d2bc9 --- /dev/null +++ b/examples/notes.tex @@ -0,0 +1,8 @@ +\input notes.tex +\sepcol %Makes the boxes + +\hoffset=-.8in \fullhsize=8.1in %these variables, as listed in 13-17, can be edited to change the page shape + +This is some text which should be long enough to trigger the linebreak. This is some math: $x=3y+4$. {\it And these words are italicized.} + +\bye |