annotate docs/qanda.eng @ 596:923a6c0183be draft dev

Add -synctex=1 to default command line option.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 29 Sep 2022 10:23:48 +0900
parents ba4891b3fcf0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
1 %%
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
2 %% Q and A on YaTeX
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
3 %%
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
4 %% C-u C-x $ shows only questions. C-x $ shows all.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
5 %%
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
6 (New Item
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
7 *It is bothering for me to determine I should call bibtex or latex...
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
8 *Filling a paragraph doesn't work as I expected.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
9
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
10 [Installation]
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
11 ==============
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
12 *Installing the manual
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
13
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
14 Copy yatexe to the info directory where your Emacs is installed,
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
15 and add the next line to the dir file of the same directory.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
16
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
17 * YaTeX-e: (yatexe). Yet Another tex-mode for Emacs. (English).
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
18
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
19 (After that, M-x info [RET] m yatex [RET] will give you Wild
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
20 Bird's manual. Hitting ? will show how to use info)
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
21
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
22 *I'm a Meadow(Emacs on Win32) user. I don't have `make' utility
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
23
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
24 Make program is needed only for byte-compiling. So if you do
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
25 not care the subtle speed difference, you don't have to
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
26 byte-compile. You don't have to look for `make' utility. The
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
27 simplest way to install yatex without `make'.
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
28
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
29 1 Extract this yatex*tar.gz to your Meadow's site-lisp dir.
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
30 2 Add the yatex installed path to your load-path according to
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
31 `install' file in this package.
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
32
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
33 *I ain't got the privilege to write in the Info directory...
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
34
387
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
35 Get yourself made root. If you can't, write this:
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
36
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
37 (setq Info-default-directory-list
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
38 (cons "YOUR INFO DIRECTORY"
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
39 Info-default-directory-list))
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
40
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
41 to your ~/.emacs. Now your personal files will be added to the
387
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
42 menu when you invoke info.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
43
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
44 *Emacs can't find the help file.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
45
387
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
46 If you don't have the privilege to put them in a public
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
47 location, copy it to your home directory and set YaTeX-help-file
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
48 to that file name.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
49
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
50
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
51 [Operations]
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
52 ============
387
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
53 *I accidentally learned in a wrong LaTeX macro in my dictionary.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
54
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
55 There should be a line with the wrong command in the .yatexrc
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
56 file in your home or current directory. Erase or fix that line,
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
57 and save the results with C-x C-s, then kill buffer with C-x k.
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
58 Once you make sure the current buffer is your LaTeX source, type
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
59 M-x YaTeX-reload-dictionary.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
60
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
61 *I can't comment out the region.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
62
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
63 Probably the point is on a line withe \begin{} or \end{}. Go up
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
64 or down a line and do C-c >.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
65
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
66 *I was asked for a parent file when typesetting, and answered the wrong file.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
67
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
68 Re-read the child file with C-x C-v RET or re-type the parent
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
69 file with C-u C-c ^.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
70
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
71 *The typeset buffer is not shown when I get a typeset buffer on Demacs.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
72
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
73 This happens on Demacs 1.2.0, when the child process returns an
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
74 error level of 1 or more. If you are calling jlatex from a
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
75 batch file, call a dummy command that always returns errorlevel
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
76 0 at the end.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
77
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
78 *How can I enter "\underline{\makebox[4em][l]{x y}{\tt z}}" more easily?
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
79
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
80 Recursive completion can be used for inputting arguments in the
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
81 mini-buffer of a section type completion. Following is an
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
82 example showing the command in question.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
83
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
84 PROMPT KEYs ENTERED
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
85 C-c s und SPC RET
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
86 \underline{???}: C-c s makeb SPC RET
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
87 Width: 4em RET
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
88 makebox position (`lr'): - l RET
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
89 \makebox{???}: x y RET
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
90 \underline{???}: \makebox[4em][l]{x y} C-c l tt RET
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
91 \underline{???}: \makebox[4em][l]{x y}{\tt } z RET
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
92
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
93 *How can I kill \footnote{} from \footnote{HOGE}
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
94
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
95 Put the point to \footnote and do C-c k. This will kill the
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
96 \footnote{}. If you want to kill the whole thing including
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
97 HOGE, do C-u C-c k.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
98
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
99 *I want to make HONYARA into a footnote.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
100
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
101 Mark HONYARA and do C-c S footnote RET. (S in uppercase)
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
102
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
103 *I want to make the verbatim environment I have now into verbatim*.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
104
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
105 Do C-c c on the line with \begin{verbatim} or \end{verbatim}.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
106
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
107 *I want to enclose a region with \verb.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
108
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
109 \verb isn't a maketitle-type, so there aren't any quick commands.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
110 But you can use C-c $ to do the same thing.
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
111 v v
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
112 WHAT YOU NEED to make \verb
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
113 \verbWHAT YOU NEED to make \verb (insert \verb)
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
114 ^(C-@) (mark W)
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
115 \verbWHAT YOU NEED to make \verb
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
116 ^C-c $ (move point to end enclose with $)
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
117 \verb$WHAT YOU NEED$ to make \verb (done!)
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
118
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
119 *I want to have commands defined on a upper level file to be read in
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
120 when doing a typeset-region on a child file.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
121
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
122 When you are editing child files broken into sections and some
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
123 macros to be used are defined in upper level files, you'll need
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
124 them to do typeset-region. The macros needed will be copied to
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
125 the temporary file if you add %#REQUIRE to the end of the
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
126 macro's definition.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
127
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
128 Say you had a grand-child file
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
129 +-- main.tex --+ +---- sub.tex ----+ +-- subsub.tex --+
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
130 | : | |%#jlatex main | |%#jlatex main |
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
131 |\include{sub} | |\include{macros} | |..... |
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
132 | : |<-| : |<-|%#BEGIN |
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
133 | : | | : | |TEXT YOU WANT |
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
134 | : | +-----------------+ |TYPESET IS |
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
135 +--------------+ ^ |HERE |
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
136 +-- macros.tex ---+ |%#END |
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
137 |\def\foo{bar} | |: |
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
138 |\def\hoge{hero} | +----------------+
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
139 +-----------------+
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
140
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
141 In this case you change the \include{macros} line in sub.tex to
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
142
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
143 \include{macros} %#REQUIRE
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
144
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
145 and add to subsub.tex
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
146
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
147 %#REQUIRE \include{macros}
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
148
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
149 If %#REQUIRE is at the top of the line, the following will be
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
150 copied to the temporary file. So, macros.tex will be included
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
151 only once whether you are typesetting all the files, or doing a
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
152 typeset-region on sub.tex or subsub.tex.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
153
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
154 *I want to reuse ARGUMENTS I used in the last \foo{ARGUMENTS}
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
155
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
156 Use the gmhist package. YaTeX works fine with gmhist. When you
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
157 are asked \foo{???}: in the mini-buffer, hitting M-p (ESC p)
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
158 will get you a history of what you have inputted in reverse.
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
159 M-n will go forward in the history. This input history can be
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
160 used for begin-type completion, section-type completion, evoking
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
161 the previewer, and print out commands.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
162
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
163 gmhist can be found at many Emacs-Lisp archive sights. For
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
164 example, ftp.ae.keio.ac.jp:pub/emacs-lisp/util/gmhist.tar.gz
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
165
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
166 Note that Emacs-19(Mule2) doesn't need gmhist for the feature of
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
167 minibuffer history.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
168
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
169 *ref<->label jump doesn't work.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
170
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
171 C-c g will start a forward search of ref/label. C-u C-c g will
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
172 start a backward search. If you want to continue searching for
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
173 \ref, hit C-s (C-r) twice and use the repeated search feature of
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
174 the incremental search. If the point to jump is in another
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
175 file, that file must be already opened. YaTeX-display-hierarchy
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
176 (C-c d) can be used to open all files at once.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
177
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
178 *I get a % at the end of the line when I do a fill-paragraph or auto-fill.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
179
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
180 NTT-jTeX will add an unnecessary space in the print out image if
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
181 the japanese paragraph is written with an indent. To avoid
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
182 this, you need to put a % at the end of the line. YaTeX will
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
183 automatically put a % so you can input indented text for
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
184 NTT-jTeX. But there may be a bug in the routine so please
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
185 report if you find any %s otherwise than at the end of a line.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
186
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
187 *Isn't the indentation too deep in itemize environments?
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
188
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
189 Think so too? An alias Mr. K thought this was better and he
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
190 feels an ultimate ecstacy with hitting the TAB to indent a line.
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
191 Wasn't my idea! (still have a bit of a grudge) If you also
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
192 think it's too deep, hit TAB at the end of the line with
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
193 \begin{itemize} within the environment. Now it's too shallow?
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
194 Umm... time for me to take a break.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
195
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
196 *Is it possible to include personal template file template.tex handily?
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
197
387
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
198 Put your template.tex into your ~/work directory where YaTeX
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
199 seeks by default. If you change the location to another place,
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
200 set the lisp-variable as below.
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
201 (setq YaTeX-template-file "~/other/location/template.tex")
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
202
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
203 *It is bothering for me to determine I should call bibtex or latex...
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
204
387
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
205 Since version 1.76, YaTeX automatically call bibtex/latex twice
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
206 if needed. In most case, you don't have to repeat to call
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
207 typesetter or bibtex. If you use `latexmk' described below,
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
208 YaTeX's auto rerun functionality should be disabled by setting
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
209 like this:
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
210 (setq YaTeX-typeset-auto-rerun nil)
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
211
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
212 The `latexmk' perl script, which is a TeX specific tool to
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
213 automate generation of LaTeX document. You can find `latexmk'
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
214 some CTAN ftp directory.
04ee01ddb7ab Simplify installation step. Update Q&A.
HIROSE Yuuji <yuuji@gentei.org>
parents: 127
diff changeset
215 (eg. http://www.ctan.org/pkg/latexmk/)
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
216
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 60
diff changeset
217 *Can I inhibit auto-filling against very long <a href="..."> line?
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 60
diff changeset
218
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 60
diff changeset
219 If you use Emacs-19 or later, Yes. The variable
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 60
diff changeset
220 auto-fill-inhibit-regexp controls the filling behaviour. To set
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 60
diff changeset
221 this, use yatex-mode-hook as below.
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 60
diff changeset
222
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 60
diff changeset
223 (add-hook 'yahtml-mode-hook
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 60
diff changeset
224 '(lambda ()
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 60
diff changeset
225 (setq auto-fill-inhibit-regexp
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 60
diff changeset
226 "^[ ]*\\(<a href\\|<img src=\\)")))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 60
diff changeset
227
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
228 *Filling a paragraph doesn't work as I expected.
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
229
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
230 It is because the indentation depth is different from default
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
231 depth. Please keep turning on auto-fill to make filling
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
232 function work well. If you bring some paragraph which has
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
233 different indentation from other part of document, you have to
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
234 re-indent it with the default indentation by typing TAB on each
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
235 line. If the paragraph is large, try the next operation;
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
236
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
237 (1)Type C-x . on the beginning of line
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
238 (2)Mark paragraph to be re-indented
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
239 (3)Type M-C-\
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
240
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
241 then fill the paragraph. If you want fill that paragraph with
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
242 current indentation depth, move the cursor on the first
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
243 appearance of non-white-space character on the line before
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
244 filling.
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
245
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
246 [About Emacs-19/Mule2]
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
247 ======================
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
248 *Equations are too dark to read when I use hilit19.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
249
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
250 The default coloring of hilit19.el is too dark. Try putting the
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
251 next code in ~/.emacs or yatexhks.el.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
252
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
253 (if (and (featurep 'hilit19) (eq hilit-background-mode 'dark))
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
254 (hilit-translate
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
255 string 'mediumspringgreen
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
256 formula 'khaki
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
257 label 'yellow-underlined))
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
258
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
259 *Can't I use font-lock?
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
260
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
261 Since v1.69, YES on XEmacs-21, Emacs-21, Emacs-20.7.
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
262
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
263 Before starting YaTeX, load font-lock to make it work. However,
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
264 YaTeX makes tricky patterns to fontifying logical area
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
265 independent from `line', changing of font-lock's specification
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
266 in the future will possibly disable YaTeX from fontifying. If
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
267 you are thinking of graduating from hilit19, it might be better
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
268 to keep old setting about it...
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
269
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
270 *Is there any way of displaying `\it' strings in the italic font?
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
271
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
272 First, you should find the available italic font on your
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
273 system. In, *scratch* buffer,
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
274 (set-face-font 'italic "-*-*-medium-i-*--*-*-*-*-*-*-*-*")
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
275 or
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
276 (set-face-font 'italic "-*-*-medium-o-*--*-*-*-*-*-*-*-*")
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
277 and C-j (It takes very very long time!!).
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
278 If you get `No matches found', no way. (;_;)/~
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
279 If you get some font name,
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
280 "-adobe-courier-medium-i-normal--12-120-75-75-m-0-iso8859-1"
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
281 for example, write
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
282 (set-face-font 'italic
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
283 "-adobe-courier-medium-i-normal--12-120-75-75-m-0-iso8859-1")
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
284 in your `yatexhks.el'.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
285
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
286 [Customization]
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
287 ===============
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
288 *I don't use C-c b i much, so it would be better if I can start
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
289 completion after hitting C-c b.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
290
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
291 Put (setq YaTeX-no-begend-shortcut t) in your ~/.emacs.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
292
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
293 *An open parenthesis always get entered in pairs.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
294
585
ba4891b3fcf0 Refer to YaTeX-close-paren-always 'never
HIROSE Yuuji <yuuji@gentei.org>
parents: 474
diff changeset
295 This should be better, once you get used to it. If you still
ba4891b3fcf0 Refer to YaTeX-close-paren-always 'never
HIROSE Yuuji <yuuji@gentei.org>
parents: 474
diff changeset
296 don't like it, turn on modify-mode using C-c w m. Setting
ba4891b3fcf0 Refer to YaTeX-close-paren-always 'never
HIROSE Yuuji <yuuji@gentei.org>
parents: 474
diff changeset
297 YaTeX-close-paren-always to 'never will give this feature from
ba4891b3fcf0 Refer to YaTeX-close-paren-always 'never
HIROSE Yuuji <yuuji@gentei.org>
parents: 474
diff changeset
298 the start, nil will stop closing when not at end of line.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
299
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
300 *Funny things happen when I hit ;.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
301
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
302 YaTeX think you are in math mode and evokes math-mode-image
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
303 completion. If you are writing a equation that TeX will not
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
304 give an error and YaTeX mistakes what mode you are in, report it
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
305 back to the author. For mistaken judgements or if you want to
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
306 enter a literal ;, hit ; twice. C-u ; to use ; as a
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
307 image-completion prefix.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
308
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
309 *I want YaTeX to enter the option arguments for a newenvironment.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
310
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
311 Read yatexadd.doc. If that's not enough, read yatexgen.doc and
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
312 try M-x YaTeX-generate.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
313
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
314 *I first defined \foo as a macro taking 3 arguments. Later I changed it
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
315 to take 4 arguments, but the section-type completion will ask me for
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
316 only 3 arguments.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
317
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
318 Use C-u 4 C-c s and tell it will take 4 arguments. You can
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
319 change the number of arguments anytime you want.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
320
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
321 *I made a argument-type addin function, but can't do completion after
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
322 the first two arguments.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
323
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
324 If you made a addin function like \foo{x}{y}{z} that takes 3
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
325 arguments, then you need to learn in the dictionary that \foo
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
326 will take 3 arguments. This can be done by C-u 3 C-c s foo.
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
327 You only need to do it once.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
328
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
329 *My addin functions are overwritten by yatexadd.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
330
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
331 Formally, all private functions were written in your own
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
332 yatexadd.el. Now, all private functions are put in yatexhks.el.
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
333 yatexhks.el will be read in at the end of YaTeX's
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
334 initialization, so you can overwrite definitions in yatexadd.el.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
335
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
336 *Can I make intelligent newline work for my `mylist' environment?
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
337
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
338 Yes. See the section `Intelligent newline' in the info manual.
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
339 But if you want the same as the intelligent newline for itemize
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
340 environment which inserts simply `\item', the following code is
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
341 efficient.
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
342
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
343 (fset 'YaTeX-intelligent-newline-mylist
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
344 'YaTeX-intelligent-newline-itemize)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
345
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
346 [ETC]
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
347 =====
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
348 *Mailing lists?
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
349
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
350 A question, so an answer. The mailing list for YaTeX (Wild Bird)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
351 and it's implementation to Vz Editor; LaiTeX (Thunder Bird, by
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
352 KATSURAGAWA Naoki), implementation to Wz Editor; HackTeX (Swan,
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
353 by TAKENAKA Hiroshi), implementation to Hidemaru Editor; HiTeX
75
7e361fb5401d Stable version(hope to be)
yuuji
parents: 72
diff changeset
354 (Flying Bird, by YASUDA Haruyuki), implementation to xyzzy;
7e361fb5401d Stable version(hope to be)
yuuji
parents: 72
diff changeset
355 KaTeX (by MAEDA Manabu) is "fj Wild Bird Society".
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
356 Send a mail like
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
357
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
358 To: yatex@yatex.org
75
7e361fb5401d Stable version(hope to be)
yuuji
parents: 72
diff changeset
359 Subject: subscribe
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
360 -----
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
361 Hi!
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
362 My name is yuuji.
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 60
diff changeset
363 See any birds fly by?
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
364
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
365 and you're in. Once you're in, you'll get a reply with lists of
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
366 commands used in the mailing list. Join along and help adding
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
367 new feathers to Wild Bird. BTW, if you haven't guessed it yet,
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
368 yes, this mailing list is in Japanese. But give us a try
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
369 anyway. You're always welcome.
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
370
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
371 *How to get the up-to-date information on YaTeX?
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
372
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
373 If you can access WWW, try to see;
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 60
diff changeset
374 http://www.yatex.org/
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
375 And if you trace the link of `yatex-current', you can get the
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
376 really latest version of YaTeX. Since it collects the elisps in
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
377 the author's source directory, what you'll get may contain some
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
378 errors. The author cannot respond to your query about
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
379 yatex-current.
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
380
127
39548ee6e881 Refer to mercurial repository.
yuuji@gentei.org
parents: 75
diff changeset
381 If you want to catch up to latest version, using yatex-current
39548ee6e881 Refer to mercurial repository.
yuuji@gentei.org
parents: 75
diff changeset
382 is inefficient. Use yatex's mercurial repository instead.
39548ee6e881 Refer to mercurial repository.
yuuji@gentei.org
parents: 75
diff changeset
383
474
025522852e1d https preferred over http
HIROSE Yuuji <yuuji@gentei.org>
parents: 387
diff changeset
384 hg clone https://www.yatex.org:/hgrepos/yatex
127
39548ee6e881 Refer to mercurial repository.
yuuji@gentei.org
parents: 75
diff changeset
385 cd yatex
39548ee6e881 Refer to mercurial repository.
yuuji@gentei.org
parents: 75
diff changeset
386 hg up -C dev
39548ee6e881 Refer to mercurial repository.
yuuji@gentei.org
parents: 75
diff changeset
387
39548ee6e881 Refer to mercurial repository.
yuuji@gentei.org
parents: 75
diff changeset
388 Then, getting all updates by `hg pull'.
39548ee6e881 Refer to mercurial repository.
yuuji@gentei.org
parents: 75
diff changeset
389
39548ee6e881 Refer to mercurial repository.
yuuji@gentei.org
parents: 75
diff changeset
390 hg pull -uv
39548ee6e881 Refer to mercurial repository.
yuuji@gentei.org
parents: 75
diff changeset
391
39548ee6e881 Refer to mercurial repository.
yuuji@gentei.org
parents: 75
diff changeset
392 Okay to set load-path of yatex to local copy of repository.
39548ee6e881 Refer to mercurial repository.
yuuji@gentei.org
parents: 75
diff changeset
393 Two branch names are mostly in use. The `default' branch is for
39548ee6e881 Refer to mercurial repository.
yuuji@gentei.org
parents: 75
diff changeset
394 release versions, the `dev' branch is for development.
39548ee6e881 Refer to mercurial repository.
yuuji@gentei.org
parents: 75
diff changeset
395
39548ee6e881 Refer to mercurial repository.
yuuji@gentei.org
parents: 75
diff changeset
396
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
397 *Help, help HELP!!
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
398
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
399 Ways of getting answers in fastest order.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
400
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
401 *Look for someone near you who knows what's he/she's doing.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
402 *Post a question to the mailing list.
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
403 *Send mail to yuuji@yatex.org
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
404
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
405 take a pick.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
406
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
407 *Picking a question in this file with C-u C-x $ and hitting C-x $ takes
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
408 me to a weird world.
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
409
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
410 You too? Try marking the question before C-x $ and to C-x C-x
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
411 to take you back to it. (Mule2 doesn't seem to have the same
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
412 problem)
54
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
413
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
414
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
415 Local Variables:
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
416 mode: indented-text
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
417 fill-column: 72
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
418 fill-prefix: " "
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
419 End:
2d45e43fb35f Full support of English documents
yuuji
parents:
diff changeset
420

yatex.org