<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/ketcindy-eng/">
    <title>Producing of Teaching Materials with Drawings Using KeTCindy</title>
    <link>http://w.atwiki.jp/ketcindy-eng/</link>
    <atom:link href="https://w.atwiki.jp/ketcindy-eng/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>Producing of Teaching Materials with Drawings Using KeTCindy</description>

    <dc:language>ja</dc:language>
    <dc:date>2016-10-31T13:05:58+09:00</dc:date>
    <utime>1477886758</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/ketcindy-eng/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ketcindy-eng/pages/25.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ketcindy-eng/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ketcindy-eng/pages/24.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ketcindy-eng/pages/22.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ketcindy-eng/pages/23.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ketcindy-eng/pages/1.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ketcindy-eng/pages/21.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ketcindy-eng/pages/20.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ketcindy-eng/pages/19.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/ketcindy-eng/pages/14.html">
    <title>Let&#039;s begin KeTCindy</title>
    <link>https://w.atwiki.jp/ketcindy-eng/pages/14.html</link>
    <description>
      &amp;sizex(4){1. The screens of Cinderella}

When you double-click template.cdy into the &quot;ketcindy&quot; folder, you can open the main screen of Cinderella. 
White border is represented the drawing area in TeX, and you can change it by moving the points SW and NE. 

&amp;ref(CinderellainitE.png,,title=,width=600,)
-Three buttons &quot;Parent&quot;, &quot;Texview&quot; and &quot;Exekc&quot; in the main screen are the KeTcindy buttons for writing out the data of drawings into the TeX file. 
-There are tool buttons at the top and bottom of the main screen, the tool buttons that you frequently used are the followings. After drawing, you always press the &quot;elements move&quot; button. 
&amp;ref(buttonupperE.png,,title=,width=600,)

&amp;ref(buttonbottomE.png,,title=,width=600,)

&amp;sizex(4){2. Draw figures in Cinderella}

(0) First, you erase the triangle drawn on template.cdy, and create an empty cdy file, and save it as basic1.cdy. When you click to select the &quot;Script /  CindyScript&quot; in the top menu bar, it appears script editor.

&amp;ref(ScriptEditorE.png,,title=,width=600,)
-When you add / / to the beginning of the 10th line, you can comment out the line. 
-You return to the main screen, and click the three points mark button, which means &quot;select all points&quot;, in the toolbar at the top of the screen. Then the main screen is as follows. 

&amp;ref(example1E.png,,title=,width=600,)
-You click the rubber mark button, which means &quot;to erase the selected element&quot;, in the toolbar at the top of the main screen, and the main screen is as follows. 

&amp;ref(example2E.png,,title=,width=600,)
-Finally, when you select the &quot;File / Save As&quot; in the the top menu bar, the destination folder appears, and you can rename basic1.cdy and save it. 

Let&#039;s try the following tasks using the basic1.cdy file. 

(1) Draw a triangle using the &quot;add a line&quot; button.
-Press the left button at the position of A, and drag to the position of the B, and release the button. Similarly, pull the line segmens BC and CA.
-The segments are drawn as the blue lines.
-The last segment CA has flashed (highlight). 
-When you have finished drawing, you always return to move mode (&quot;elements move&quot;).

&amp;ref(sankakucindyE.png,,title=,width=600,)

(2) Select &quot;script / CindyScript&quot; from the top menu. Since the script editor is opened in another window, click on &quot;Draw / figures&quot; and it is as follows.

&amp;ref(CindyScript1E.png,,title=,width=600,)

(3) Change Fhead (file name) as follows:
　　　　Fhead=&quot;basic1&quot;;

(4) Write the following commands between &quot;Ketinit();&quot; and &quot;Windispg();&quot;.
　　　　Addax(0);　No axes in the TeX figure. 
　　　　Listplot([A,B,C,A]);　Draw the triangle ABC by connecting segments in the order of A, B, C and A. 

