summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/support/ketcindy/ketsample/samples/s07slides/howtouseslideE.txt
blob: b7fc171bbc5928b511a988b3cbf299f1070e5d10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Presentation with ketslide    2018.03.30

0. Flow of making slides.

  1) Copy ketsample/s07slideのs0701basic.cdy to your work directory and rename it.
         Ex) s0701basic.cdy , s0701basic.txt
         Rem) Rename both files.
       Here, let files sample.cdy and sample.txt.
  2) Double-click sample.cdy, edit Settitle.
  3) Press Gear mark on the top.
  4) Press button "Title" on the screen.
  5) Press button "Slide".

1.  Editing the .txt file.

  1) Put // at the last of every lines.
           Rm) Use |||| for //.
		              http::||||.... //
  2) Use :: for separators of each command.
  3) Commands
          title::titleslidename(::wallpaper)//
                Rm) Put the first line.
          main::mainttitlename//
          new::pagetitlename//
          enumerate//
                =\begin{enumerate}
          itemize//
                =\begin{itemize}
          layer::{xsize}{ysize}//
                =\begin{layer}{xsize}{ysize}
          item::sentence//
                =\item sentence
          putnote::dir{xpos}{ypos}::filename(,scale)//
                =putnotedir{xpos}{ypos}{\input{fig/filename}}
          end//
                =\end{itemize,enumerate,layer}
        Rm) Any other TeX command is available.
  4) Use ...// for inserting a blank line.
  5) To display a page step by step
          Put just after new,
               %repeat=number of steps//
          Put at the head of each line as
             %[2,-]::sentence
                   display at all steps from 2
              %[-,2]::sentence
                   display at all steps until 2
              %[1..3,5]::sentence
                   display at steps of 1,2,3 and 5
          Use %thin to display with thin letters.
                  %thin::[2,-]::sentence
             Rm) the dencity can be changed with Setslidebody.
  6) To display all figures in the sub folder in folder "fig"
          %repeat=//
          %para=subfig:{0}:s{60}{10}:input(:scale)//

2. Setting commands described in the cdy file.
          Setslidemain([letterc,boxc,boxd,framec,xpos,size]); 
          Setslidepage([letterc,boxc,boxd,framec,shadowc,shadowd,xpos,size]); 
          Setslidebody(bodycolor,bodystyle,density);
          Setslidehyper("dvipdfmx",["cl=true,lc=blue,fc=blue",90,70,1]);

3. Making flip animation

  1) Define Mf(s) the state at s.
  2) Add Setpara as
          Setpara(foldername,funcitonstr,range,options); 
              options=["m/r", "Div=25"];
  3) Press button Flip
  4) Describe in the .txt file as 1. 6).
  5) Press button Slide.

4. Making animation.

  1) Add in the .cdy file
         Addpackage(["[dvipdfmx]{animate}"]);
  2) Add in the option of Setpara,
         "Frate=num of frame in the second, "Scale=scale, "OpA=optin of animation" 
  3) Define mf(s), Press button Anime.
  4) Use \input, not layer.