Skip to content

Commit

Permalink
Update html2ps resource file for printing onto letter-sized paper.
Browse files Browse the repository at this point in the history
  • Loading branch information
drdrang committed Jun 30, 2015
1 parent f1fe248 commit 4c5ac04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion html2planner
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# The support applications.
html2ps="$HOME/bin/html2ps -f $HOME/.html2ps/html2psrc-planner"
html2ps="$HOME/Dropbox/bin/html2ps -f $HOME/.html2ps/html2psrc-planner"
ps2pdf='/usr/local/bin/ps2pdf - '
lpr='/usr/bin/lpr -o ManualFeed=True'
view='/usr/bin/open -f -a Preview'
Expand Down
7 changes: 4 additions & 3 deletions html2psrc-planner
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* Configuration file for html2ps.
Meant for printing out on index cards.
Meant for printing out on letter-sized paper and then
cutting down to 6x8 for inserting into a junior planner.
*/

@html2ps {
Expand All @@ -19,7 +20,7 @@ H2 { font-family: Helvetica;
ul { margin-left: 1.5em; }
li { margin-left: -.5em; }
@page { size: 8.5in 11in;
margin-left: 2in;
margin-right: 2.125in;
margin-left: .75in;
margin-right: 2.875in;
margin-top: .25in;
margin-bottom: 3.25in}

0 comments on commit 4c5ac04

Please sign in to comment.