From 8265d3f731bfdecd1a5d9022929451935838ba82 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 31 Oct 1990 16:42:05 +0000 Subject: [PATCH] fixed picture and use soelim --- doc/occam/Makefile | 2 +- doc/occam/p3 | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/occam/Makefile b/doc/occam/Makefile index 6da4555b4..9a5ba5b45 100644 --- a/doc/occam/Makefile +++ b/doc/occam/Makefile @@ -6,7 +6,7 @@ EQN=eqn TBL=tbl TARGET=-Tlp ../occam.doc: p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 channel.h.t channel.c.t - cat $(FILES) | $(PIC) $(TARGET) | $(TBL) | $(EQN) $(TARGET) > $@ + soelim $(FILES) | $(PIC) $(TARGET) | $(TBL) | $(EQN) $(TARGET) > $@ channel.h.t: $(EMHOME)/h/ocm_chan.h ctot <$(EMHOME)/h/ocm_chan.h >channel.h.t diff --git a/doc/occam/p3 b/doc/occam/p3 index 58ffbb75c..fca586dcd 100644 --- a/doc/occam/p3 +++ b/doc/occam/p3 @@ -43,14 +43,14 @@ box ht 0.75 wid 0.75 with .nw at 1st box.nw + (0.5, -0.5) "Process 1" box ht 0.75 wid 0.75 with .ne at 1st box.ne + (-0.5, -0.5) "Process 2" box ht 0.75 wid 0.75 with .sw at 1st box.sw + (0.5, 0.5) "Process 3" box ht 0.75 wid 0.75 with .se at 1st box.se + (-0.5, 0.5) "Process 4" -line right from 5/12 <2nd box.ne, 2nd box.se> to 3rd box -line right from 7/12 <2nd box.ne, 2nd box.se> to 3rd box -line right from 5/12 <4th box.ne, 4th box.se> to 5th box -line right from 7/12 <4th box.ne, 4th box.se> to 5th box -line down from 5/12 <2nd box.sw, 2nd box.se> to 4th box -line down from 7/12 <2nd box.sw, 2nd box.se> to 4th box -line down from 5/12 <3rd box.sw, 3rd box.se> to 5th box -line down from 7/12 <3rd box.sw, 3rd box.se> to 5th box +line right from 5/12 <2nd box.ne, 2nd box.se> to 5/12 <3nd box.nw, 3nd box.sw> +line right from 7/12 <2nd box.ne, 2nd box.se> to 7/12 <3nd box.nw, 3nd box.sw> +line right from 5/12 <4th box.ne, 4th box.se> to 5/12 <5nd box.nw, 5nd box.sw> +line right from 7/12 <4th box.ne, 4th box.se> to 7/12 <5nd box.nw, 5nd box.sw> +line down from 5/12 <2nd box.sw, 2nd box.se> to 5/12 <4nd box.nw, 4nd box.ne> +line down from 7/12 <2nd box.sw, 2nd box.se> to 7/12 <4nd box.nw, 4nd box.ne> +line down from 5/12 <3rd box.sw, 3rd box.se> to 5/12 <5nd box.nw, 5nd box.ne> +line down from 7/12 <3rd box.sw, 3rd box.se> to 7/12 <5nd box.nw, 5nd box.ne> line right 1.0 from 5/12 <5th box.ne, 5th box.se> line right 1.0 from 7/12 <5th box.ne, 5th box.se> line left 1.0 from 5/12 <2nd box.nw, 2nd box.sw> -- 2.34.1