Skip to content

Commit

Permalink
Added html version (make file coming soon)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbx33 committed Mar 2, 2011
1 parent 742cae5 commit 7aa86b0
Show file tree
Hide file tree
Showing 4 changed files with 1,719 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .latex2html-init
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$USE_CURLY_QUOTES =1;
$USE_UTF=1;
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Git In The Trenches

Git In The Trenches, or GITT is designed to be a book that focusses on teaching people to use Git by associating with scenarios that are experienced by a fictional company called Tamagoyaki Inc. Through reading about their day to day lives, the reader will learn not only how to use Git, but why version control systems are important and how to implement them within an organisation.

latex2html -html 4.0,unicode,latin1,utf8 -split 2 gitt.tex

40 changes: 40 additions & 0 deletions gitt/gitt.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH { font-family: "Century Schoolbook", serif; }
.MATH I { font-family: "Century Schoolbook", serif; font-style: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY { font-size : xx-small }
SMALL.TINY { font-size : x-small }
SMALL.SCRIPTSIZE { font-size : smaller }
SMALL.FOOTNOTESIZE { font-size : small }
SMALL.SMALL { }
BIG.LARGE { }
BIG.XLARGE { font-size : large }
BIG.XXLARGE { font-size : x-large }
BIG.HUGE { font-size : larger }
BIG.XHUGE { font-size : xx-large }

/* heading styles */
H1 { }
H2 { }
H3 { }
H4 { }
H5 { }

/* mathematics styles */
DIV.displaymath { } /* math displays */
TD.eqno { } /* equation-number cells */


/* document-specific styles come next */
DIV.navigation { }
DIV.center { }
SPAN.rmfamily { }
DIV.LaTeX { }
DIV.quote { }
PRE.preform { }
DIV.logo-LaTeX { }
SPAN.textit { font-style: italic }
SPAN.arabic { }
SPAN.textbf { font-weight: bold }
Loading

0 comments on commit 7aa86b0

Please sign in to comment.