File: preview.el.html
This style is for the "seamless" embedding of generated images into LaTeX source code. Please see the README and INSTALL files for further instruction.
Please use the usual configure script for installation: more than just Elisp files are involved: a LaTeX style, icon files, startup code and so on.
Quite a few things with regard to preview-latex's operation can be configured by using M-x customize-group RET preview RET
Please report bugs with M-x preview-report-bug RET.
Defined variables (82)
TeX-active-tempdir | List of directory name, top directory name and reference count. |
preview-LaTeX-command | Command used for starting a preview. |
preview-LaTeX-command-replacements | Replacement for ‘preview-LaTeX-command’. |
preview-LaTeX-disable-pdfoutput | This replacement places ‘"\pdfoutput=0 "’ after the options |
preview-TeX-bb-border | Additional space in pt around Bounding Box from TeX. |
preview-TeX-style-dir | This variable contains the location of uninstalled TeX styles. |
preview-abort-flag | Cause ongoing preview generation to abort. |
preview-auto-cache-preamble | Whether to generate a preamble cache format automatically. |
preview-auto-reveal | Cause previews to open automatically when entered. |
preview-auto-reveal-commands | List of commands that may cause a preview to be revealed. |
preview-bb-filesize | Size of file area scanned for bounding box information. |
preview-change-list | List of tentatively changed overlays. |
preview-colors | Color setup list. |
preview-current-region | Cons cell (begin . end) tracking the region currently being previewed. |
preview-default-document-pt | Assumed document point size for ‘preview-scale-from-face’. |
preview-default-option-list | Specifies default options to pass to preview package. |
preview-default-preamble | Specifies default preamble code to add to a LaTeX document. |
preview-document-pt-list | How ‘preview-document-pt’ figures out the document size. |
preview-dump-replacements | Generate a dump command from the usual preview command. |
preview-dump-threshold | Regexp denoting end of preamble. |
preview-dumped-alist | Alist of dumped masters. |
preview-dvi*-command | Command used for converting to separate PNG images. |
preview-dvi*-image-type | Image type that dvi conversion produces. |
preview-dvipng-command | Command used for converting to separate PNG images. |
preview-dvipng-image-type | Image type that dvi conversion produces. |
preview-dvips-command | Command used for converting to separate EPS images. |
preview-equality-transforms | Transformation functions for region changes. |
preview-error-condition | Last error raised and to be reported. |
preview-error-icon | The icon used for PostScript errors. |
preview-error-icon-specs | The icon used for PostScript errors. |
preview-expandable-string | Type to be used for ‘preview-string-expand’. |
preview-fast-conversion | Set this for single-file PostScript conversion. |
preview-fast-dvips-command | Command used for converting to a single PS file. |
preview-find-end-function | Function used to compute the end position for a new overlay. |
preview-format-extensions | Possible extensions for format files. |
preview-format-name | Format name when enabling preamble cache. |
preview-gs-answer | Accumulated answer of Ghostscript process. |
preview-gs-command | How to call gs for conversion from EPS. See also ‘preview-gs-options’. |
preview-gs-dsc | Parsed DSC information. |
preview-gs-image-type | Image type for gs produced images. |
preview-gs-image-type-alist | Alist of image types and corresponding Ghostscript options. |
preview-gs-init-string | Ghostscript setup string. |
preview-gs-options | Options with which to call gs for conversion from EPS. |
preview-gs-outstanding | Overlays currently processed. |
preview-gs-outstanding-limit | Number of requests allowed to be outstanding. |
preview-gs-queue | List of overlays to convert using gs. |
preview-gs-sequence | Pair of sequence numbers for gs produced images. |
preview-icon | The icon used for an open preview. |
preview-icon-specs | The icon used for an open preview. |
preview-image-creators | Define functions for generating images. |
preview-image-type | Image type to be used in images. |
preview-inner-environments | Environments not to be previewed on their own. |
preview-last-counter | Last counter information. |
preview-last-location | Restored cursor position marker for reopened previews. |
preview-leave-open-previews-visible | Whether to leave previews visible when they are opened. |
preview-marker | Marker for fake intangibility. |
preview-min-spec | Value to filter out too large icons. |
preview-nonready-icon | The icon used for previews to be generated. |
preview-nonready-icon-specs | The icon used for previews to be generated. |
preview-parsed-counters | Counters as parsed from the log of LaTeX run. |
preview-parsed-font-size | Font size as parsed from the log of LaTeX run. |
preview-parsed-magnification | Magnification as parsed from the log of LaTeX run. |
preview-parsed-pdfoutput | PDFoutput as parsed from the log of LaTeX run. |
preview-parsed-tightpage | Tightpage as parsed from the log of LaTeX run. |
preview-pdf-color-adjust-method | Method to adjust colors of images generated from PDF. |
preview-pdf2dsc-command | Command used for generating dsc from a PDF file. |
preview-prefer-TeX-bb | Prefer TeX bounding box to EPS one if available. |
preview-preprocess-functions | List of functions used to preprocess region before previewing. |
preview-preserve-counters | Try preserving counters for partial runs if set. |
preview-preserve-indentation | Whether to keep additional whitespace at the left of a line. |
preview-protect-point | Temporarily open new previews that would obscure point. |
preview-ps-file | PostScript file name for fast conversion. |
preview-query-replace-reveal | Make ‘query-replace’ autoreveal previews. |
preview-required-option-list | Specifies required options passed to the preview package. |
preview-resolution | Screen resolution where rendering started. |
preview-scale | Screen scale of images. |
preview-scale-function | Scale factor for included previews. |
preview-temp-dirs | List of top level temporary directories in use from preview. |
preview-transparent-border | Width of transparent border for previews in pt. |
preview-transparent-color | Color to appear transparent in previews. |
preview-undump-replacements | Use a dumped format for reading preamble. |
preview-version | Preview version. |
Defined functions (158)
Defined faces (2)
preview-face | Face to use for the preview source. |
preview-reference-face | Face consulted for colors and scale of active previews. Fallback to :inherit and 'default implemented. |