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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
\documentclass{article}
\usepackage{ketpic,ketlayer}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{bm,enumerate}
\usepackage[colorlinks=true,urlcolor=blue]{hyperref}
\setmargin{20}{20}{20}{20}
\renewcommand{\labelitemi}{$\cdot$}
\renewcommand{\labelitemii}{$\cdot$}
\begin{document}
\begin{center}
How to install KeTCindy(Windows)
\end{center}
\hfill modified\ :\ \today
\begin{enumerate}[\bf\large 1.]
\item Install Cinderella, R and Maxima.
\begin{itemize}
\item \url{https://beta.cinderella.de} (Cinderella)
\item \url{https://cran.r-project.org} (R)
\item \url{https://sourceforge.net/projects/maxima/files} (Maxima)
\item \url{https://www.sumatrapdfreader.org/download-free-pdf-viewer.html} (Sumatra)
\end{itemize}
\hspace*{5mm}Rem) Check they start correctly.
\item Install TeX if any TeX has not been installed.
\begin{enumerate}[(1)]
\item TeXLive is recommended.
\begin{itemize}
\item Files necessary for KeTCindy are already implemented (2018 or later).
\end{itemize}
\item kettex is a light-weight TeXLive.
\begin{itemize}
\item Download kettex.zip from\\
\hspace*{10mm}\url{https://www.dropbox.com/s/fthw4btjqqs33tc/kettex.exe?dl=0}
\item Double-click it and move kettex to \verb|C:\|.
\end{itemize}
\item In case of other TeX, see {\bf 3.}(2).
\end{enumerate}
\item Install KeTCdindy
\begin{enumerate}[(1)]
\item Download ketcindy from CTAN(\url{https://ctan.org})\\
\hspace*{10mm}Search ketcindy \verb|>| Package ketcindy \verb|>| download
\begin{itemize}
\item[Rem)]The latest version can be download from Repository:\\
\hspace*{5mm}\url{https://github.com/ketpic/ketcindy}\\
\hspace*{10mm}Clone or Download \verb|>| Download ZIP
\item[Rem)]Move the extracted folder to Desktop.
\end{itemize}
\item Open ketcindy(-master)/forWindows.
\begin{itemize}
\item[Rem)]If you use TeX other than TeXLIve/KeTTeX,
\begin{itemize}
\item Open setketcindy.bat with a text editor.
\item Edit paths in it.
\end{itemize}
\end{itemize}
\item Right click a following batch file setketcindy.bat and select "Run as adiministrator".\\
\hspace*{10mm}\Ltab{15mm}{KeTTeX} setketcindy.bat\\
\hspace*{10mm}\Ltab{15mm}{TeXLive} setketcindytexlive.bat\\
\hspace*{10mm}\Ltab{15mm}{Others} edited setketcindy.bat
\item[Rem)]In the case of Windows10, unblock the security block. \begin{itemize}
\item Contents of scripts will be copied into TeX.
\item ketcindystyle files will be copied and mktexlsr will be executed.
\item In Cinderella/PlugIns\\
\hspace*{5mm}KetcindyPluign.jar will be copied.\\
\hspace*{5mm}ketcindy.ini will be generated (if make/remake is chosen).
\item TeX(typeset) will be usually latex,xelatex or pdflatex.
\item Input the version numbers of R, Maxima, for example 3.4.2,\ 5.37.3.
\end{itemize}
\item Double-click setwork.bat.
\begin{itemize}
\item[Rem)]Control-click and select Terminal if necessary.
\end{itemize}
\begin{itemize}
\item Work directory "ketcindy" will be generated in User's home.
\item Contents of “work” will be copied into "ketcindy"
\item \verb|.ketcindy.conf| will be also generated in User's home.\\
\hspace*{10mm}You can change the setting of PasthT, Mackc, etc.
\item Template of "ketcindy.conf" will be also copied to work directory.
\item Configuration files are read in order of
\begin{enumerate}[1)]
\item ketoutset.txt
\item ketcindy.conf in User's home
\item ketcindy.conf in the work folder.
\end{enumerate}
\end{itemize}
\end{enumerate}
\item Test run of KeTCindy
\begin{enumerate}[(1)]
\item Double-click "template1basic.cdy" in work directory "ketcindy".\\
\hspace*{10mm}Then a frame in white appear on the screen.
\item Press "Figure" button at the top left, then the final PDF output is displayed.
\begin{itemize}
\item[Rem)]To close the window of Terminal when the process exits :
\begin{itemize}
\item Start \verb|Terminal|.\\
\hspace*{10mm}Preferences > Shell \verb|>| "Colse if the shell exited clearly"
\end{itemize}
\item[Rem)]It will be better to delete installer folder "ketcindy(-master)" .
\end{itemize}
\end{enumerate}
\item Set Texworks if necessary. For example, in case of KeTTeX,
\begin{itemize}
\item Downloadable from \url{https://github.com/TeXworks/texworks/releases/}.
\item Launch TeXworks,\\
\hspace*{10mm}and choose Edit \verb|>| Files verb|>| Preference \verb|>| Typeset.
\item Push upper + and add\\
\hspace*{5mm}\verb|C:\kettex\texlive\bin\win32|
\item Select Xelatex or pdflatex.
\end{itemize}
\item Install gcc for surface drawing.
\begin{itemize}
\item Go to minGW(\url{http://www.mingw.org}).
\item Download\\
\hspace*{10mm}download \verb|>| Install \verb|>| mingw-get-setup.exe
\item Only \verb|mingw32-base, mingw32-gcc-g++| are needed.
\end{itemize}
\end{enumerate}
\end{document}
|