summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/ketcindy/source/readme/ReadmeMacE.tex
blob: 880f70d9e54dad0016efb0787a064e87c4cf3753 (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
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
\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(Mac)
\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)
 \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/dc4inuk06t07g26/kettex.dmg?dl=0}
    \item Double-click it and move kettex to \verb|/Applications|.
    \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|>| Pack­age ketcindy \verb|>| download
    \begin{itemize}
    \item[Rem)]The latest version can be download from Repository:\\
        \hspace*{5mm}\url{https://github.com/ket­pic/ketcindy}\\
        \hspace*{10mm}Clone or Download \verb|>| Download ZIP
    \end{itemize}
  \item Open ketcindy(-master)/forMac.
    \begin{itemize}
    \item[Rem)]If you use TeX other than TeXLIve/KeTTeX,
      \begin{itemize}
      \item Open setketcindy.command with a text editor.
      \item Edit paths in it.
      \end{itemize}
    \end{itemize}
  \item Double-click setketcindy.command.
    \begin{itemize}
    \item Password of an administrator is required.
    \item Control-click and select Terminal if necessary. 
    \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 .
    \end{itemize}
    \item Double-click setwork.command.
    \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 TeX(typeset) will be usually latex,xelatex or pdflatex.
    \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 "ketcindy/ketfiles".\\
  \hspace*{10mm}Then a frame in white appear on the screen.  \end{enumerate}
  \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 \verb|>| Shell \verb|>| "Colse if the shell exited clearly"
      \end{itemize}
    \end{itemize} 

\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|>| Preference \verb|>| Typeset.
  \item Push upper + and add\\
  \hspace*{5mm}\verb|/Applications/kettex/texlive/bin/x86_64-darwin|
  \item Select Xelatex or pdflatex.
  \end{itemize}

\item Install Xcode if you use gcc for drawings of surface.
  \begin{itemize}
  \item[Rem)]f you want to use only gcc, execute on Terminal:\\
    \hspace*{10mm}\verb|sudo xcode-select —install|
  \end{itemize}

\end{enumerate}

\end{document}