(5) When you press the gear mark at the right corner (the left of &quot;?&quot;) of the top menu bar, the results are displayed at the bottom. 
　　You can run &quot;Shift+Enter&quot; (Recommended). 

　　Remark) When you see an example of using a a short description of the command &quot;List&quot;, you may write the following. 
　　　　　　Help(&quot;List&quot;); 
　　　　The description is displayed in the bottom area (called the console) at run time.

&amp;ref(CindyScript2E.png,,title=,width=600,)

(6) When you return to the main screen, all edges of the triangle change to the black lines. It represents that it has been drawn using KeTCindy commands.

&amp;ref(CindyScreen2E.png,,title=,width=600,)

(7) Let&#039;s display the figure in the PDF file. 
　When you press the &quot;Texview&quot; button and press the &quot;Exekc&quot; button, the batch processing starts and you can see the PDF file.

&amp;ref(resultpdf.png,,title=,width=600,)

　Remark) In the case of Mac, if it does not work or come out errors, thereis no execution right of kc.sh. You work the followings. 
　　　　1) Delete kc.sh in the &quot;ketcindy/ketwork&quot; folder.
　　　　2) Return to Cinderella, and press the &quot;Texview&quot; button.
　　　　3) You can see the new kc.sh in the &quot;ketwork&quot; folder.
　　　　4) Select the new kc.sh, and select &quot;File / Information&quot;.
　　　　5) Go to &quot;Open with this application / Others&quot;, and select &quot;terminal&quot;.
　　　　6) Press the &quot;Change All&quot; button.
　　　Return to Cinderella, and press the &quot;Exekc&quot; button in the main screen.
　　　If it still does not work, you do the following.
　　　　Launch the Terminal in the &quot;Applications / Utilities&quot;, and run the following two lines:
　　　　　　cd /Applications/KeTCindy/ketwork
　　　　　　chmod +x kc.sh 

(8) All TeX files and PDF files are generated in the &quot;KeTCindy/ketwork&quot; folder.
　　　basic1.tex　the TeX figure file
　　　basic1maic.tex　the main TeX document inserted into basic1.tex
　　　basic1main.pdf　the PDF file compiled the main TeX document
　 Remark) You can insert the TeX figure file into another TeX file by the TeX command &quot;\input&quot;.
　　　　　\input{basic1.tex}
　　　It is written into basic1main.tex.

&amp;ref(ketworkfolderE.png,,title=,width=600,)    </description>
    <dc:date>2016-10-31T13:05:58+09:00</dc:date>
    <utime>1477886758</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ketcindy-eng/pages/25.html">
    <title>How to install fo Windows</title>
    <link>https://w.atwiki.jp/ketcindy-eng/pages/25.html</link>
    <description>
      　　　　Modified : Sep. 1st  2016
Setting up KeTCindy in case when all software are installed for the first time

Firstly, download and ungzip &quot;InstallforWin&quot; and &quot;KeTCindycontents&quot; onto you Desktop. 

1) Copy Installforwin.zip and ketcindy.zip to Desktop.

2) Unzip both files.

3) Installing TeX
　　Unzip &quot;kettex.zip&quot; and copy the folder into C:\

4) Installing Scilab5.5.2
　　Start by double clicking &quot;scilab-5.5.2.exe&quot;
　　Rmk : It is installed into &quot;Programfiles (x86)&quot; when you use PC of 64 bit type. 
　　　　Then change &quot;PathS&quot; in &quot; ketoutset.txt&quot; as 
　　　　　　PathS=&quot;C:\Program Files (x86)\scilab-5.5.2\bin\scilex&quot;;
　　Otherwise, install &quot;scilab-5.5.2_x64.exe&quot;

5) Installing Cinderella2
　　Start by double clicking &quot;cindyinstall.exe&quot;.

6) Installing SumatraPDF
　　Double click &quot;SumatraPDF-3.1.1-64.exe&quot;.

