summaryrefslogtreecommitdiff
path: root/texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Putdashmark.sci
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Putdashmark.sci')
-rw-r--r--texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Putdashmark.sci18
1 files changed, 0 insertions, 18 deletions
diff --git a/texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Putdashmark.sci b/texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Putdashmark.sci
deleted file mode 100644
index 8d732a9d..00000000
--- a/texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Putdashmark.sci
+++ /dev/null
@@ -1,18 +0,0 @@
-// 09.11.26
-
-function Putdashmark(TbL,Nrg,Mrg,Dt)
- N=length(Dt);
- Str='\hspace*{2mm}';
- for I=1:N
- Tmp1=Dt(I);
- if type(Tmp1)==1
- Tmp1=string(Tmp1);
- end;
- Str=Str+'\dashmark{'+Tmp1+'}';
- if I<N
- Str=Str+'\hspace{3mm}';
- end;
- end;
- Putcell(TbL,Nrg,Mrg,'l',Str);
-endfunction;
-