%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
;ELC ;;; Compiled ;;; in Emacs version 25.2.1 ;;; with all optimizations. ;;; This file contains utf-8 non-ASCII characters, ;;; and so cannot be loaded into Emacs 22 or earlier. (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (string-lessp emacs-version "23") (error "`%s' was compiled for Emacs 23 or later" #$)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\300\303!\210\300\304!\210\305\306\307\310\311\312\313\314&\210\315\316\317\320\311\321\313\306\322\323& \210\315\324\307\325\311\321\313\306\322\326& \210\315\327\330\331\311\312\313\306\322\332& \210\315\333\307\334\313\306\322\335&\210\315\336\337\340\313\306\322\341&\210\315\342\337\343\313\306\322\341&\210\315\344\345\346\313\306\322\341&\210\315\347\307\350\311\312\322\351\313\306& \210\315\352\353\354\311\355\322\356\313\306& \210\315\357\360\361\311\355\313\306\322\362& \210\315\363\330\364\311\355\313\306\322\332& \207" [require browse-url subr-x dom seq custom-declare-group shr nil "Simple HTML Renderer" :version "25.1" :group web custom-declare-variable shr-max-image-proportion 0.9 "How big pictures displayed are in relation to the window they're in.\nA value of 0.7 means that they are allowed to take up 70% of the\nwidth and height of the window. If they are larger than this,\nand Emacs supports it, then the images will be rescaled down to\nfit these criteria." "24.1" :type float shr-blocked-images "Images that have URLs matching this regexp will be blocked." (choice (const nil) regexp) shr-use-fonts t "If non-nil, use proportional fonts for text." boolean shr-table-horizontal-line "Character used to draw horizontal table lines.\nIf nil, don't draw horizontal table lines." (choice (const nil) character) shr-table-vertical-line 32 "Character used to draw vertical table lines." character shr-table-corner "Character used to draw table corners." shr-hr-line 45 "Character used to draw hr lines." shr-width "Frame width to use for rendering.\nMay either be an integer specifying a fixed width in characters,\nor nil, meaning that the full width of the window should be\nused." (choice (integer :tag "Fixed width in characters") (const :tag "Use the width of the window" nil)) shr-bullet "* " "Bullet used for unordered lists.\nAlternative suggestions are:\n- \" \"\n- \" \"" "24.4" string shr-external-browser 'browse-url-default-browser "Function used to launch an external browser." function shr-image-animate "Non nil means that images that can be animated will be."] 10) #@157 If bound, this should be a function that will return the content. This is used for cid: URLs, and the function is called with the cid: URL as the argument. (defvar shr-content-function nil (#$ . 2563)) #@46 Function called to put image and alt string. (defvar shr-put-image-function 'shr-put-image (#$ . 2771)) (byte-code "\300\301\302\303\304\305%\210\300\306\307\310\304\305%\207" [custom-declare-face shr-strike-through ((t (:strike-through t))) "Font for <s> elements." :group shr shr-link ((t (:inherit link))) "Font for link elements."] 6) #@37 If non-nil, inhibit loading images. (defvar shr-inhibit-images nil (#$ . 3116)) (defvar shr-folding-mode nil) (defvar shr-start nil) (defvar shr-indentation 0) (defvar shr-internal-width nil) (defvar shr-list-mode nil) (defvar shr-content-cache nil) (defvar shr-kinsoku-shorten nil) (defvar shr-table-depth 0) (defvar shr-stylesheet nil) (defvar shr-base nil) (defvar shr-depth 0) (defvar shr-warning nil) (defvar shr-ignore-cache nil) (defvar shr-external-rendering-functions nil) (defvar shr-target-id nil) (defvar shr-table-separator-length 1) (defvar shr-table-separator-pixel-width 0) (defvar shr-table-id nil) (defvar shr-current-font nil) (defvar shr-internal-bullet nil) (defvar shr-map (byte-code "\301 \302\303\304#\210\302\305\306#\210\302\307\310#\210\302\311\312#\210\302\313\314#\210\302\315\316#\210\302\317\320#\210\302\321\322#\210\302\323\324#\210\302\325\324#\210\302\326\320#\210\302\327\330#\210\302\331\320#\210)\207" [map make-sparse-keymap define-key "a" shr-show-alt-text "i" shr-browse-image "z" shr-zoom-image [9] shr-next-link [134217737] shr-previous-link [follow-link] mouse-face [mouse-2] shr-browse-url "I" shr-insert-image "w" shr-copy-url "u" "v" "o" shr-save-contents " "] 4)) #@51 Display the HTML rendering of the current buffer. (defalias 'shr-render-buffer #[(buffer) "\301\302!\204\n \303\304!\210\305\306!\210\307 \210\310rq\210\302ed\")!\210eb\207" [buffer fboundp libxml-parse-html-region error "This function requires Emacs to be compiled with libxml2" pop-to-buffer "*html*" erase-buffer shr-insert-document] 4 (#$ . 4349) (list (current-buffer))]) #@65 Display the HTML rendering of the region between BEGIN and END. (defalias 'shr-render-region #[(begin end &optional buffer) "\304\305!\204\n \306\307!\210r\206 pq\210\305 \n\" \n|\210 b\210\310!*\207" [buffer begin end dom fboundp libxml-parse-html-region error "This function requires Emacs to be compiled with libxml2" shr-insert-document] 3 (#$ . 4733) "r"]) #@75 Return non-nil if we know at least one of the fringes has non-zero width. (defalias 'shr--have-one-fringe-p #[nil "\302\303!\205Y \304\305\203 \306\202 \307 \310=\203 \311\202 \312\313 !\206% \314\315\316 !\"*\314U?\206Y \310\305\203= \306\202>