7) Setting up KeTCindy
　(a) Copy ketcindy folder into C:\Users\(name)
　(b) Double click &quot;template.cdy&quot;, then Cinderella2 will launch.
　(c) Choose &quot;Reveal Plugin Folder&quot; from &quot;Script&quot; menu. 
　(d) Paste a file KetcindyPlugin.jar in ketjava into folder &quot;Plugins&quot;.
　(e) Close Cinderella2 once. 
　　Rmk: Don&#039;t delete the folders and files originally contained in &quot;Plugins&quot;.

8) Use of CindyScript
　(1) Open &quot;template.cdy&quot; in your home directory by double clicking.
　(2) Choose &quot;Script&quot;=&gt;&quot;Cindyscript&quot; from top menu.
　(3) In the slot &quot;draw&quot;=&gt;&quot;figures&quot;, generate and modify figures. 
　(4) Push the GEAR mark in the top menu. 

9) Push &quot;Texview&quot; and &quot;Exekc&quot; button sequentially.
　　Then, Scilab and TeX are succesively executed, and the final PDF output is displayed. 

10) If you use texworks as a editor of TeX,
　(1)  Launch C:\kettex\w32texb\share\texworks\TeXworks,
　　　　　　and choose Edit &gt; Preference &gt; Typeset
　(2) Set as follows
　　　　　Push +
　　　　　　　name : texworkslatex
　　　　　　　program : find;
　　　　　　　　　C:\Users\kettex\ketbin\texworkslatex.bat
　　　　　　　Argument $fullname    </description>
    <dc:date>2016-10-30T17:09:43+09:00</dc:date>
    <utime>1477814983</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ketcindy-eng/pages/13.html">
    <title>Preliminary of KeTCindy</title>
    <link>https://w.atwiki.jp/ketcindy-eng/pages/13.html</link>
    <description>
      &amp;sizex(4){1. Download Package}
(1) Collective pack that contains all softwares&#039; installer for KeTCindy can be downloaded from the link

　　　　[[https://www.dropbox.com/sh/kzt2bgaz07n7dr0/AABZRvOrqqCp5Tn1JZYpnvSQa?dl=0]]

of Dropbox. It should be noted that, even if you click the left column &quot;KeTCindy Installation&quot;, you can move to the above link.

-If you have not installed the Dropbox, it displays a window of &quot;Do you want to install&quot; or &quot;Login&quot;, but it is all right to ignore all.
-Choose your PC as download destination instead of Dropbox. 
-The package contains the five compressed file.
　　１）InstallforMac.dmg　　　　　　：Apprication for Mac
　　２）InstallforWin.exe　　　　　　：Apprication for Windows
　　３）ketcindy.zip　　　　 ：KeTCindy System
　　４）Howtoinstall.sip　　　：Installation instructions
　　５）ReadMeJ.pdf　　　 ：How to install (Japanese version)
　　６）ReadMeE.pdf　　　 ：How to install (English version)
　　　　　　Download 1) 3) 4) 5) for Mac or 2) 3) 4) 5) for Windows.
　　　　　　When you download them, you press the &quot;Download&quot; button, not the &quot;save to dropbox&quot; button.

(2)　Copy InstallforMac.dmg/InstallforWin.exe and ketcindy.zip to the desktop. When you double-click on them, they decompress. 
-When you unzip the ketcindy.zip, you can create the &quot;ketcindy&quot; folder.
-When you unzip the InstallforMac.dmg/InstallforWin.zip, it contains the followings.
　　Scilab，Cinderella2，TeX，SumatraPDF（Windows），mi（Mac），Terapad（Windows）
　　R，Maxima，Risa/Asir，Fricas（Mac）

-The package size is about 1.5GB, and it takes about 15 minutes to download.
-The size of TeX is small (about 1GB), and it does not interfere with other TeX.
　　Remark) If there is a space in the disk, it is recommended that you install the TeX.

&amp;sizex(4){2. Install the softwares}
　This section divides the case for Mac and Windows. First, when you copy 

