summaryrefslogtreecommitdiff
path: root/graphics/xdvipresent/patches
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-12-05 14:54:50 +0000
committerjschauma <jschauma>2002-12-05 14:54:50 +0000
commit22e9c4d86c9a93305a668bc1d1336c298d5c6231 (patch)
treeb1f0ffecfe3fb555586c55a154e2006189f26c53 /graphics/xdvipresent/patches
parent150342acca7bce3a624f2638184ef6eed79802e1 (diff)
downloadpkgsrc-22e9c4d86c9a93305a668bc1d1336c298d5c6231.tar.gz
Initial import of graphics/xdvipresent.
xdvipresent provides glue for developing slides for on-line presentation using LaTeX and xdvi, and a (portable) computer with a XGA (1024x768), SVGA (800x600), VGA (640x480), or SUN (1152x900) screen running Xwindows. The idea is that you prepare the slides in LaTeX with the enclosed style file(s) and you use the "xdvipresent" script (which simply calls xdvi with an appropriate set of options) to show the slides on the screen. This package provides a convenient style for slideshow presentations as well.
Diffstat (limited to 'graphics/xdvipresent/patches')
-rw-r--r--graphics/xdvipresent/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/xdvipresent/patches/patch-aa b/graphics/xdvipresent/patches/patch-aa
new file mode 100644
index 00000000000..943016870d9
--- /dev/null
+++ b/graphics/xdvipresent/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/12/05 14:54:50 jschauma Exp $
+
+--- xdvipresent.orig Thu Dec 5 09:43:47 2002
++++ xdvipresent Thu Dec 5 09:45:35 2002
+@@ -49,6 +49,11 @@
+ -sidemargin 0cm -topmargin 0cm -paper 10.5x6.23 \
+ -hush $dvifile $*
+ # -display balboa:0.0
++# IBM T30 laptop with 1024x768 resolution
++elif [ $displaystyle = t30 ] ; then
++ xdvi -s 6 -bw 1 -expert -p 600 -geometry 1024x764-0-0 \
++ -sidemargin 0cm -topmargin 0cm -paper 25.8x19.3 \
++ -hush $dvifile $*
+ else
+ echo "Usage: $2 <vga|svga|xga|a4paper|letterpaper> <filename>.dvi <xdvi_opts>"
+ fi