Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jem (pukeko) committed Nov 1, 2010
1 parent 6bafbf6 commit f39992d
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ matlab
build
MANIFEST
jo
*.html
stage/
58 changes: 58 additions & 0 deletions css/example.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
table.dual-mode {
padding: 0;
margin-top, margin-bottom: 0.5em;
border-width: 0;
}

table.dual-mode tr {
vertical-align: top;
}

table.dual-mode h1, tr h2{
padding-top: 0em;
margin-top: 0;
}

td {
text-align: left;
border: none;
}

td.rightcell tt {
background: none;
}

td.rightcell div.blockcontent {
padding: 0;
border: 0;
}

td.rightcell div.codeblock {
margin-top: 0;
margin-bottom: 0;
}


td.leftcell {
padding-right: 10px;
padding-top: 10px;
width: 50%;
}

td.rightcell {
background-color: #f6f6f6;
padding-left: 5px;
vertical-align: top;
padding-right: 10px;
width: 50%;
padding-bottom: 1em;
}

td.sepcell {
padding-left: 0px;
}

td.leftcell div.infoblock {
margin-top: 0;
margin-bottom: 0;
}
8 changes: 4 additions & 4 deletions www/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PHDOCS=$(addprefix html/, $(HDOCS))
.PHONY : update
update : $(PHDOCS)
@echo -n 'Copying to (hidden) server...'
@rsync -a --delete --copy-unsafe-links *.jemdoc html/* dist eqs /var/www/jemdoc/
@rsync -a --delete --copy-unsafe-links *.jemdoc html/* dist eqs ~/jemdoc/stage/
@echo ' done.'

.PHONY : extra
Expand All @@ -26,10 +26,10 @@ example.jemdoc : exampleIN.jemdoc procexample.py
.PHONY : realupdate
realupdate : $(PHDOCS)
@echo -n 'Copying to (hidden) server...'
@rsync -a --delete --copy-unsafe-links *.jemdoc html/* dist /var/www/jemdoc/
@rsync -a --delete --copy-unsafe-links *.jemdoc html/* dist ~/jemdoc/stage/
@echo ' done.'
@echo 'Copying to anteater...'
rsync -a --delete --copy-unsafe-links *.jemdoc /var/www/jemdoc/ anteater:/var/www/jemdoc/
@echo 'Copying to moa...'
rsync -a --delete --copy-unsafe-links *.jemdoc ~/jemdoc/stage/ moa:/var/www/jemdoc/
@echo ' done.'

.PHONY : clean
Expand Down
2 changes: 1 addition & 1 deletion www/dist/jemdoc.css
2 changes: 2 additions & 0 deletions www/modelines.jemdoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ and start with the same string. The modeline can be omitted altogether.
Adjust the equation directory (default +eqs+).
- +noeqcache+\n
Disable equation caching.
- +addpackage{LATEX_PACKAGE_NAME}+\n
Includes support for +LATEX_PACKAGE_NAME+ when compiling the equations.

== Examples
~~~
Expand Down

0 comments on commit f39992d

Please sign in to comment.