summaryrefslogtreecommitdiff
path: root/textproc/opensched/files/patch-ad
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-11 02:18:43 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-11 02:18:43 +0000
commit2ee7b7621d171450abf239b466fc50909668aa1b (patch)
treec98f295daba14a1c8310008c2620aaa3e6a3b260 /textproc/opensched/files/patch-ad
parentFix plist (diff)
Add opensched 0.1.0, a project scheduler.
PR: 24758 Submitted by: Daniel McRobb <dwm@caimis.com>
Diffstat (limited to 'textproc/opensched/files/patch-ad')
-rw-r--r--textproc/opensched/files/patch-ad41
1 files changed, 41 insertions, 0 deletions
diff --git a/textproc/opensched/files/patch-ad b/textproc/opensched/files/patch-ad
new file mode 100644
index 000000000000..b6aa38331fbf
--- /dev/null
+++ b/textproc/opensched/files/patch-ad
@@ -0,0 +1,41 @@
+*** test/test.tex.org Wed Jan 31 14:26:20 2001
+--- test/test.tex Wed Jan 31 14:34:28 2001
+***************
+*** 1,4 ****
+! \documentstyle[rotate,times,12pt,epsf,supertabular]{article}
+ \textwidth=7.0in
+ \textheight=8.0in
+ \oddsidemargin=-0.25in
+--- 1,9 ----
+! \documentclass[dvips,12pt]{article}
+! \usepackage{epsfig}
+! \usepackage{supertabular}
+! \usepackage{rotate}
+! \usepackage{float}
+!
+ \textwidth=7.0in
+ \textheight=8.0in
+ \oddsidemargin=-0.25in
+***************
+*** 36,44 ****
+
+ \section{GANTT Charts}
+
+! \centerline{
+! \rotate[l]{\epsfxsize=0.95\textheight \epsfbox{test_gantt_1.eps}}
+! }
+
+ \end{document}
+
+--- 41,51 ----
+
+ \section{GANTT Charts}
+
+! \begin{figure}[H]
+! \begin{center}
+! \epsfig{figure=./test_gantt_1.eps,width=8in,angle=270}
+! \end{center}
+! \end{figure}
+
+ \end{document}
+