comparison yatex.el @ 565:6c09561c22f0 dev

Use YaTeX-package-alist-default for YaTeX::usepackage-alist-default
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 24 Jan 2019 15:16:07 +0900
parents 71697ec66240
children 2ed79846fd53
comparison
equal deleted inserted replaced
564:71697ec66240 565:6c09561c22f0
1 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*- 1 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
2 ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org] 2 ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
3 ;;; Last modified Thu Jan 24 08:00:29 2019 on firestorm 3 ;;; Last modified Thu Jan 24 15:14:47 2019 on firestorm
4 ;;; $Id$ 4 ;;; $Id$
5 ;;; The latest version of this software is always available at; 5 ;;; The latest version of this software is always available at;
6 ;;; https://www.yatex.org/ 6 ;;; https://www.yatex.org/
7 7
8 ;;; This program is distributed as a free software. You can 8 ;;; This program is distributed as a free software. You can
324 ;;cleveref 324 ;;cleveref
325 ("cref") ("crefrange") ("cpageref") ("labelcref") ("labelcpageref") 325 ("cref") ("crefrange") ("cpageref") ("labelcref") ("labelcpageref")
326 ("frametitle") ("framesubtitle") ;; beamer 326 ("frametitle") ("framesubtitle") ;; beamer
327 ("subfigure") ;; subfigure 327 ("subfigure") ;; subfigure
328 ("ruby" 2) ("kenten") ;; okumacro 328 ("ruby" 2) ("kenten") ;; okumacro
329 ("geometry") ("path")
329 ) 330 )
330 (if YaTeX-use-LaTeX2e 331 (if YaTeX-use-LaTeX2e
331 '(("documentclass") ("usepackage") 332 '(("documentclass") ("usepackage")
332 ("textbf") ("textgt") ("textit") ("textmc") ("textmd") ("textnormal") 333 ("textbf") ("textgt") ("textit") ("textmc") ("textmd") ("textnormal")
333 ("textrm") ("textsc") ("textsf") ("textsl") ("texttt") ("textup") 334 ("textrm") ("textsc") ("textsf") ("textsl") ("texttt") ("textup")
396 ("list") ("tabular") ("tabular*") ("table") ("tabbing") ("titlepage") 397 ("list") ("tabular") ("tabular*") ("table") ("tabbing") ("titlepage")
397 ("sloppypar") ("picture") ("displaymath") 398 ("sloppypar") ("picture") ("displaymath")
398 ("eqnarray") ("eqnarray*") ("figure") ("equation") ("equation*") 399 ("eqnarray") ("eqnarray*") ("figure") ("equation") ("equation*")
399 ("abstract") ("array") 400 ("abstract") ("array")
400 ("thebibliography") ("theindex") ("flushleft") ("flushright") 401 ("thebibliography") ("theindex") ("flushleft") ("flushright")
401 ("minipage") 402 ("minipage") ("landscape")
402 ("supertabular") 403 ("supertabular") ("floatingfigure") ("wrapfigure") ("wraptable")
403 ("wrapfigure") ("wraptable")
404 ("frame") ("block") ("example") ("columns") ("column") ;beamer 404 ("frame") ("block") ("example") ("columns") ("column") ;beamer
405 ) 405 )
406 (if YaTeX-use-LaTeX2e 406 (if YaTeX-use-LaTeX2e
407 '(("comment") ;defined in version 407 '(("comment") ;defined in version
408 ("longtable") ;defined in longtable 408 ("longtable") ;defined in longtable

yatex.org