.emacs-my
changeset 557 f692f2fe00a2
parent 556 782325bafc4a
child 560 9ace43469185
equal deleted inserted replaced
556:782325bafc4a 557:f692f2fe00a2
  1400 ;; Printing to file.
  1400 ;; Printing to file.
  1401 
  1401 
  1402 ;(setq printer-name "~/myprint.txt")
  1402 ;(setq printer-name "~/myprint.txt")
  1403 ;(setq ps-printer-name nil)
  1403 ;(setq ps-printer-name nil)
  1404 ;(setq ps-print-header nil)
  1404 ;(setq ps-print-header nil)
  1405 ;; some more menu entries in the command list:
       
  1406 ;; see tex-mik.el from package auctex: %v is defined in tex-mik.el
       
  1407 ;; other variables are defined in tex.el from auctex
       
  1408 ;; the meaning of some auctex-varibles:
       
  1409         ;symbols defined in tex.el and tex-mik.el:
       
  1410         ;%b name slave tex-file  %t name master tex-file
       
  1411         ;%d dvi-file  %f ps-file
       
  1412         ;%l "latex --src-specials"
       
  1413         ;%n line number  %p printcommand  %q "lpq"
       
  1414         ;%r (TeX-style-check TeX-print-style)
       
  1415         ;%s master-file-name without extention
       
  1416         ;%v yap command view line
       
  1417 ;(eval-after-load "tex"
       
  1418 ;  '(progn
       
  1419 ;     (add-to-list 'TeX-command-list
       
  1420 ;         (list "->PS landscape for pdf"
       
  1421 ;           "dvips %d -N0 -Ppdf -G0 -T 297mm,210mm -o %f "
       
  1422 ;           'TeX-run-command nil t))
       
  1423 ;     (add-to-list 'TeX-command-list
       
  1424 ;         (list "All Texify run-viewer"
       
  1425 ;           "texify --tex-opt=--src --run-viewer --clean %s.tex"
       
  1426 ;           'TeX-run-command nil t))))
       
  1427 
  1405 
  1428 ;;; ----------------------------------------------------------------
  1406 ;;; ----------------------------------------------------------------
  1429 (message "SQL")
  1407 (message "SQL")
  1430 
  1408 
  1431 (setq sql-password "")
  1409 (setq sql-password "")