　　　　Howtoinstall.zip

to the desktop and unzip it, the &quot;Howtoinstall&quot; folder appears. This foloder contains 

　　　　HowtoinstallforMacE.txt or HowtoinstallforWinE.txt

as instructions, and you open the text file. It should be noted that, when you move to each page by clicking on the following, you can see the same content.
**&amp;sizex(5){[[How to install for Mac&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/24.html]]}
**&amp;sizex(5){[[How to install for Windows&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/25.html]]}    </description>
    <dc:date>2016-10-30T17:05:06+09:00</dc:date>
    <utime>1477814706</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ketcindy-eng/pages/24.html">
    <title>How to install for Mac</title>
    <link>https://w.atwiki.jp/ketcindy-eng/pages/24.html</link>
    <description>
      　　　　Modified : Sep. 1st  2016
Setting up KeTCindy in case when all software are installed for the first time

Firstly, download and ungzip &quot;InstallforMac&quot; and &quot;KeTCindy&quot; onto your Desktop. 

1) Copy InstallforMac.dmg and ketcindy.zip to Desktop.

2) Unzip ketcindy.zip and Double click InstallforMac.dmg to make the disk image.

3) Installing TeX
　　Open installforMac, and copy kettex forlder into &quot;/Applications/KeTCindy&quot;.

4) Installing Scilab5.5.2
　　Extract &quot;scilab-5.5.2-x86_64.dmg&quot; by double clicking 
　　and put the resulting &quot;Scilab-5.5.2&quot; into /Applications.
　　Rmk: You don&#039;t need any java upgrade only for KeTCindy.

5) Installing Cinderella2
　　Copy &quot;Cinderella2.zip&quot; and paste it into desktop. 
　　Extract it by double clicking and put into /Applications. 
　　Rmk: In case when the warning &quot;There is no Java&quot; appears, update Java. 

6) Setting up KeTCindy 
　(a) Copy ketcindy folder into /Users/(name)/
　(b) Double click &quot;template.cdy&quot;, then Cinderella2 will launch.
　(c) Choose &quot;Reveal Plugin Folder&quot; from &quot;Script&quot; menu. 
　(d) Paste a file KetcindyPlugin.jar in ketjava into folder &quot;Plugins&quot;.
　(e) Close Cinderella2 once. 
　　RMK: Don&#039;t delete the folders and files originally contained in &quot;Plugins&quot;. 

7) Use of CindyScript
　(1) Open &quot;tmplate.cdy&quot; in &quot;KeTCindy&quot; in your home directory by double clicking. 
　(2) Choose &quot;Scripting&quot;=&gt;&quot;Edit Cindyscript&quot; from top menu. 
　(3) In the slot &quot;draw&quot;=&gt;&quot;figures&quot;, generate and modify figures. 
　(4) Push the GEAR mark in the top menu. 

8) Push &quot;Texview&quot; and &quot;Exekc&quot; button sequentially.
　　Then, Scilab and TeX are succesively executed, and the final PDF output is displayed. 

9) If you use texworks as a editor of TeX,
　　(1)  Launch TeXworks,
　　　　　　and choose Edit &gt; Preference &gt; Typeset
　　(2) Set as follows
　　　　　　Push +
　　　　　　　　name : texworkslatex
　　　　　　　　program : find;
　　　　　　　　　　/Applications/kettex/ketbin/texworkslatex.sh
　　　　　　　　Argument $fullname    </description>
    <dc:date>2016-10-30T17:04:14+09:00</dc:date>
    <utime>1477814654</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ketcindy-eng/pages/22.html">
    <title>Standard form of parabola</title>
    <link>https://w.atwiki.jp/ketcindy-eng/pages/22.html</link>
    <description>
      =============================================
Draw the standard form of the parabola and explain the focus and the directrix, etc.
//放物線の方程式の標準形を描き，焦点や準線等を説明する

