-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit b98d8bb
Showing
9 changed files
with
600 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset='utf-8'> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1"> | ||
<meta name="description" content="Tufte-LaTeX : A Tufte-inspired LaTeX class for producing handouts, papers, and books"> | ||
|
||
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css"> | ||
|
||
<title>Tufte-LaTeX</title> | ||
</head> | ||
|
||
<body> | ||
|
||
<!-- HEADER --> | ||
<div id="header_wrap" class="outer"> | ||
<header class="inner"> | ||
<a id="forkme_banner" href="https://github.com/Tufte-LaTeX/tufte-latex">View on GitHub</a> | ||
|
||
<h1 id="project_title">Tufte-LaTeX</h1> | ||
<h2 id="project_tagline">A Tufte-inspired LaTeX class for producing handouts, papers, and books</h2> | ||
|
||
<section id="downloads"> | ||
<a class="zip_download_link" href="https://github.com/Tufte-LaTeX/tufte-latex/zipball/master">Download this project as a .zip file</a> | ||
<a class="tar_download_link" href="https://github.com/Tufte-LaTeX/tufte-latex/tarball/master">Download this project as a tar.gz file</a> | ||
</section> | ||
</header> | ||
</div> | ||
|
||
<!-- MAIN CONTENT --> | ||
<div id="main_content_wrap" class="outer"> | ||
<section id="main_content" class="inner"> | ||
<p>As discussed in the <a href="http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0000hB">Book Design thread</a> of Edward Tufte's <a href="http://www.edwardtufte.com/bboard/">Ask E.T Forum</a>, this site is home to LaTeX classes for producing handouts and books according to the style of Edward R. Tufte and Richard Feynman.</p> | ||
|
||
<p>Download the latest release, browse the <a href="https://github.com/Tufte-LaTeX/tufte-latex">source</a>, join the <a href="http://groups.google.com/group/tufte-latex">mailing list</a>, and/or submit patches. Contributors are welcome to help polish these classes!</p> | ||
|
||
<p>Some examples of the Tufte-LaTeX classes in action:</p> | ||
|
||
<ul> | ||
<li> | ||
<a href="http://swtools.wordpress.com/papers/">Some papers</a> by Jason Catena using the handout class</li> | ||
<li>A <a href="http://people.ucsc.edu/%7Eweissman/MathClubTalk2009.pdf">handout</a> for a math club lecture on volumes of n-dimensional spheres by Marty Weissman</li> | ||
<li>A <a href="http://slugmath.ucsc.edu/mediawiki/index.php/Image:NumberTheory.pdf">draft copy of a book</a> written by Marty Weissman using the new Tufte-book class</li> | ||
<li>An <a href="http://tufte-latex.googlecode.com/files/week5lecture.pdf">example handout</a> (<a href="http://tufte-latex.googlecode.com/files/Week5Lecture.tex">source</a>) using XeLaTeX with the <code>bidi</code> class option for the ancient Hebrew by Kirk Lowery</li> | ||
</ul> | ||
|
||
<p>The following LaTeX packages are required:</p> | ||
|
||
<ul> | ||
<li>chngpage (or changepage)</li> | ||
<li>fancyhdr</li> | ||
<li>fontenc</li> | ||
<li>geometry</li> | ||
<li>hyperref</li> | ||
<li>natbib and bibentry</li> | ||
<li>optparams</li> | ||
<li>paralist</li> | ||
<li>placeins</li> | ||
<li>ragged2e</li> | ||
<li>setspace</li> | ||
<li>textcase</li> | ||
<li>textcomp</li> | ||
<li>titlesec</li> | ||
<li>titletoc</li> | ||
<li>xcolor</li> | ||
<li>xifthen</li> | ||
</ul> | ||
|
||
<p>The following packages are optional and will be automatically used if available:</p> | ||
|
||
<ul> | ||
<li>beramono</li> | ||
<li>helvet</li> | ||
<li>letterspace (in the microtype package)</li> | ||
<li>mathpazo</li> | ||
<li>soul</li> | ||
</ul> | ||
</section> | ||
</div> | ||
|
||
<!-- FOOTER --> | ||
<div id="footer_wrap" class="outer"> | ||
<footer class="inner"> | ||
<p class="copyright">Tufte-LaTeX maintained by <a href="https://github.com/Tufte-LaTeX">Tufte-LaTeX</a></p> | ||
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p> | ||
</footer> | ||
</div> | ||
|
||
<script type="text/javascript"> | ||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | ||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | ||
</script> | ||
<script type="text/javascript"> | ||
try { | ||
var pageTracker = _gat._getTracker("UA-109729-9"); | ||
pageTracker._trackPageview(); | ||
} catch(err) {} | ||
</script> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
console.log('This would be the main JS file.'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"Tufte-LaTeX","tagline":"A Tufte-inspired LaTeX class for producing handouts, papers, and books","body":"As discussed in the [Book Design thread](http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0000hB) of Edward Tufte's [Ask E.T Forum](http://www.edwardtufte.com/bboard/), this site is home to LaTeX classes for producing handouts and books according to the style of Edward R. Tufte and Richard Feynman.\r\n\r\nDownload the latest release, browse the [source](https://github.com/Tufte-LaTeX/tufte-latex), join the [mailing list](http://groups.google.com/group/tufte-latex), and/or submit patches. Contributors are welcome to help polish these classes!\r\n\r\nSome examples of the Tufte-LaTeX classes in action:\r\n\r\n* [Some papers](http://swtools.wordpress.com/papers/) by Jason Catena using the handout class\r\n* A [handout](http://people.ucsc.edu/~weissman/MathClubTalk2009.pdf) for a math club lecture on volumes of n-dimensional spheres by Marty Weissman\r\n* A [draft copy of a book](http://slugmath.ucsc.edu/mediawiki/index.php/Image:NumberTheory.pdf) written by Marty Weissman using the new Tufte-book class\r\n* An [example handout](http://tufte-latex.googlecode.com/files/week5lecture.pdf) ([source](http://tufte-latex.googlecode.com/files/Week5Lecture.tex)) using XeLaTeX with the `bidi` class option for the ancient Hebrew by Kirk Lowery\r\n\r\nThe following LaTeX packages are required:\r\n\r\n* chngpage (or changepage)\r\n* fancyhdr\r\n* fontenc\r\n* geometry\r\n* hyperref\r\n* natbib and bibentry\r\n* optparams\r\n* paralist\r\n* placeins\r\n* ragged2e\r\n* setspace\r\n* textcase\r\n* textcomp\r\n* titlesec\r\n* titletoc\r\n* xcolor\r\n* xifthen\r\n\r\nThe following packages are optional and will be automatically used if available:\r\n\r\n* beramono\r\n* helvet\r\n* letterspace (in the microtype package)\r\n* mathpazo\r\n* soul","google":"UA-109729-9","note":"Don't delete this file! It's used internally to help with page regeneration."} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
.highlight .hll { background-color: #ffffcc } | ||
.highlight { background: #f0f3f3; } | ||
.highlight .c { color: #0099FF; font-style: italic } /* Comment */ | ||
.highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */ | ||
.highlight .k { color: #006699; font-weight: bold } /* Keyword */ | ||
.highlight .o { color: #555555 } /* Operator */ | ||
.highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ | ||
.highlight .cp { color: #009999 } /* Comment.Preproc */ | ||
.highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */ | ||
.highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */ | ||
.highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ | ||
.highlight .ge { font-style: italic } /* Generic.Emph */ | ||
.highlight .gr { color: #FF0000 } /* Generic.Error */ | ||
.highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */ | ||
.highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */ | ||
.highlight .go { color: #AAAAAA } /* Generic.Output */ | ||
.highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */ | ||
.highlight .gs { font-weight: bold } /* Generic.Strong */ | ||
.highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */ | ||
.highlight .gt { color: #99CC66 } /* Generic.Traceback */ | ||
.highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */ | ||
.highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */ | ||
.highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */ | ||
.highlight .kp { color: #006699 } /* Keyword.Pseudo */ | ||
.highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */ | ||
.highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */ | ||
.highlight .m { color: #FF6600 } /* Literal.Number */ | ||
.highlight .s { color: #CC3300 } /* Literal.String */ | ||
.highlight .na { color: #330099 } /* Name.Attribute */ | ||
.highlight .nb { color: #336666 } /* Name.Builtin */ | ||
.highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */ | ||
.highlight .no { color: #336600 } /* Name.Constant */ | ||
.highlight .nd { color: #9999FF } /* Name.Decorator */ | ||
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ | ||
.highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */ | ||
.highlight .nf { color: #CC00FF } /* Name.Function */ | ||
.highlight .nl { color: #9999FF } /* Name.Label */ | ||
.highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */ | ||
.highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */ | ||
.highlight .nv { color: #003333 } /* Name.Variable */ | ||
.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */ | ||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */ | ||
.highlight .mf { color: #FF6600 } /* Literal.Number.Float */ | ||
.highlight .mh { color: #FF6600 } /* Literal.Number.Hex */ | ||
.highlight .mi { color: #FF6600 } /* Literal.Number.Integer */ | ||
.highlight .mo { color: #FF6600 } /* Literal.Number.Oct */ | ||
.highlight .sb { color: #CC3300 } /* Literal.String.Backtick */ | ||
.highlight .sc { color: #CC3300 } /* Literal.String.Char */ | ||
.highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */ | ||
.highlight .s2 { color: #CC3300 } /* Literal.String.Double */ | ||
.highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */ | ||
.highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */ | ||
.highlight .si { color: #AA0000 } /* Literal.String.Interpol */ | ||
.highlight .sx { color: #CC3300 } /* Literal.String.Other */ | ||
.highlight .sr { color: #33AAAA } /* Literal.String.Regex */ | ||
.highlight .s1 { color: #CC3300 } /* Literal.String.Single */ | ||
.highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */ | ||
.highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */ | ||
.highlight .vc { color: #003333 } /* Name.Variable.Class */ | ||
.highlight .vg { color: #003333 } /* Name.Variable.Global */ | ||
.highlight .vi { color: #003333 } /* Name.Variable.Instance */ | ||
.highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */ | ||
|
||
.type-csharp .highlight .k { color: #0000FF } | ||
.type-csharp .highlight .kt { color: #0000FF } | ||
.type-csharp .highlight .nf { color: #000000; font-weight: normal } | ||
.type-csharp .highlight .nc { color: #2B91AF } | ||
.type-csharp .highlight .nn { color: #000000 } | ||
.type-csharp .highlight .s { color: #A31515 } | ||
.type-csharp .highlight .sc { color: #A31515 } |
Oops, something went wrong.