Mercurial > emacs
comparison etc/PROBLEMS @ 41248:74f8ac2c0480
Re-add section "TeX'ing the Calc manual fails".
author | Colin Walters <walters@gnu.org> |
---|---|
date | Sun, 18 Nov 2001 18:47:16 +0000 |
parents | 78069920ddec |
children | e6b8eb3755a7 |
comparison
equal
deleted
inserted
replaced
41247:78069920ddec | 41248:74f8ac2c0480 |
---|---|
633 - (setq after-change-function 'sgml-set-face-after-change)) | 633 - (setq after-change-function 'sgml-set-face-after-change)) |
634 + (setq before-change-functions '(sgml-note-change-at)) | 634 + (setq before-change-functions '(sgml-note-change-at)) |
635 + (setq after-change-functions '(sgml-set-face-after-change))) | 635 + (setq after-change-functions '(sgml-set-face-after-change))) |
636 (sgml-with-parser-syntax-ro | 636 (sgml-with-parser-syntax-ro |
637 | 637 |
638 * TeX'ing the Calc manual fails. | |
639 | |
640 The following patches allow to build the Calc manual using texinfo.tex | |
641 from Emacs 19.34 distribution: | |
642 | |
643 *** calc-maint.e~0 Mon Dec 16 07:11:26 1996 | |
644 --- calc-maint.el Sun Dec 10 14:32:38 2000 | |
645 *************** | |
646 *** 308,314 **** | |
647 (insert "@tex\n" | |
648 "\\global\\advance\\appendixno2\n" | |
649 "\\gdef\\xref#1.{See ``#1.''}\n") | |
650 ! (setq midpos (point)) | |
651 (insert "@end tex\n") | |
652 (insert-buffer-substring srcbuf sumpos endpos) | |
653 (insert "@bye\n") | |
654 --- 308,314 ---- | |
655 (insert "@tex\n" | |
656 "\\global\\advance\\appendixno2\n" | |
657 "\\gdef\\xref#1.{See ``#1.''}\n") | |
658 ! (setq midpos (point-marker)) | |
659 (insert "@end tex\n") | |
660 (insert-buffer-substring srcbuf sumpos endpos) | |
661 (insert "@bye\n") | |
662 *** Makefile.~0 Mon Dec 16 07:11:24 1996 | |
663 --- Makefile Sun Dec 10 14:44:00 2000 | |
664 *************** | |
665 *** 98,106 **** | |
666 # Format the Calc manual as one printable volume using TeX. | |
667 tex: | |
668 $(REMOVE) calc.aux | |
669 ! $(TEX) calc.texinfo | |
670 $(TEXINDEX) calc.[cfkptv]? | |
671 ! $(TEX) calc.texinfo | |
672 $(PURGE) calc.cp calc.fn calc.pg calc.tp calc.vr | |
673 $(PURGE) calc.cps calc.fns calc.kys calc.pgs calc.tps calc.vrs | |
674 $(PURGE) calc.toc | |
675 --- 98,106 ---- | |
676 # Format the Calc manual as one printable volume using TeX. | |
677 tex: | |
678 $(REMOVE) calc.aux | |
679 ! -$(TEX) calc.texinfo | |
680 $(TEXINDEX) calc.[cfkptv]? | |
681 ! -$(TEX) calc.texinfo | |
682 $(PURGE) calc.cp calc.fn calc.pg calc.tp calc.vr | |
683 $(PURGE) calc.cps calc.fns calc.kys calc.pgs calc.tps calc.vrs | |
684 $(PURGE) calc.toc | |
685 *** calc.texinfo.~1~ Thu Oct 10 18:18:56 1996 | |
686 --- calc.texinfo Mon Dec 11 08:25:00 2000 | |
687 *************** | |
688 *** 12,17 **** | |
689 --- 12,19 ---- | |
690 % Because makeinfo.c exists, we can't just define new commands. | |
691 % So instead, we take over little-used existing commands. | |
692 % | |
693 + % Suggested by Karl Berry <karl@@freefriends.org> | |
694 + \gdef\!{\mskip-\thinmuskip} | |
695 % Redefine @cite{text} to act like $text$ in regular TeX. | |
696 % Info will typeset this same as @samp{text}. | |
697 \gdef\goodtex{\tex \let\rm\goodrm \let\t\ttfont \turnoffactive} | |
698 *************** | |
699 *** 23686,23692 **** | |
700 a vector of the actual parameter values, written as equations: | |
701 @cite{[a = 3, b = 2]}, in case you'd rather read them in a list | |
702 than pick them out of the formula. (You can type @kbd{t y} | |
703 ! to move this vector to the stack; @pxref{Trail Commands}.) | |
704 | |
705 Specifying a different independent variable name will affect the | |
706 resulting formula: @kbd{a F 1 k RET} produces @kbd{3 + 2 k}. | |
707 --- 23689,23695 ---- | |
708 a vector of the actual parameter values, written as equations: | |
709 @cite{[a = 3, b = 2]}, in case you'd rather read them in a list | |
710 than pick them out of the formula. (You can type @kbd{t y} | |
711 ! to move this vector to the stack; see @ref{Trail Commands}.) | |
712 | |
713 Specifying a different independent variable name will affect the | |
714 resulting formula: @kbd{a F 1 k RET} produces @kbd{3 + 2 k}. | |
715 | |
638 * Unicode characters are not unified with other Mule charsets. | 716 * Unicode characters are not unified with other Mule charsets. |
639 | 717 |
640 As of v21.1, Emacs charsets are still not unified. This means that | 718 As of v21.1, Emacs charsets are still not unified. This means that |
641 characters which belong to charsets such as Latin-2, Greek, Hebrew, | 719 characters which belong to charsets such as Latin-2, Greek, Hebrew, |
642 etc. and the same characters in the `mule-unicode-*' charsets are | 720 etc. and the same characters in the `mule-unicode-*' charsets are |