&amp;ref(parabola.png,,title=,width=400,)
&amp;ref(parabola.zip)

・Put a geometric point A on the x-axis. 
//・幾何点Aをx軸上にとる

Putpoint(&quot;O&quot;,[0,0]);
Paramplot(&quot;1&quot;,&quot;[t^2/4/A.x,t]&quot;,&quot;t=[-3,3]&quot;); 
／／ Draw the parabola with the parameter.
//／／ パラメータ表示を用いて放物線を描く
Putoncurve(&quot;P&quot;,&quot;gp1&quot;,[0,3]);
／／ Put a geometric point P on the parabola and we can move P in the range of x from 0 to 3.
//／／ 放物線上に点Pをx座標が0≦x≦3の範囲で描く
Putpoint(&quot;H&quot;,[-A.x,P.y]);
Putpoint(&quot;B&quot;,[-A.x,0]);
／／ Put two geometric points H, B with the x-coordinate -A.x.
//／／ x座標が-A.xの2点H,Bを定める
Putpoint(&quot;C&quot;,[-A.x,YMAX]);
／／ Put a geometric point C in order to write the name of the directrix. 
//／／ C点は準線の名前を書く場所
Setcolor([0.7,0,0,0]);
／／ The following lines have the color cyan. 
//／／ 以下の線や点はシアンの色で描く
Lineplot(&quot;1&quot;,[B,B+[0,1]]);
Listplot(&quot;1&quot;,[A,P,H]);
Segmark(&quot;1&quot;,[A,P],[&quot;Type=1&quot;,&quot;Size=0.5&quot;]); 
Segmark(&quot;2&quot;,[P,H],[&quot;Type=1&quot;,&quot;Size=0.5&quot;]); 
／／ These marks represent that AP=PH.
//／／ 線分APと線分PHの長さが等しいことを示す．
／／ &quot;Type=1&quot; means only one line and &quot;Size=0.5&quot; means 0.5 times of the default length.
//／／ &quot;Type=1&quot;は1本線，&quot;Size=0.5&quot;は標準長さの0.5倍
Paramark([B,H,P],[0.5]);
／／ Put the right angle mark at H. Remark the order of three points B, H, P.
//／／ 直角マークを付ける．3点B,H,Pの順序に注意
Setpt(3);
／／ Set 3 times of the default size of the following points.
//／／ 次に描く点の大きさを標準の3倍にする
Drawpoint([A,P,H]);
／／ Put three points A, P, H.
//／／ 3点A,P,Hを描く
Setcolor(&quot;black&quot;);
Expr([A,&quot;s1&quot;,&quot;p&quot;,-A,&quot;s1w&quot;,&quot;-p&quot;,C,&quot;n&quot;,&quot;\ell&quot;]);
Letter([P,&quot;s1e&quot;,&quot;P$(x,\,y)$&quot;,A,&quot;nw&quot;,&quot;F&quot;,H,&quot;w1&quot;,&quot;H&quot;]);    </description>
    <dc:date>2016-09-09T11:53:00+09:00</dc:date>
    <utime>1473389580</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ketcindy-eng/pages/23.html">
    <title>Fundamental Mathematics</title>
    <link>https://w.atwiki.jp/ketcindy-eng/pages/23.html</link>
    <description>
      **&amp;sizex(5){Quadratic curve}
-&amp;sizex(5){[[Definition of Parabola&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/22.html]]}    </description>
    <dc:date>2016-09-08T20:53:35+09:00</dc:date>
    <utime>1473335615</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ketcindy-eng/pages/1.html">
    <title>For KeTCindy Beginners</title>
    <link>https://w.atwiki.jp/ketcindy-eng/pages/1.html</link>
    <description>
      **&amp;sizex(5){A Software KeTCindy which can draw figures in TeX}
