yatex

diff docs/qanda.eng @ 387:04ee01ddb7ab

Simplify installation step. Update Q&A.
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 06 Jan 2015 23:22:15 +0900
parents 39548ee6e881
children 025522852e1d
line diff
     1.1 --- a/docs/qanda.eng	Thu May 27 11:22:11 2010 +0900
     1.2 +++ b/docs/qanda.eng	Tue Jan 06 23:22:15 2015 +0900
     1.3 @@ -32,39 +32,25 @@
     1.4  	
     1.5  *I ain't got the privilege to write in the Info directory...
     1.6  	
     1.7 -	 Get yourself made root.  If you can't, have them install Mule2
     1.8 -	and add
     1.9 +	 Get yourself made root.  If you can't, write this:
    1.10  	
    1.11  		(setq Info-default-directory-list
    1.12  		      (cons "YOUR INFO DIRECTORY"
    1.13  			    Info-default-directory-list))
    1.14  	
    1.15  	to your ~/.emacs.  Now your personal  files will be added to the
    1.16 -	menu when you  invoke info.  By the way,  Mule1 will not release
    1.17 -	memories, so processes will pile up and be heavier on the system
    1.18 -	compared to Mule2.   Nemacs  has already become obsolete  by the
    1.19 -	developers,  so no further  comments for  usage  of Nemacs.  Get
    1.20 -	yourself Mule2 with flying colors :-)
    1.21 +	menu when you  invoke info.
    1.22  	
    1.23  *Emacs can't find the help file.
    1.24 -       
    1.25 -	The help  file is  set to  be placed  in $EMACS/etc/ for Nemacs,
    1.26 -	Mule1  and $EMACS/site-lisp/ for Mule2.    If you don't have the
    1.27 -	privilege to put them in a public location, copy it to your home
    1.28 -	directory and set YaTeX-help-file to that file name.
    1.29  	
    1.30 -*I can't read info on Nemacs
    1.31 +	If  you  don't have  the  privilege  to  put  them in  a  public
    1.32 +	location, copy it to your home directory and set YaTeX-help-file
    1.33 +	to that file name.
    1.34  	
    1.35 -	The  info file  was  formatted  on  Mule,  so it can't  be  read
    1.36 -	correctly on Nemacs  (or  Demacs based  on Nemacs)  because  the
    1.37 -	internal Japanese processing   is different.  Read  it on  Mule.
    1.38 -	Use the Emacs-Lisp  package in texinfo-3.1.tar.gz to format  the
    1.39 -	Texinfo file.
    1.40 -
    1.41  	
    1.42  [Operations]
    1.43  ============
    1.44 -*I accidentally learned in a wrong LaTeX command.
    1.45 +*I accidentally learned in a wrong LaTeX macro in my dictionary.
    1.46  	
    1.47  	There should be  a line with  the wrong command in the  .yatexrc
    1.48  	file in your home or current directory.  Erase or fix that line,
    1.49 @@ -209,19 +195,24 @@
    1.50  	
    1.51  *Is it possible to include personal template file template.tex handily?
    1.52  	
    1.53 -	Try Emacs-19's standard package `autoinsert.el' please.  Or its
    1.54 -	upper compatible package auto-insert-tkld might also be good.
    1.55 -	You can get auto-insert-tkld via anonymous ftp
    1.56 -	ftp://ftp.ae.keio.ac.jp/pub/emacs-lisp/util/
    1.57 -	ftp://archive.cis.ohio-state.edu/pub/gnu/elisp-archive/
    1.58 +	Put your template.tex into your ~/work directory where YaTeX
    1.59 +	seeks by default.  If you change the location to another place,
    1.60 +	set the lisp-variable as below.
    1.61 +	(setq YaTeX-template-file "~/other/location/template.tex")
    1.62  	
    1.63  *It is bothering for me to determine I should call bibtex or latex...
    1.64  	
    1.65 -	Why don't you try `latexmk' perl script, which is a TeX specific 
    1.66 -	tool as `make'?  It detects the dependency among the TeX-related 
    1.67 -	files such as .tex, .bib, and so on, and will execute suitable
    1.68 -	commands in a suitable sequence.  You can find `latexmk' script
    1.69 -	in a directory of supports/latexmk in some CTAN ftp directory.
    1.70 +	Since version 1.76, YaTeX  automatically call bibtex/latex twice
    1.71 +	if  needed.  In  most case,  you don't  have to  repeat to  call
    1.72 +	typesetter  or bibtex.   If you  use `latexmk'  described below,
    1.73 +	YaTeX's auto  rerun functionality should be  disabled by setting
    1.74 +	like this:
    1.75 +	(setq YaTeX-typeset-auto-rerun nil)
    1.76 +	
    1.77 +	The  `latexmk' perl  script, which  is  a TeX  specific tool  to
    1.78 +	automate generation  of LaTeX document.  You  can find `latexmk'
    1.79 +	some CTAN ftp directory.
    1.80 +	(eg. http://www.ctan.org/pkg/latexmk/)
    1.81  	
    1.82  *Can I inhibit auto-filling against very long <a href="..."> line?
    1.83  	
    1.84 @@ -276,12 +267,6 @@
    1.85  	you are thinking of graduating from hilit19,  it might be better
    1.86  	to keep old setting about it...
    1.87  	
    1.88 -*It's sooo slow when I click YaTeX on the menu bar.
    1.89 -	
    1.90 -	I  don't know  why.  Probably  a  problem with Emacs-19.  You'll
    1.91 -	just have to bear with it.  It won't be so slow the second time.
    1.92 -	Anyway, you probably won't use the menu at all, do you?
    1.93 -	
    1.94  *Is there any way of displaying `\it' strings in the italic font?
    1.95  	
    1.96  	First, you should find the available italic font on your