/[emacs]/emacs/lispref/two.el
ViewVC logotype

Diff of /emacs/lispref/two.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by eliz, Sat Nov 17 09:10:59 2001 UTC revision 1.1.4.1 by miles, Fri Apr 4 06:20:42 2003 UTC
# Line 14  Then insert marked file into other volum Line 14  Then insert marked file into other volum
14    
15  (defun volume-index-markup (arg)  (defun volume-index-markup (arg)
16    "Prepend  `NUMBER:' to page number.  Use Roman Numeral.    "Prepend  `NUMBER:' to page number.  Use Roman Numeral.
17  Apply only to unsorted index file,  Apply only to unsorted index file,
18  Then insert marked file into other volume's unsorted index file.  Then insert marked file into other volume's unsorted index file.
19  Then run texindex on that file and save."  Then run texindex on that file and save."
20    (interactive    (interactive
# Line 43  This is for the *Elisp Ref Manual*" Line 43  This is for the *Elisp Ref Manual*"
43    (insert "\\unnumbchapentry {Volume 1}{}\n\\unnumbchapentry {}{}\n")    (insert "\\unnumbchapentry {Volume 1}{}\n\\unnumbchapentry {}{}\n")
44    (search-forward "\\unnumbchapentry {Index}")    (search-forward "\\unnumbchapentry {Index}")
45    (forward-line 1)    (forward-line 1)
46    (insert    (insert
47     "\\unnumbchapentry {}{}\n\\unnumbchapentry {}{}\n\\unnumbchapentry {}{}\n\\unnumbchapentry {}{}\n\\unnumbchapentry {Volume 2}{}\n\\unnumbchapentry {}{}\n"))     "\\unnumbchapentry {}{}\n\\unnumbchapentry {}{}\n\\unnumbchapentry {}{}\n\\unnumbchapentry {}{}\n\\unnumbchapentry {Volume 2}{}\n\\unnumbchapentry {}{}\n"))
48    
49    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26