-KeTCindy is a tool which can draw figures in TeX easily. 
-An interactive geometry software Cinderella makes plotting data and changes those to plotting data of TeX. 
-A figure TeX file has small capacity and can be sent at high speed because plotting data are described by tpic specials codes. 
-Only free software is used. 
|(1) &amp;ref(tumiki.png,,title=,,height=255) |(2) &amp;ref(12mentaiwari.png,,title=,,height=255) |(3) &amp;ref(maruenpitu.png,,title=,,height=255)|
**&amp;sizex(5){[[Introduction to KeTCindy&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/12.html]]}
**&amp;sizex(5){[[Preliminary of KeTCindy&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/13.html]]}
**&amp;sizex(5){[[Let&#039;s begin KeTCindy&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/14.html]]}
**&amp;sizex(5){[[Drawing Geometric Figures&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/15.html]]}
**&amp;sizex(5){[[Drawing Graphs of Fuctions&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/16.html]]}
**&amp;sizex(5){[[Making Tables&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/17.html]]}
**&amp;sizex(5){[[Drawing Free Style Curves&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/18.html]]}
**&amp;sizex(5){[[Drawing Spatial Figures (Polyhedra)&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/19.html]]}

**&amp;sizex(5){[[KeTCindy Manual&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/20.html]]}

**&amp;sizex(5){[[List of Commands&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/21.html]]}

//**&amp;sizex(5){KeTCindy動画}
//ketcindyの設定方法　&amp;link2(https://www.youtube.com/watch?v=nWmbwF19ykQ)
//KeTCindyの最初の説明　&amp;link2(https://www.youtube.com/watch?v=44at5nEbf2s&amp;list=PLFurKEuMU6CI6gpPFO-CF1re5KQzmMmqN)
//KeTCindyで関数のグラフ作成（最初の例）　&amp;link2(https://www.youtube.com/watch?v=7sNq-1vEBfU)
//KeTCindyによる作表（基本編）　&amp;link2(https://www.youtube.com/watch?v=hstqUF_cMnk)
//KeTCindyのベジェ曲線の利用（基本編）　&amp;link2(https://www.youtube.com/watch?v=4oKeI35WKoY)
//KeTCindyによる平行六面体　&amp;link2(https://www.youtube.com/watch?v=uHcEQF1Q1Zs)

**&amp;sizex(5){Examples of Figures in Teaching Materials}
//[[大日本図書新数学シリーズ&gt;&gt;http://www.dainippon-tosho.co.jp/university/sugaku/product/textbook/]]を参考にしています．
//図の参照および利用については，大日本図書から教育目的に限って可能との許諾を受けています．
**&amp;sizex(5){[[Fundamental mathematics&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/23.html]]}
//**&amp;sizex(5){[[微分積分&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/50.html]]}
//**&amp;sizex(5){[[線形代数&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/51.html]]}
//**&amp;sizex(5){[[確率統計&gt;&gt;http://www65.atwiki.jp/ketcindy-eng/pages/133.html]]}    </description>
    <dc:date>2016-09-08T20:48:59+09:00</dc:date>
    <utime>1473335339</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ketcindy-eng/pages/21.html">
    <title>List of Commands</title>
    <link>https://w.atwiki.jp/ketcindy-eng/pages/21.html</link>
    <description>
      During the creation    </description>
    <dc:date>2016-07-18T20:40:32+09:00</dc:date>
    <utime>1468842032</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ketcindy-eng/pages/20.html">
    <title>KeTCindy Manual</title>
    <link>https://w.atwiki.jp/ketcindy-eng/pages/20.html</link>
    <description>
      During the creation    </description>
    <dc:date>2016-07-18T20:38:46+09:00</dc:date>
    <utime>1468841926</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ketcindy-eng/pages/19.html">
    <title>Drawing Spatial Figures (Polyhedra)</title>
    <link>https://w.atwiki.jp/ketcindy-eng/pages/19.html</link>
    <description>
      During the creation    </description>
    <dc:date>2016-07-18T20:38:07+09:00</dc:date>
    <utime>1468841887</utime>
  </item>
  </rdf:RDF>
