emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* preview embedded latex fragments error with my settings
@ 2018-03-26 15:49 stardiviner
  0 siblings, 0 replies; 8+ messages in thread
From: stardiviner @ 2018-03-26 15:49 UTC (permalink / raw)
  To: org-mode

[-- Attachment #1: Type: text/plain, Size: 12284 bytes --]

I have following settings to make org-mode export to PDF works better, 
like export with src block syntax highlighting with "minted", and 
support Chinese export with latex package "ctex" and specify default 
font etc all stuffs.

I used to disabled org-mode startup preview latex fragments. Today I use 
[C-c C-x C-l] to preview latex fragments, it raised error (I shorten the 
very long error stack):

```

Debugger entered--Lisp error: (error "File \"/tmp/orgtexhCLnu9.dvi\" 
wasn’t produced.  Please adjust ‘dvisvgm’ part of 
‘org-preview-latex-process-alist’.")
   signal(error ("File \"/tmp/orgtexhCLnu9.dvi\" wasn’t produced.  
Please adjust ‘dvisvgm’ part of ‘org-preview-latex-process-alist’."))
   error("File \"/tmp/orgtexhCLnu9.dvi\" wasn't produced.  Please adjust 
`dvisvgm' part of `org-preview-latex-process-alist'.")
   (if (org-file-newer-than-p output time) nil (error (format "File %S 
wasn't produced%s" output err-msg)))
   (let* ((base-name (file-name-base source)) (full-name (file-truename 
source)) (out-dir (or (file-name-directory source) "./")) (output 
(expand-file-name (concat base-name "." ext) out-dir)) (time 
(current-time)) (err-msg (if (stringp err-msg) (concat ".  " err-msg) 
""))) (let ((wconfig (current-window-configuration))) (unwind-protect 
(progn (cond ((functionp process) (funcall process (shell-quote-argument 
source))) ((consp process) (let ((log-buf (and log-buf 
(get-buffer-create log-buf))) (spec (append spec (list (cons 98 
(shell-quote-argument base-name)) (cons 102 (shell-quote-argument 
source)) (cons 70 (shell-quote-argument full-name)) (cons 111 
(shell-quote-argument out-dir)) (cons 79 (shell-quote-argument 
output)))))) (let ((--dolist-tail-- process)) (while --dolist-tail-- 
(let ((command (car --dolist-tail--))) (shell-command (format-spec 
command spec) log-buf) (setq --dolist-tail-- (cdr --dolist-tail--))))) 
(if log-buf (progn (save-current-buffer (set-buffer log-buf) 
(compilation-mode)))))) (t (error "No valid command to process %S%s" 
source err-msg)))) (set-window-configuration wconfig))) (if 
(org-file-newer-than-p output time) nil (error (format "File %S wasn't 
produced%s" output err-msg))) output)
   org-compile-file("/tmp/orgtexhCLnu9.tex" ("latex -interaction 
nonstopmode -output-directory %o %f") "dvi" "Please adjust `dvisvgm' 
part of `org-preview-latex-process-alist'." #<buffer *Org Preview LaTeX 
Output*>)
   (let* ((err-msg (format "Please adjust `%s' part of 
`org-preview-latex-process-alist'." processing-type)).... (progn 
(delete-file (concat texfilebase e)))) (setq --dolist-tail-- (cdr 
--dolist-tail--))))) image-output-file)
   (let* ((processing-type (or processing-type 
org-preview-latex-default-process)) (processing-info .... (setq 
--dolist-tail-- (cdr --dolist-tail--))))) image-output-file))
   org-create-formula-image("$\\LaTeX$" 
"/home/stardiviner/Org/Projects/Programming 
Projects/ltximg/org-ltximg_033e468d0c9a55db5895a459bfaa279c4e322eb9.svg" 
(:foreground default :background default :scale 2.0 :html-foreground 
"Black" :html-background "Transparent" :html-scale 2.5 :matchers 
("begin" "$1" "$" "$$" "\\(" "\\[")) forbuffer dvisvgm)
   (if (file-exists-p movefile) nil (org-create-formula-image value 
movefile options forbuffer processing-type))
   (let* ((processing-info (cdr (assq processing-type 
org-preview-latex-process-alist)))....... (goto-char beg) (delete-region 
beg end) (insert (org-format-latex-as-mathml value block-type prefix 
dir))) (t (error "Unknown conversion process %s for LaTeX fragments" 
processing-type)))
   (let ((block-type (eq type 'latex-environment)) (value 
(org-element-property :value context))..... (setq cnt (1+ cnt)) (if msg 
(progn (message msg cnt))) (goto-char beg) (delete-region beg end) 
(insert (org-format-latex-as-mathml value block-type prefix dir))) (t 
(error "Unknown conversion process %s for LaTeX fragments" 
processing-type))))
   (progn (let ((block-type (eq type 'latex-environment)) (value 
(org-element-property :value context)) ... (insert 
(org-format-latex-as-mathml value block-type prefix dir))) (t (error 
"Unknown conversion process %s for LaTeX fragments" processing-type)))))
   (if (memq type '(latex-environment latex-fragment)) (progn (let 
((block-type (eq type 'latex-environment)) (value (org-element-property 
:value context)) (beg (org-element-property :begin context)) (end 
(save-excursion (goto-char (org-element-property :end context)) 
(skip-chars-backward " \15\11\n") (point)))) (cond ((eq processing-type 
'mathjax).... (goto-char beg) (delete-region beg end) (insert 
(org-format-latex-as-mathml value block-type prefix dir))) (t (error 
"Unknown conversion process %s for LaTeX fragments" processing-type))))))
   (let* ((context (org-element-context)) (type (org-element-type 
context))) (if (memq type '(latex-environment latex-fragment)) (progn 
(let ((block-type (eq type 'latex-environment)) (value 
(org-element-property :value context)) (beg (org-element-property :begin 
context)).... ((eq processing-type 'mathml) (if 
(org-format-latex-mathml-available-p) nil (user-error "LaTeX to MathML 
converter not configured")) (setq cnt (1+ cnt)) (if msg (progn (message 
msg cnt))) (goto-char beg) (delete-region beg end) (insert 
(org-format-latex-as-mathml value block-type prefix dir))) (t (error 
"Unknown conversion process %s for LaTeX fragments" processing-type)))))))
   (if (and overlays (eq (get-char-property (point) 'org-overlay-type) 
'org-latex-overlay)) nil (let* ((context (org-element-context)) (type 
(org-element-type context))) (if (memq type '(latex-environment 
latex-fragment)) (progn (let ((block-type (eq type 'latex-environment)) 
(value (org-element-property :value context)) (beg (org-element-property 
:begin context)) (end (save-excursion (goto-char (org-element-property 
:end context))......(if msg (progn (message msg cnt))) (goto-char beg) 
(delete-region beg end) (insert (org-format-latex-as-mathml value 
block-type prefix dir))) (t (error "Unknown conversion process %s for 
LaTeX fragments" processing-type))))))))
   (while (re-search-forward math-regexp end t) (if (and overlays (eq 
(get-char-property (point) 'org-overlay-type) 'org-latex-overlay)) nil 
(let* ((context (org-element-context)) (type (org-element-type 
context))) (if (memq type '(latex-environment latex-fragment)).... (setq 
cnt (1+ cnt)) (if msg (progn (message msg cnt))) (goto-char beg) 
(delete-region beg end) (insert (org-format-latex-as-mathml value 
block-type prefix dir))) (t (error "Unknown conversion process %s for 
LaTeX fragments" processing-type)))))))))
   (let* ((math-regexp "\\$\\|\\\\[([]\\|^[ 
\11]*\\\\begin{[A-Za-z0-9*]+}") (cnt 0) checkdir-flag) (goto-char (or 
beg (point-min))) (if (and overlays (memq processing-type '(dvipng 
imagemagick))) (progn (overlay-recenter (or end (point-max))))).... 
(setq cnt (1+ cnt)) (if msg (progn (message msg cnt))) (goto-char beg) 
(delete-region beg end) (insert (org-format-latex-as-mathml value 
block-type prefix dir))) (t (error "Unknown conversion process %s for 
LaTeX fragments" processing-type))))))))))
   (if (eq processing-type 'verbatim) nil (let* ((math-regexp 
"\\$\\|\\\\[([]\\|^[ \11]*\\\\begin{[A-Za-z0-9*]+}") (cnt 0) 
checkdir-flag) (goto-char (or beg (point-min)))..... (t (error "Unknown 
conversion process %s for LaTeX fragments" processing-type)))))))))))
   org-format-latex("ltximg/org-ltximg" 160825 160845 
"/home/stardiviner/Org/Projects/Programming Projects/" overlays 
"Creating images for section..." forbuffer dvisvgm)
   (let ((file (buffer-file-name (buffer-base-buffer)))) 
(org-format-latex (concat org-preview-latex-image-directory 
"org-ltximg") beg end (if (or (not file) (file-remote-p file)) 
temporary-file-directory default-directory) 'overlays msg 'forbuffer 
org-preview-latex-default-process))
   (let (beg end msg) (cond ((or (equal arg '(16)) (and (equal arg '(4)) 
(progn (defvar org-called-with-limited-levels) (defvar 
org-outline-regexp) (defvar outline-regexp)..... (org-format-latex 
(concat org-preview-latex-image-directory "org-ltximg") beg end (if (or 
(not file) (file-remote-p file)) temporary-file-directory 
default-directory) 'overlays msg 'forbuffer 
org-preview-latex-default-process)) (message (concat msg "done")))
   (save-excursion (let (beg end msg) (cond ((or (equal arg '(16)) (and 
(equal arg '(4)) (progn (defvar org-called-with-limited-levels) (defvar 
org-outline-regexp) (defvar outline-regexp) (defvar 
org-outline-regexp-bol) (let* ((org-called-with-limited-levels t) 
(org-outline-regexp (org-get-limited-outline-regexp)) (outline-regexp 
org-outline-regexp) (org-outline-regexp-bol (concat "^" 
org-outline-regexp)))..... (let ((file (buffer-file-name 
(buffer-base-buffer)))) (org-format-latex (concat 
org-preview-latex-image-directory "org-ltximg") beg end (if (or (not 
file) (file-remote-p file)) temporary-file-directory default-directory) 
'overlays msg 'forbuffer org-preview-latex-default-process)) (message 
(concat msg "done"))))))
   (if (display-graphic-p) (progn (catch 'exit (save-excursion (let (beg 
end msg) (cond ((or (equal arg '(16)) (and (equal arg '(4)) (progn 
(defvar org-called-with-limited-levels) (defvar org-outline-regexp) 
(defvar outline-regexp) (defvar org-outline-regexp-bol) (let* 
((org-called-with-limited-levels t) (org-outline-regexp 
(org-get-limited-outline-regexp)) (outline-regexp org-outline-regexp) 
(org-outline-regexp-bol (concat "^" org-outline-regexp))) 
(org-before-first-heading-p)))))......(file-remote-p file)) 
temporary-file-directory default-directory) 'overlays msg 'forbuffer 
org-preview-latex-default-process)) (message (concat msg "done")))))))
   org-toggle-latex-fragment(nil)
   funcall-interactively(org-toggle-latex-fragment nil)
   call-interactively(org-toggle-latex-fragment nil nil)
   command-execute(org-toggle-latex-fragment)
```

Here is a simple version config might reproduce my problem:

```elisp

(setq org-preview-latex-default-process 'dvisvgm) ; generate SVG for 
better image.
(setq org-latex-image-default-width "2.0\\linewidth")
(setq org-format-latex-options
       (plist-put org-format-latex-options :scale 2.0)) ; adjust LaTeX 
preview image size.
(setq org-format-latex-header
       (concat org-format-latex-header "\n" "\\setmainfont{DejaVu Sans}"))
(setq org-format-latex-header
       (concat org-format-latex-header "\n" "\\setsansfont{DejaVu Serif}"))
(setq org-format-latex-header
       (concat org-format-latex-header "\n" "\\setmonofont{DejaVu Sans 
Mono}"))
(setq-default TeX-engine 'xetex)
(add-to-list 'org-latex-packages-alist '("" "ctex"))
(setq org-format-latex-header
       (concat org-format-latex-header "\n" "\\usepackage[utf8]{ctex}"))

;;; support for export Chinese LaTeX to PDF
(setf org-latex-default-packages-alist
       (remove '("AUTO" "inputenc" t ("pdflatex")) 
org-latex-default-packages-alist))
;;; set font for Chinese
(setq org-format-latex-header
       (concat org-format-latex-header "\n" "\\usepackage{fontspec}"))
(setq org-format-latex-header
       (concat org-format-latex-header "\n" 
"\\setCJKmainfont[scale=0.6]{WenQuanYi Micro Hei}"))
(setq org-format-latex-header
       (concat org-format-latex-header "\n" "\\setCJKsansfont{WenQuanYi 
Micro Hei}"))
(setq org-format-latex-header
       (concat org-format-latex-header "\n" "\\setCJKmonofont{WenQuanYi 
Micro Hei Mono}"))
;; set PDF file default font size. (Chinese)
(setq org-format-latex-header
       (replace-regexp-in-string
        "documentclass{article}"
"documentclass[fontsize=5pt]{article}"
        org-format-latex-header))
;; Chinese linebreak
(setq org-format-latex-header
       (concat org-format-latex-header "\n" "\\XeTeXlinebreaklocale 
\"zh\""))
(setq org-format-latex-header
       (concat org-format-latex-header "\n" "\\XeTeXlinebreakskip = 0pt 
plus 1pt minus 0.1pt"))
;; CJKulem
(setq org-format-latex-header
       (concat org-format-latex-header "\n" "\\usepackage{CJKulem}"))
;; page style
(add-to-list 'org-latex-packages-alist '("" "fancyhdr"))
(setq org-format-latex-header
       (concat org-format-latex-header "\n" "\\pagestyle{fancy}"))

```


[-- Attachment #2: Type: text/html, Size: 24808 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* preview embedded latex fragments error with my settings
@ 2018-03-26 15:55 stardiviner
  2018-03-26 16:20 ` Nicolas Goaziou
  0 siblings, 1 reply; 8+ messages in thread
From: stardiviner @ 2018-03-26 15:55 UTC (permalink / raw)
  To: org-mode


[-- Attachment #1.1: Type: text/plain, Size: 9158 bytes --]

I have following settings to make org-mode export to PDF works better, 
like export with src block syntax highlighting with "minted", and 
support Chinese export with latex package "ctex" and specify default 
font etc all stuffs.

I used to disabled org-mode startup preview latex fragments. Today I use 
[C-c C-x C-l] to preview latex fragments, it raised error (I shorten the 
error stack manuallyfor easy to read):

```

Debugger entered--Lisp error: (error "File \"/tmp/orgtexhCLnu9.dvi\" 
wasn’t produced.  Please adjust ‘dvisvgm’ part of 
‘org-preview-latex-process-alist’.")
   signal(error ("File \"/tmp/orgtexhCLnu9.dvi\" wasn’t produced.  
Please adjust ‘dvisvgm’ part of ‘org-preview-latex-process-alist’."))
   error("File \"/tmp/orgtexhCLnu9.dvi\" wasn't produced.  Please adjust 
`dvisvgm' part of `org-preview-latex-process-alist'.")
   (if (org-file-newer-than-p output time) nil (error (format "File %S 
wasn't produced%s" output err-msg)))
   (let* ((base-name (file-name-base source)) (full-name (file-truename 
source)) (out-dir (or (file-name-directory source) "./")) (output 
(expand-file-name (concat base-name "." ext) out-dir)) (time 
(current-time)) (err-msg (if (stringp err-msg) (concat ".  " err-msg) 
""))) (let ((wconfig (current-window-configuration))) (unwind-protect 
(progn (cond ((functionp process) (funcall process (shell-quote-argument 
source))) ((consp process) (let ((log-buf (and log-buf 
(get-buffer-create log-buf))) (spec (append spec (list (cons 98 
(shell-quote-argument base-name)) (cons 102 (shell-quote-argument 
source)) (cons 70 (shell-quote-argument full-name)) (cons 111 
(shell-quote-argument out-dir)) (cons 79 (shell-quote-argument 
output)))))) (let ((--dolist-tail-- process)) (while --dolist-tail-- 
(let ((command (car --dolist-tail--))) (shell-command (format-spec 
command spec) log-buf) (setq --dolist-tail-- (cdr --dolist-tail--))))) 
(if log-buf (progn (save-current-buffer (set-buffer log-buf) 
(compilation-mode)))))) (t (error "No valid command to process %S%s" 
source err-msg)))) (set-window-configuration wconfig))) (if 
(org-file-newer-than-p output time) nil (error (format "File %S wasn't 
produced%s" output err-msg))) output)
   org-compile-file("/tmp/orgtexhCLnu9.tex" ("latex -interaction 
nonstopmode -output-directory %o %f") "dvi" "Please adjust `dvisvgm' 
part of `org-preview-latex-process-alist'." #<buffer *Org Preview LaTeX 
Output*>)
   (let* ((err-msg (format "Please adjust `%s' part of 
`org-preview-latex-process-alist'." processing-type)) ...... (let 
((--dolist-tail-- post-clean)) (while --dolist-tail-- (let ((e (car 
--dolist-tail--))) (if (file-exists-p (concat texfilebase e)) (progn 
(delete-file (concat texfilebase e)))) (setq --dolist-tail-- (cdr 
--dolist-tail--))))) image-output-file))
   org-create-formula-image("$\\LaTeX$" 
"/home/stardiviner/Org/Projects/Programming 
Projects/ltximg/org-ltximg_033e468d0c9a55db5895a459bfaa279c4e322eb9.svg" 
(:foreground default :background default :scale 2.0 :html-foreground 
"Black" :html-background "Transparent" :html-scale 2.5 :matchers 
("begin" "$1" "$" "$$" "\\(" "\\[")) forbuffer dvisvgm)
   (if (file-exists-p movefile) nil (org-create-formula-image value 
movefile options forbuffer processing-type))
   (let* ((processing-info (cdr (assq processing-type 
org-preview-latex-process-alist))) (face (face-at-point)) (fg (let 
((color (plist-get org-format-latex-options :foreground))) (if (and 
forbuffer (eq color 'auto)) (face-attribute face :foreground nil 
'default) color)))..... (delete-region beg end) (insert 
(org-format-latex-as-mathml value block-type prefix dir))) (t (error 
"Unknown conversion process %s for LaTeX fragments" processing-type)))
   (let ((block-type (eq type 'latex-environment)) (value 
(org-element-property :value context)) (beg (org-element-property :begin 
context)) (end (save-excursion (goto-char (org-element-property :end 
context))......(goto-char beg) (delete-region beg end) (insert 
(org-format-latex-as-mathml value block-type prefix dir))) (t (error 
"Unknown conversion process %s for LaTeX fragments" processing-type))))
   (progn (let ((block-type (eq type 'latex-environment)) (value 
(org-element-property :value context))...... (setq cnt (1+ cnt)) (if msg 
(progn (message msg cnt))) (goto-char beg) (delete-region beg end) 
(insert (org-format-latex-as-mathml value block-type prefix dir))) (t 
(error "Unknown conversion process %s for LaTeX fragments" 
processing-type)))))
   (if (memq type '(latex-environment latex-fragment)) (progn (let 
((block-type (eq type 'latex-environment)) (value (org-element-property 
:value context)) (beg (org-element-property :begin context))..... (t 
(error "Unknown conversion process %s for LaTeX fragments" 
processing-type))))))
   (let* ((context (org-element-context)) (type (org-element-type 
context))) (if (memq type '(latex-environment latex-fragment)) (progn 
(let ((block-type (eq type 'latex-environment))...... (setq cnt (1+ 
cnt)) (if msg (progn (message msg cnt))) (goto-char beg) (delete-region 
beg end) (insert (org-format-latex-as-mathml value block-type prefix 
dir))) (t (error "Unknown conversion process %s for LaTeX fragments" 
processing-type)))))))
   (if (and overlays (eq (get-char-property (point) 'org-overlay-type) 
'org-latex-overlay)) nil (let* ((context (org-element-context)) (type 
(org-element-type context)))..... (goto-char beg) (delete-region beg 
end) (insert (org-format-latex-as-mathml value block-type prefix dir))) 
(t (error "Unknown conversion process %s for LaTeX fragments" 
processing-type))))))))
   (while (re-search-forward math-regexp end t) (if (and overlays (eq 
(get-char-property (point) 'org-overlay-type) 'org-latex-overlay)) nil 
(let* ((context (org-element-context))......... (setq cnt (1+ cnt)) (if 
msg (progn (message msg cnt))) (goto-char beg) (delete-region beg end) 
(insert (org-format-latex-as-mathml value block-type prefix dir))) (t 
(error "Unknown conversion process %s for LaTeX fragments" 
processing-type))))))))))
   (if (eq processing-type 'verbatim) nil (let* ((math-regexp 
"\\$\\|\\\\[([]\\|^[ \11]*\\\\begin{[A-Za-z0-9*]+}") (cnt 0) 
checkdir-flag) (goto-char (or beg (point-min))) (if (and overlays (memq 
processing-type '(dvipng imagemagick))) (progn (overlay-recenter (or end 
(point-max))))).....(goto-char beg) (delete-region beg end) (insert 
(org-format-latex-as-mathml value block-type prefix dir))) (t (error 
"Unknown conversion process %s for LaTeX fragments" 
processing-type)))))))))))
   org-format-latex("ltximg/org-ltximg" 160825 160845 
"/home/stardiviner/Org/Projects/Programming Projects/" overlays 
"Creating images for section..." forbuffer dvisvgm)
   (let ((file (buffer-file-name (buffer-base-buffer)))) 
(org-format-latex (concat org-preview-latex-image-directory 
"org-ltximg") beg end (if (or (not file) (file-remote-p file)) 
temporary-file-directory default-directory) 'overlays msg 'forbuffer 
org-preview-latex-default-process))
   (let (beg end msg)..... 'overlays msg 'forbuffer 
org-preview-latex-default-process)) (message (concat msg "done")))
   (save-excursion (let (beg end msg) (cond ((or (equal arg '(16)) (and 
(equal arg '(4)) (progn (defvar org-called-with-limited-levels) (defvar 
org-outline-regexp) (defvar outline-regexp) (defvar 
org-outline-regexp-bol) (let* ((org-called-with-limited-levels t) 
(org-outline-regexp (org-get-limited-outline-regexp)) (outline-regexp 
org-outline-regexp)..... beg end (if (or (not file) (file-remote-p 
file)) temporary-file-directory default-directory) 'overlays msg 
'forbuffer org-preview-latex-default-process)) (message (concat msg 
"done"))))
   (catch 'exit (save-excursion (let (beg end msg) (cond ((or (equal arg 
'(16)) (and (equal arg '(4)) (progn (defvar 
org-called-with-limited-levels) (defvar 
org-outline-regexp).....(org-format-latex (concat 
org-preview-latex-image-directory "org-ltximg") beg end (if (or (not 
file) (file-remote-p file)) temporary-file-directory default-directory) 
'overlays msg 'forbuffer org-preview-latex-default-process)) (message 
(concat msg "done"))))))
   (if (display-graphic-p) (progn (catch 'exit (save-excursion (let (beg 
end msg) (cond ((or (equal arg '(16)) (and (equal arg '(4)) (progn 
(defvar org-called-with-limited-levels) (defvar org-outline-regexp) 
(defvar outline-regexp) (defvar org-outline-regexp-bol)..... (progn 
(message "LaTeX fragment images removed from section") (throw 'exit 
nil)) (setq msg "Creating images for section...")))))) (let ((file 
(buffer-file-name (buffer-base-buffer)))) (org-format-latex (concat 
org-preview-latex-image-directory "org-ltximg") beg end (if (or (not 
file) (file-remote-p file)) temporary-file-directory default-directory) 
'overlays msg 'forbuffer org-preview-latex-default-process)) (message 
(concat msg "done")))))))
   org-toggle-latex-fragment(nil)
   funcall-interactively(org-toggle-latex-fragment nil)
   call-interactively(org-toggle-latex-fragment nil nil)
   command-execute(org-toggle-latex-fragment)
```


The attachment is a simple config that you can reproduce this problem.


[-- Attachment #1.2: Type: text/html, Size: 17815 bytes --]

[-- Attachment #2: reproduce-config.el --]
[-- Type: text/x-emacs-lisp, Size: 4263 bytes --]

(setq org-preview-latex-default-process 'dvisvgm) ; generate SVG for better image.
(setq org-latex-image-default-width "2.0\\linewidth")
(setq org-format-latex-options
      (plist-put org-format-latex-options :scale 2.0)) ; adjust LaTeX preview image size.
(setq org-format-latex-options
      (plist-put org-format-latex-options :html-scale 2.5)) ; adjust HTML exporting LaTeX image size.

;;; Org export to LaTeX default headers.
;; set LaTeX default font
(setq org-format-latex-header
      (concat org-format-latex-header "\n" "\\setmainfont{DejaVu Sans}"))
(setq org-format-latex-header
      (concat org-format-latex-header "\n" "\\setsansfont{DejaVu Serif}"))
(setq org-format-latex-header
      (concat org-format-latex-header "\n" "\\setmonofont{DejaVu Sans Mono}"))

;;; export to PDF with src blocks syntax highlighting.
(setq org-latex-listings 'minted)
(add-to-list 'org-latex-packages-alist '("" "minted"))
(setq org-latex-minted-options
      '(("frame" "lines")
        ("linenos" "true") ; enable number lines
        ;; ("frame" "single") ; box frame
        ("escapeinside" "$$") ; escape to LaTeX between the two characters specified in $$.
        ("mathescape" "true") ; escape and interrupt math in src block
        ("texcomments" "true") ; enable LaTeX code inside comments
        ("numbersep" "5pt") ; gap between numbers and start of line
        ("framesep" "2mm") ; distance between frame and content
        ;; ("fontsize" "??") ; font size in code block
        ("breaklines" "true")
        ))
;; (add-to-list 'org-latex-minted-langs '(clojure "Clojure"))
;; (add-to-list 'org-latex-pdf-process
;;                "latexmk -shell-escape -bibtex -xelatex -g -f %f")
;;; Org-mode export to -> Chinese TeX (ctex) -> PDF
;;; set default LaTeX engine to xetex
(setq-default TeX-engine 'xetex)
(add-to-list 'org-latex-packages-alist '("" "ctex"))
(setq org-format-latex-header
      (concat org-format-latex-header "\n" "\\usepackage[utf8]{ctex}"))
;; (setq org-format-latex-header
;;       (concat org-format-latex-header "\n" "\\usepackage{xeCJK}"))
;;; set latex to xelatex engine.
(setq org-latex-pdf-process
      '("xelatex -8bit --shell-escape  -interaction=nonstopmode -output-directory %o %f"
        "xelatex -8bit --shell-escape  -interaction=nonstopmode -output-directory %o %f"
        "xelatex -8bit --shell-escape  -interaction=nonstopmode -output-directory %o %f"))
;; specify src block syntax highlighting color scheme
(setq org-format-latex-header
      (concat org-format-latex-header "\n" "\\usemintedstyle{manni}"))
;; set src block
(setq org-format-latex-header
      (concat org-format-latex-header "\n"
              "\\lstset{frame=shadowbox,
numbers=left,
numberstyle= \\tiny,
keywordstyle= \\color{ blue!70},commentstyle=\\color{red!50!green!50!blue!50},
rulesepcolor= \\color{ red!20!green!20!blue!20}"))

;;; support for export Chinese LaTeX to PDF
(setf org-latex-default-packages-alist
      (remove '("AUTO" "inputenc" t ("pdflatex")) org-latex-default-packages-alist))
;;; set font for Chinese
(setq org-format-latex-header
      (concat org-format-latex-header "\n" "\\usepackage{fontspec}"))
(setq org-format-latex-header
      (concat org-format-latex-header "\n" "\\setCJKmainfont[scale=0.6]{WenQuanYi Micro Hei}"))
(setq org-format-latex-header
      (concat org-format-latex-header "\n" "\\setCJKsansfont{WenQuanYi Micro Hei}"))
(setq org-format-latex-header
      (concat org-format-latex-header "\n" "\\setCJKmonofont{WenQuanYi Micro Hei Mono}"))
;; set PDF file default font size. (Chinese)
(setq org-format-latex-header
      (replace-regexp-in-string
       "documentclass{article}"
       "documentclass[fontsize=5pt]{article}"
       org-format-latex-header))
;; Chinese linebreak
(setq org-format-latex-header
      (concat org-format-latex-header "\n" "\\XeTeXlinebreaklocale \"zh\""))
(setq org-format-latex-header
      (concat org-format-latex-header "\n" "\\XeTeXlinebreakskip = 0pt plus 1pt minus 0.1pt"))
;; CJKulem
(setq org-format-latex-header
      (concat org-format-latex-header "\n" "\\usepackage{CJKulem}"))
;; page style
(add-to-list 'org-latex-packages-alist '("" "fancyhdr"))
(setq org-format-latex-header
      (concat org-format-latex-header "\n" "\\pagestyle{fancy}"))

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: preview embedded latex fragments error with my settings
  2018-03-26 15:55 preview embedded latex fragments error with my settings stardiviner
@ 2018-03-26 16:20 ` Nicolas Goaziou
  2018-03-27  0:57   ` stardiviner
  0 siblings, 1 reply; 8+ messages in thread
From: Nicolas Goaziou @ 2018-03-26 16:20 UTC (permalink / raw)
  To: stardiviner; +Cc: org-mode

Hello,

stardiviner <numbchild@gmail.com> writes:

> I have following settings to make org-mode export to PDF works better,
> like export with src block syntax highlighting with "minted", and
> support Chinese export with latex package "ctex" and specify default
> font etc all stuffs.
>
> I used to disabled org-mode startup preview latex fragments. Today
> I use [C-c C-x C-l] to preview latex fragments, it raised error (I
> shorten the error stack manuallyfor easy to read):

Do you have dvisvgm program on your system? Does the file
"/tmp/orgtexhCLnu9.dvi" exist?

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: preview embedded latex fragments error with my settings
  2018-03-26 16:20 ` Nicolas Goaziou
@ 2018-03-27  0:57   ` stardiviner
  2018-03-27  4:48     ` John Kitchin
  2018-03-27  7:56     ` Alan Schmitt
  0 siblings, 2 replies; 8+ messages in thread
From: stardiviner @ 2018-03-27  0:57 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: org-mode

[-- Attachment #1: Type: text/plain, Size: 831 bytes --]

I have divsvgm program on my arch linuxsystem. And 
"/tmp/orgtexhClnu9.dvi" does not exist, it is not produced. Only 
"/tmp/orgtexhClnu9.tex" and "/tmp/orgtexhClnu9.log" two file.


On 03/27/2018 12:20 AM, Nicolas Goaziou wrote:
> Hello,
>
> stardiviner <numbchild@gmail.com> writes:
>
>> I have following settings to make org-mode export to PDF works better,
>> like export with src block syntax highlighting with "minted", and
>> support Chinese export with latex package "ctex" and specify default
>> font etc all stuffs.
>>
>> I used to disabled org-mode startup preview latex fragments. Today
>> I use [C-c C-x C-l] to preview latex fragments, it raised error (I
>> shorten the error stack manuallyfor easy to read):
> Do you have dvisvgm program on your system? Does the file
> "/tmp/orgtexhCLnu9.dvi" exist?
>
> Regards,
>


[-- Attachment #2: Type: text/html, Size: 2249 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: preview embedded latex fragments error with my settings
  2018-03-27  0:57   ` stardiviner
@ 2018-03-27  4:48     ` John Kitchin
  2018-03-27  7:56     ` Alan Schmitt
  1 sibling, 0 replies; 8+ messages in thread
From: John Kitchin @ 2018-03-27  4:48 UTC (permalink / raw)
  To: stardiviner; +Cc: org-mode, Nicolas Goaziou

[-- Attachment #1: Type: text/plain, Size: 1331 bytes --]

it sounds like you should run something like this at the commandline:

latex /tmp/orgtexhClnu9.tex

and see if any errors come up. Maybe some package is missing.

John

-----------------------------------
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu


On Mon, Mar 26, 2018 at 5:57 PM, stardiviner <numbchild@gmail.com> wrote:

> I have divsvgm program on my arch linux system. And "/tmp/orgtexhClnu9.dvi"
> does not exist, it is not produced. Only "/tmp/orgtexhClnu9.tex" and "/tmp
> /orgtexhClnu9.log" two file.
>
> On 03/27/2018 12:20 AM, Nicolas Goaziou wrote:
>
> Hello,
>
> stardiviner <numbchild@gmail.com> <numbchild@gmail.com> writes:
>
>
> I have following settings to make org-mode export to PDF works better,
> like export with src block syntax highlighting with "minted", and
> support Chinese export with latex package "ctex" and specify default
> font etc all stuffs.
>
> I used to disabled org-mode startup preview latex fragments. Today
> I use [C-c C-x C-l] to preview latex fragments, it raised error (I
> shorten the error stack manuallyfor easy to read):
>
> Do you have dvisvgm program on your system? Does the file
> "/tmp/orgtexhCLnu9.dvi" exist?
>
> Regards,
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 5239 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: preview embedded latex fragments error with my settings
  2018-03-27  0:57   ` stardiviner
  2018-03-27  4:48     ` John Kitchin
@ 2018-03-27  7:56     ` Alan Schmitt
  2018-03-27 10:12       ` stardiviner
  1 sibling, 1 reply; 8+ messages in thread
From: Alan Schmitt @ 2018-03-27  7:56 UTC (permalink / raw)
  To: stardiviner; +Cc: org-mode, Nicolas Goaziou

[-- Attachment #1: Type: text/plain, Size: 558 bytes --]

On 2018-03-27 08:57, stardiviner <numbchild@gmail.com> writes:

> I have divsvgm program on my arch linuxsystem. And "/tmp/orgtexhClnu9.dvi" does
> not exist, it is not produced. Only "/tmp/orgtexhClnu9.tex" and
> "/tmp/orgtexhClnu9.log" two file.

What does the log file say? There will probably be a hint about what is
wrong. (The fact that it is there suggests latex started running, but
did not produce the dvi file.)

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7
Monthly Athmospheric CO₂, Mauna Loa Obs. 2018-02: 408.35, 2017-02: 406.42

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 528 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: preview embedded latex fragments error with my settings
  2018-03-27  7:56     ` Alan Schmitt
@ 2018-03-27 10:12       ` stardiviner
  2018-03-27 13:38         ` Alan Schmitt
  0 siblings, 1 reply; 8+ messages in thread
From: stardiviner @ 2018-03-27 10:12 UTC (permalink / raw)
  To: Alan Schmitt; +Cc: org-mode, Nicolas Goaziou


[-- Attachment #1.1: Type: text/plain, Size: 4635 bytes --]

After run command, got error outputthe following output:

(I'm trying to make those settings buffer-local and can be toggled by a 
minor mode, so this can be separate with default setting, and enabled 
when needed)


#+begin_src shell :eval no
latex /tmp/orgtexhCLnu9.tex
#+end_src

#+RESULTS:
: This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Arch 
Linux) (preloaded format=latex)
:  restricted \write18 enabled.
: entering extended mode
: (./orgtexRknCCm.tex
: LaTeX2e <2017-04-15>
: Babel <3.18> and hyphenation patterns for 84 language(s) loaded.
: (/usr/share/texmf-dist/tex/latex/base/article.cls
: Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
: (/usr/share/texmf-dist/tex/latex/base/size10.clo))
: (/usr/share/texmf-dist/tex/latex/graphics/color.sty
: (/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg)
: (/usr/share/texmf-dist/tex/latex/graphics-def/dvips.def)
: (/usr/share/texmf-dist/tex/latex/graphics/dvipsnam.def))
: (/usr/share/texmf-dist/tex/latex/geometry/geometry.sty
: (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty)
: (/usr/share/texmf-dist/tex/generic/oberdiek/ifpdf.sty)
: (/usr/share/texmf-dist/tex/generic/oberdiek/ifvtex.sty)
: (/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty))
: (/usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)
: (/usr/share/texmf-dist/tex/latex/fncychap/fncychap.sty)
: (/usr/share/texmf-dist/tex/latex/graphics/rotating.sty
: (/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
: (/usr/share/texmf-dist/tex/latex/graphics/graphics.sty
: (/usr/share/texmf-dist/tex/latex/graphics/trig.sty)
: (/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))
: (/usr/share/texmf-dist/tex/latex/base/ifthen.sty))
: (/usr/share/texmf-dist/tex/latex/capt-of/capt-of.sty)
: (/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty
: (/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
: (/usr/share/texmf-dist/tex/generic/ulem/ulem.sty)
: (/usr/share/texmf-dist/tex/latex/wrapfig/wrapfig.sty)
: (/usr/share/texmf-dist/tex/latex/oberdiek/grffile.sty
: (/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty
: (/usr/share/texmf-dist/tex/generic/oberdiek/ltxcmds.sty)
: (/usr/share/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
: (/usr/share/texmf-dist/tex/generic/oberdiek/infwarerr.sty)
: (/usr/share/texmf-dist/tex/generic/oberdiek/etexcmds.sty
: (/usr/share/texmf-dist/tex/generic/oberdiek/ifluatex.sty))))
: (/usr/share/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty))
: (/usr/share/texmf-dist/tex/latex/booktabs/booktabs.sty)
: (/usr/share/texmf-dist/tex/latex/tools/tabularx.sty
: (/usr/share/texmf-dist/tex/latex/tools/array.sty))
: (/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
: For additional information on amsmath, use the `?' option.
: (/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
: (/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty))
: (/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty)
: (/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty))
: (/usr/share/texmf-dist/tex/latex/base/textcomp.sty
: (/usr/share/texmf-dist/tex/latex/base/ts1enc.def))
: (/usr/share/texmf-dist/tex/latex/tools/longtable.sty)
: (/usr/share/texmf-dist/tex/latex/float/float.sty)
: (/usr/share/texmf-dist/tex/xelatex/xunicode/xunicode.sty
:
: ! LaTeX Error: *** this package currently works only with XeTeX ***
:  You are not using XeTeX, so we are exiting cleanly!
:  Continuing may lead to 'unavailable font metrics' errors!
: .
:
: See the LaTeX manual or LaTeX Companion for explanation.
: Type  H <return>  for immediate help.
:  ...
:
: l.113 ...sname\relax\expandafter\notXeTeXformat\fi
:
: ?
: ) (/usr/share/texmf-dist/tex/latex/tools/indentfirst.sty)
: (/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty
: (/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg))
: (/usr/share/texmf-dist/tex/latex/fontspec/fontspec.sty
: (/usr/share/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
: (/usr/share/texmf-dist/tex/latex/l3kernel/expl3.sty
: (/usr/share/texmf-dist/tex/latex/l3kernel/expl3-code.tex)
: (/usr/share/texmf-dist/tex/latex/l3kernel/l3dvips.def)))
:
: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
: !
: ! Fatal fontspec error: "cannot-use-pdftex"
: !
: ! The fontspec package requires either XeTeX or LuaTeX.
: !
: ! You must change your typesetting engine to, e.g., "xelatex" or
: ! "lualatex"instead of "latex" or "pdflatex".
: !
: ! See the fontspec documentation for further information.
: !
: ! For immediate help type H <


After I change compile command to:

$ xelatex -8bit --shell-escape  -interaction=nonstopmode orgtexRknCCm.tex

I got error(too long, so I put it in attachment)


[-- Attachment #1.2: Type: text/html, Size: 8335 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: orgtexRknCCm.log --]
[-- Type: text/x-log; name="orgtexRknCCm.log", Size: 97565 bytes --]

This is XeTeX, Version 3.14159265-2.6-0.99998 (TeX Live 2017/Arch Linux) (preloaded format=xelatex 2018.3.5)  27 MAR 2018 18:11
entering extended mode
 \write18 enabled.
 %&-line parsing enabled.
**orgtexRknCCm.tex
(./orgtexRknCCm.tex
LaTeX2e <2017-04-15>
Babel <3.18> and hyphenation patterns for 84 language(s) loaded.
(/usr/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/share/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/share/texmf-dist/tex/latex/graphics/color.sty
Package: color 2016/07/10 v1.1e Standard LaTeX Color (DPC)

(/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package color Info: Driver file: xetex.def on input line 147.

(/usr/share/texmf-dist/tex/latex/graphics-def/xetex.def
File: xetex.def 2017/06/24 v5.0h Graphics/color driver for xetex
))
(/usr/share/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2010/09/12 v5.6 Page Geometry

(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
\KV@toks@=\toks14
)
(/usr/share/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2017/03/15 v3.2 Provides the ifpdf switch
)
(/usr/share/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2016/05/16 v1.6 Detect VTeX and its facilities (HO)
Package ifvtex Info: VTeX not detected.
)
(/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
\Gm@cnth=\count87
\Gm@cntv=\count88
\c@Gm@tempcnt=\count89
\Gm@bindingoffset=\dimen103
\Gm@wd@mp=\dimen104
\Gm@odd@mp=\dimen105
\Gm@even@mp=\dimen106
\Gm@layoutwidth=\dimen107
\Gm@layoutheight=\dimen108
\Gm@layouthoffset=\dimen109
\Gm@layoutvoffset=\dimen110
\Gm@dimlist=\toks15
)
(/usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
Package: fancyhdr 2017/06/30 v3.9a Extensive control of page headers and footer
s
\f@nch@headwidth=\skip43
\f@nch@O@elh=\skip44
\f@nch@O@erh=\skip45
\f@nch@O@olh=\skip46
\f@nch@O@orh=\skip47
\f@nch@O@elf=\skip48
\f@nch@O@erf=\skip49
\f@nch@O@olf=\skip50
\f@nch@O@orf=\skip51
)
(/usr/share/texmf-dist/tex/latex/fncychap/fncychap.sty
Package: fncychap 2007/07/30 v1.34 LaTeX package (Revised chapters)
\RW=\skip52
\mylen=\skip53
\myhi=\skip54
\px=\skip55
\py=\skip56
\pyy=\skip57
\pxx=\skip58
)
(/usr/share/texmf-dist/tex/latex/graphics/rotating.sty
Package: rotating 2016/08/11 v2.16d rotated objects in LaTeX

(/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR)

(/usr/share/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR)

(/usr/share/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
)
(/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
)
Package graphics Info: Driver file: xetex.def on input line 99.
)
\Gin@req@height=\dimen111
\Gin@req@width=\dimen112
)
(/usr/share/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
)
\c@r@tfl@t=\count90
\rotFPtop=\skip59
\rotFPbot=\skip60
\rot@float@box=\box26
\rot@mess@toks=\toks16
)
(/usr/share/texmf-dist/tex/latex/capt-of/capt-of.sty
Package: capt-of 2009/12/29 v0.2 standard captions outside of floats
)
(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2013/01/14 v3.01 AMS font symbols

(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
\@emptytoks=\toks17
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info:    Overwriting math alphabet `\mathfrak' in version `bold'
(Font)                  U/euf/m/n --> U/euf/b/n on input line 106.
))
(/usr/share/texmf-dist/tex/generic/ulem/ulem.sty
\UL@box=\box27
\UL@hyphenbox=\box28
\UL@skip=\skip61
\UL@hook=\toks18
\UL@height=\dimen113
\UL@pe=\count91
\UL@pixel=\dimen114
\ULC@box=\box29
Package: ulem 2012/05/18
\ULdepth=\dimen115
)
(/usr/share/texmf-dist/tex/latex/wrapfig/wrapfig.sty
\wrapoverhang=\dimen116
\WF@size=\dimen117
\c@WF@wrappedlines=\count92
\WF@box=\box30
\WF@everypar=\toks19
Package: wrapfig 2003/01/31  v 3.6
)
(/usr/share/texmf-dist/tex/latex/oberdiek/grffile.sty
Package: grffile 2017/06/30 v1.18 Extended file name support for graphics (HO)

(/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2016/05/16 v3.12 Key value format for package options (HO)

(/usr/share/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2016/05/16 v1.23 LaTeX kernel commands for general use (HO)
)
(/usr/share/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2016/05/16 v1.17 Key value parser (HO)

(/usr/share/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2016/05/16 v1.4 Providing info/warning/error messages (HO)
)
(/usr/share/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO)

(/usr/share/texmf-dist/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2016/05/16 v1.4 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
Package etexcmds Info: Could not find \expanded.
(etexcmds)             That can mean that you are not using pdfTeX 1.50 or
(etexcmds)             that some package has redefined \expanded.
(etexcmds)             In the latter case, load this package earlier.
)))
(/usr/share/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2018/01/21 v0.26 Utility functions of pdfTeX for LuaTeX (HO
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: pdfTeX >= 1.30 not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode not found.
)
Package grffile Info: Option `multidot' is set to `true'.
Package grffile Info: Option `extendedchars' is set to `false'.
Package grffile Info: Option `space' is set to `true'.
Package grffile Info: \Gin@ii of package `graphicx' fixed on input line 494.
)
(/usr/share/texmf-dist/tex/latex/booktabs/booktabs.sty
Package: booktabs 2016/04/27 v1.618033 publication quality tables
\heavyrulewidth=\dimen118
\lightrulewidth=\dimen119
\cmidrulewidth=\dimen120
\belowrulesep=\dimen121
\belowbottomsep=\dimen122
\aboverulesep=\dimen123
\abovetopsep=\dimen124
\cmidrulesep=\dimen125
\cmidrulekern=\dimen126
\defaultaddspace=\dimen127
\@cmidla=\count93
\@cmidlb=\count94
\@aboverulesep=\dimen128
\@belowrulesep=\dimen129
\@thisruleclass=\count95
\@lastruleclass=\count96
\@thisrulewidth=\dimen130
)
(/usr/share/texmf-dist/tex/latex/tools/tabularx.sty
Package: tabularx 2016/02/03 v2.11 `tabularx' package (DPC)

(/usr/share/texmf-dist/tex/latex/tools/array.sty
Package: array 2016/10/06 v2.4d Tabular extension package (FMi)
\col@sep=\dimen131
\extrarowheight=\dimen132
\NC@list=\toks20
\extratabsurround=\skip62
\backup@length=\skip63
)
\TX@col@width=\dimen133
\TX@old@table=\dimen134
\TX@old@col=\dimen135
\TX@target=\dimen136
\TX@delta=\dimen137
\TX@cols=\count97
\TX@ftn=\toks21
)
(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2017/09/02 v2.17a AMS math features
\@mathmargin=\skip64

For additional information on amsmath, use the `?' option.
(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01 AMS text

(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0 generic functions
\@emptytoks=\toks22
\ex@=\dimen138
))
(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
\pmbraise@=\dimen139
)
(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 2016/03/08 v2.02 operator names
)
\inf@bad=\count98
LaTeX Info: Redefining \frac on input line 213.
\uproot@=\count99
\leftroot@=\count100
LaTeX Info: Redefining \overline on input line 375.
\classnum@=\count101
\DOTSCASE@=\count102
LaTeX Info: Redefining \ldots on input line 472.
LaTeX Info: Redefining \dots on input line 475.
LaTeX Info: Redefining \cdots on input line 596.
\Mathstrutbox@=\box31
\strutbox@=\box32
\big@size=\dimen140
LaTeX Font Info:    Redeclaring font encoding OML on input line 712.
LaTeX Font Info:    Redeclaring font encoding OMS on input line 713.
\macc@depth=\count103
\c@MaxMatrixCols=\count104
\dotsspace@=\muskip10
\c@parentequation=\count105
\dspbrk@lvl=\count106
\tag@help=\toks23
\row@=\count107
\column@=\count108
\maxfields@=\count109
\andhelp@=\toks24
\eqnshift@=\dimen141
\alignsep@=\dimen142
\tagshift@=\dimen143
\tagwidth@=\dimen144
\totwidth@=\dimen145
\lineht@=\dimen146
\@envbody=\toks25
\multlinegap=\skip65
\multlinetaggap=\skip66
\mathdisplay@stack=\toks26
LaTeX Info: Redefining \[ on input line 2817.
LaTeX Info: Redefining \] on input line 2818.
)
(/usr/share/texmf-dist/tex/latex/base/textcomp.sty
Package: textcomp 2017/04/05 v2.0i Standard LaTeX package
Package textcomp Info: Sub-encoding information:
(textcomp)               5 = only ISO-Adobe without \textcurrency
(textcomp)               4 = 5 + \texteuro
(textcomp)               3 = 4 + \textohm
(textcomp)               2 = 3 + \textestimated + \textcurrency
(textcomp)               1 = TS1 - \textcircled - \t
(textcomp)               0 = TS1 (full)
(textcomp)             Font families with sub-encoding setting implement
(textcomp)             only a restricted character set as indicated.
(textcomp)             Family '?' is the default used for unknown fonts.
(textcomp)             See the documentation for details.
Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 79.

(/usr/share/texmf-dist/tex/latex/base/ts1enc.def
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
)
LaTeX Info: Redefining \oldstylenums on input line 334.
Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 349.
Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 350.
Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 351.
Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 352.
Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 353.
Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 354.
Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 355.
Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 356.
Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 357.
Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 358.
Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 359.
Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 360.
Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 361.
Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 362.
Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 363.
Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 364.
Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 365.
Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 366.
Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 367.
Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 368.
Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 369.
Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 370.
Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 371.
Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 372.

Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 373.
Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 374.
Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 375.
Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 376.
Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 377.
Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 378.
Package textcomp Info: Setting lmr sub-encoding to TS1/0 on input line 379.
Package textcomp Info: Setting lmdh sub-encoding to TS1/0 on input line 380.
Package textcomp Info: Setting lmss sub-encoding to TS1/0 on input line 381.
Package textcomp Info: Setting lmssq sub-encoding to TS1/0 on input line 382.
Package textcomp Info: Setting lmvtt sub-encoding to TS1/0 on input line 383.
Package textcomp Info: Setting lmtt sub-encoding to TS1/0 on input line 384.
Package textcomp Info: Setting qhv sub-encoding to TS1/0 on input line 385.
Package textcomp Info: Setting qag sub-encoding to TS1/0 on input line 386.
Package textcomp Info: Setting qbk sub-encoding to TS1/0 on input line 387.
Package textcomp Info: Setting qcr sub-encoding to TS1/0 on input line 388.
Package textcomp Info: Setting qcs sub-encoding to TS1/0 on input line 389.
Package textcomp Info: Setting qpl sub-encoding to TS1/0 on input line 390.
Package textcomp Info: Setting qtm sub-encoding to TS1/0 on input line 391.
Package textcomp Info: Setting qzc sub-encoding to TS1/0 on input line 392.
Package textcomp Info: Setting qhvc sub-encoding to TS1/0 on input line 393.
Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 394.
Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 395.
Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 396.
Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 397.
Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 398.
Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 399.
Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 400.
Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 401.
Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 402.
Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 403.
Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 404.
Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 405.
Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 406.
Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 407.
Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 408.
Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 409.
)
(/usr/share/texmf-dist/tex/latex/tools/longtable.sty
Package: longtable 2014/10/28 v4.11 Multi-page Table package (DPC)
\LTleft=\skip67
\LTright=\skip68
\LTpre=\skip69
\LTpost=\skip70
\LTchunksize=\count110
\LTcapwidth=\dimen147
\LT@head=\box33
\LT@firsthead=\box34
\LT@foot=\box35
\LT@lastfoot=\box36
\LT@cols=\count111
\LT@rows=\count112
\c@LT@tables=\count113
\c@LT@chunks=\count114
\LT@p@ftn=\toks27
)
(/usr/share/texmf-dist/tex/latex/float/float.sty
Package: float 2001/11/08 v1.3d Float enhancements (AL)
\c@float@type=\count115
\float@exts=\toks28
\float@box=\box37
\@float@everytoks=\toks29
\@floatcapt=\box38
)
(/usr/share/texmf-dist/tex/xelatex/xunicode/xunicode.sty
File: xunicode.sty 2011/09/09 v0.981 provides access to latin accents and many 
other characters in Unicode lower plane

(/usr/share/texmf-dist/tex/latex/tipa/t3enc.def
File: t3enc.def 2001/12/31 T3 encoding
)
\tipaTiiicode=\count116
\tipasavetokens=\toks30
\tipachecktokens=\toks31
)
(/usr/share/texmf-dist/tex/latex/tools/indentfirst.sty
Package: indentfirst 1995/11/23 v1.03 Indent first paragraph (DPC)
)
(/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK)

(/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package xcolor Info: Driver file: xetex.def on input line 225.
LaTeX Info: Redefining \color on input line 709.
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348.
Package xcolor Info: Model `RGB' extended on input line 1364.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371.
)
(/usr/share/texmf-dist/tex/latex/fontspec/fontspec.sty
(/usr/share/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
(/usr/share/texmf-dist/tex/latex/l3kernel/expl3.sty
Package: expl3 2018/02/21 L3 programming layer (loader) 

(/usr/share/texmf-dist/tex/latex/l3kernel/expl3-code.tex
Package: expl3 2018/02/21 L3 programming layer (code)
\c_max_int=\count117
\l_tmpa_int=\count118
\l_tmpb_int=\count119
\g_tmpa_int=\count120
\g_tmpb_int=\count121
\g__intarray_font_int=\count122
\g__prg_map_int=\count123
\c_log_iow=\count124
\l_iow_line_count_int=\count125
\l__iow_line_target_int=\count126
\l__iow_one_indent_int=\count127
\l__iow_indent_int=\count128
\c_zero_dim=\dimen148
\c_max_dim=\dimen149
\l_tmpa_dim=\dimen150
\l_tmpb_dim=\dimen151
\g_tmpa_dim=\dimen152
\g_tmpb_dim=\dimen153
\c_zero_skip=\skip71
\c_max_skip=\skip72
\l_tmpa_skip=\skip73
\l_tmpb_skip=\skip74
\g_tmpa_skip=\skip75
\g_tmpb_skip=\skip76
\c_zero_muskip=\muskip11
\c_max_muskip=\muskip12
\l_tmpa_muskip=\muskip13
\l_tmpb_muskip=\muskip14
\g_tmpa_muskip=\muskip15
\g_tmpb_muskip=\muskip16
\l_keys_choice_int=\count129
\c__fp_leading_shift_int=\count130
\c__fp_middle_shift_int=\count131
\c__fp_trailing_shift_int=\count132
\c__fp_big_leading_shift_int=\count133
\c__fp_big_middle_shift_int=\count134
\c__fp_big_trailing_shift_int=\count135
\c__fp_Bigg_leading_shift_int=\count136
\c__fp_Bigg_middle_shift_int=\count137
\c__fp_Bigg_trailing_shift_int=\count138
\l__sort_length_int=\count139
\l__sort_min_int=\count140
\l__sort_top_int=\count141
\l__sort_max_int=\count142
\l__sort_true_max_int=\count143
\l__sort_block_int=\count144
\l__sort_begin_int=\count145
\l__sort_end_int=\count146
\l__sort_A_int=\count147
\l__sort_B_int=\count148
\l__sort_C_int=\count149
\l__tl_build_start_index_int=\count150
\l__tl_build_index_int=\count151
\l__tl_analysis_normal_int=\count152
\l__tl_analysis_index_int=\count153
\l__tl_analysis_nesting_int=\count154
\l__tl_analysis_type_int=\count155
\l__regex_internal_a_int=\count156
\l__regex_internal_b_int=\count157
\l__regex_internal_c_int=\count158
\l__regex_balance_int=\count159
\l__regex_group_level_int=\count160
\l__regex_mode_int=\count161
\c__regex_cs_in_class_mode_int=\count162
\c__regex_cs_mode_int=\count163
\l__regex_catcodes_int=\count164
\l__regex_default_catcodes_int=\count165
\c__regex_catcode_L_int=\count166
\c__regex_catcode_O_int=\count167
\c__regex_catcode_A_int=\count168
\c__regex_all_catcodes_int=\count169
\l__regex_show_lines_int=\count170
\l__regex_min_state_int=\count171
\l__regex_max_state_int=\count172
\l__regex_left_state_int=\count173
\l__regex_right_state_int=\count174
\l__regex_capturing_group_int=\count175
\l__regex_min_pos_int=\count176
\l__regex_max_pos_int=\count177
\l__regex_curr_pos_int=\count178
\l__regex_start_pos_int=\count179
\l__regex_success_pos_int=\count180
\l__regex_curr_char_int=\count181
\l__regex_curr_catcode_int=\count182
\l__regex_last_char_int=\count183
\l__regex_case_changed_char_int=\count184
\l__regex_curr_state_int=\count185
\l__regex_step_int=\count186
\l__regex_min_active_int=\count187
\l__regex_max_active_int=\count188
\l__regex_replacement_csnames_int=\count189
\l__regex_match_count_int=\count190
\l__regex_min_submatch_int=\count191
\l__regex_submatch_int=\count192
\l__regex_zeroth_submatch_int=\count193
\g__regex_trace_regex_int=\count194
\c_empty_box=\box39
\l_tmpa_box=\box40
\l_tmpb_box=\box41
\g_tmpa_box=\box42
\g_tmpb_box=\box43
\l__box_top_dim=\dimen154
\l__box_bottom_dim=\dimen155
\l__box_left_dim=\dimen156
\l__box_right_dim=\dimen157
\l__box_top_new_dim=\dimen158
\l__box_bottom_new_dim=\dimen159
\l__box_left_new_dim=\dimen160
\l__box_right_new_dim=\dimen161
\l__box_internal_box=\box44
\l__coffin_internal_box=\box45
\l__coffin_internal_dim=\dimen162
\l__coffin_offset_x_dim=\dimen163
\l__coffin_offset_y_dim=\dimen164
\l__coffin_x_dim=\dimen165
\l__coffin_y_dim=\dimen166
\l__coffin_x_prime_dim=\dimen167
\l__coffin_y_prime_dim=\dimen168
\c_empty_coffin=\box46
\l__coffin_aligned_coffin=\box47
\l__coffin_aligned_internal_coffin=\box48
\l_tmpa_coffin=\box49
\l_tmpb_coffin=\box50
\l__coffin_display_coffin=\box51
\l__coffin_display_coord_coffin=\box52
\l__coffin_display_pole_coffin=\box53
\l__coffin_display_offset_dim=\dimen169
\l__coffin_display_x_dim=\dimen170
\l__coffin_display_y_dim=\dimen171
\l__coffin_bounding_shift_dim=\dimen172
\l__coffin_left_corner_dim=\dimen173
\l__coffin_right_corner_dim=\dimen174
\l__coffin_bottom_corner_dim=\dimen175
\l__coffin_top_corner_dim=\dimen176
\l__coffin_scaled_total_height_dim=\dimen177
\l__coffin_scaled_width_dim=\dimen178
)
(/usr/share/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def
File: l3xdvidpfmx.def 2017/03/18 v L3 Experimental driver: xdvipdfmx
\g__driver_image_int=\count195
\l__driver_tmp_box=\box54
))
Package: xparse 2018/02/21 L3 Experimental document command parser
\l__xparse_current_arg_int=\count196
\g__xparse_grabber_int=\count197
\l__xparse_m_args_int=\count198
\l__xparse_mandatory_args_int=\count199
\l__xparse_v_nesting_int=\count266
)
Package: fontspec 2017/11/09 v2.6g Font selection for XeLaTeX and LuaLaTeX

(/usr/share/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty
Package: fontspec-xetex 2017/11/09 v2.6g Font selection for XeLaTeX and LuaLaTe
X
\l__fontspec_script_int=\count267
\l__fontspec_language_int=\count268
\l__fontspec_strnum_int=\count269
\l__fontspec_tmp_int=\count270
\l__fontspec_em_int=\count271
\l__fontspec_emdef_int=\count272
\l__fontspec_strong_int=\count273
\l__fontspec_strongdef_int=\count274
\l__fontspec_tmpa_dim=\dimen179
\l__fontspec_tmpb_dim=\dimen180
\l__fontspec_tmpc_dim=\dimen181
\g__file_internal_ior=\read1

(/usr/share/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2017/04/05 v2.0i Standard LaTeX package

(/usr/share/texmf-dist/tex/latex/base/tuenc.def
File: tuenc.def 2017/04/05 v2.0i Standard LaTeX file
LaTeX Font Info:    Redeclaring font encoding TU on input line 82.
))
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \fontspec with sig. 'O{}mO{}' on line 542.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setmainfont with sig. 'O{}mO{}' on line 546.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setsansfont with sig. 'O{}mO{}' on line 550.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setmonofont with sig. 'O{}mO{}' on line 554.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setmathrm with sig. 'O{}mO{}' on line 558.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setboldmathrm with sig. 'O{}mO{}' on line 562.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setmathsf with sig. 'O{}mO{}' on line 566.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setmathtt with sig. 'O{}mO{}' on line 570.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setromanfont with sig. 'O{}mO{}' on line 574.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \newfontfamily with sig. 'mO{}mO{}' on line 578.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \newfontface with sig. 'mO{}mO{}' on line 582.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \defaultfontfeatures with sig. 't+om' on line 586.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \addfontfeatures with sig. 'm' on line 590.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \addfontfeature with sig. 'm' on line 594.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \newfontfeature with sig. 'mm' on line 598.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \newAATfeature with sig. 'mmmm' on line 602.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \newopentypefeature with sig. 'mmm' on line 606.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \newICUfeature with sig. 'mmm' on line 610.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \aliasfontfeature with sig. 'mm' on line 614.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \aliasfontfeatureoption with sig. 'mmm' on line 618.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \newfontscript with sig. 'mm' on line 622.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \newfontlanguage with sig. 'mm' on line 626.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \DeclareFontsExtensions with sig. 'm' on line 630.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \IfFontFeatureActiveTF with sig. 'mmm' on line 634.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \EncodingCommand with sig. 'mO{}m' on line 3632.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \EncodingAccent with sig. 'mm' on line 3638.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \EncodingSymbol with sig. 'mm' on line 3644.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \EncodingComposite with sig. 'mmm' on line 3650.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \EncodingCompositeCommand with sig. 'mmm' on line 3656.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \DeclareUnicodeEncoding with sig. 'mm' on line 3681.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \UndeclareSymbol with sig. 'm' on line 3687.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \UndeclareAccent with sig. 'm' on line 3693.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \UndeclareCommand with sig. 'm' on line 3699.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \UndeclareComposite with sig. 'mm' on line 3706.
.................................................

(/usr/share/texmf-dist/tex/latex/fontspec/fontspec.cfg)
LaTeX Info: Redefining \itshape on input line 3891.
LaTeX Info: Redefining \slshape on input line 3896.
LaTeX Info: Redefining \scshape on input line 3901.
LaTeX Info: Redefining \upshape on input line 3906.
LaTeX Info: Redefining \em on input line 3936.
LaTeX Info: Redefining \emph on input line 3961.
LaTeX Info: Redefining \- on input line 4015.
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \oldstylenums with sig. 'm' on line 4110.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \liningnums with sig. 'm' on line 4114.
.................................................
))
(/usr/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
(/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex
\pgfutil@everybye=\toks32
\pgfutil@tempdima=\dimen182
\pgfutil@tempdimb=\dimen183

(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex))
(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
\pgfutil@abb=\box55

(/usr/share/texmf-dist/tex/latex/ms/everyshi.sty
Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
))
(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
Package: pgfrcs 2015/08/07 v3.0.1a (rcs-revision 1.31)
))
Package: pgf 2015/08/07 v3.0.1a (rcs-revision 1.15)

(/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
(/usr/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
Package: pgfsys 2014/07/09 v3.0.1a (rcs-revision 1.48)

(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
\pgfkeys@pathtoks=\toks33
\pgfkeys@temptoks=\toks34

(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
\pgfkeys@tmptoks=\toks35
))
\pgf@x=\dimen184
\pgf@y=\dimen185
\pgf@xa=\dimen186
\pgf@ya=\dimen187
\pgf@xb=\dimen188
\pgf@yb=\dimen189
\pgf@xc=\dimen190
\pgf@yc=\dimen191
\w@pgf@writea=\write3
\r@pgf@reada=\read2
\c@pgf@counta=\count275
\c@pgf@countb=\count276
\c@pgf@countc=\count277
\c@pgf@countd=\count278
\t@pgf@toka=\toks36
\t@pgf@tokb=\toks37
\t@pgf@tokc=\toks38

(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
File: pgf.cfg 2008/05/14  (rcs-revision 1.7)
)
Driver file for pgf: pgfsys-xetex.def

(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.def
File: pgfsys-xetex.def 2014/07/09  (rcs-revision 1.11)

(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def
File: pgfsys-dvipdfmx.def 2014/07/09  (rcs-revision 1.14)

(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
File: pgfsys-common-pdf.def 2013/10/10  (rcs-revision 1.13)
)
\pgfsys@objnum=\count279
)))
(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
File: pgfsyssoftpath.code.tex 2013/09/09  (rcs-revision 1.9)
\pgfsyssoftpath@smallbuffer@items=\count280
\pgfsyssoftpath@bigbuffer@items=\count281
)
(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
File: pgfsysprotocol.code.tex 2006/10/16  (rcs-revision 1.4)
))
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
Package: pgfcore 2010/04/11 v3.0.1a (rcs-revision 1.7)

(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
\pgfmath@dimen=\dimen192
\pgfmath@count=\count282
\pgfmath@box=\box56
\pgfmath@toks=\toks39
\pgfmath@stack@operand=\toks40
\pgfmath@stack@operation=\toks41
)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code
.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.te
x) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics
.code.tex))) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
\c@pgfmathroundto@lastzeros=\count283
)) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
File: pgfcorepoints.code.tex 2013/10/07  (rcs-revision 1.27)
\pgf@picminx=\dimen193
\pgf@picmaxx=\dimen194
\pgf@picminy=\dimen195
\pgf@picmaxy=\dimen196
\pgf@pathminx=\dimen197
\pgf@pathmaxx=\dimen198
\pgf@pathminy=\dimen199
\pgf@pathmaxy=\dimen256
\pgf@xx=\dimen257
\pgf@xy=\dimen258
\pgf@yx=\dimen259
\pgf@yy=\dimen260
\pgf@zx=\dimen261
\pgf@zy=\dimen262
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
File: pgfcorepathconstruct.code.tex 2013/10/07  (rcs-revision 1.29)
\pgf@path@lastx=\dimen263
\pgf@path@lasty=\dimen264
) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
File: pgfcorepathusage.code.tex 2014/11/02  (rcs-revision 1.24)
\pgf@shorten@end@additional=\dimen265
\pgf@shorten@start@additional=\dimen266
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
File: pgfcorescopes.code.tex 2015/05/08  (rcs-revision 1.46)
\pgfpic=\box57
\pgf@hbox=\box58
\pgf@layerbox@main=\box59
\pgf@picture@serial@count=\count284
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
File: pgfcoregraphicstate.code.tex 2014/11/02  (rcs-revision 1.12)
\pgflinewidth=\dimen267
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.t
ex
File: pgfcoretransformations.code.tex 2015/08/07  (rcs-revision 1.20)
\pgf@pt@x=\dimen268
\pgf@pt@y=\dimen269
\pgf@pt@temp=\dimen270
) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
File: pgfcorequick.code.tex 2008/10/09  (rcs-revision 1.3)
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
File: pgfcoreobjects.code.tex 2006/10/11  (rcs-revision 1.2)
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.te
x
File: pgfcorepathprocessing.code.tex 2013/09/09  (rcs-revision 1.9)
) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
File: pgfcorearrows.code.tex 2015/05/14  (rcs-revision 1.43)
\pgfarrowsep=\dimen271
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
File: pgfcoreshade.code.tex 2013/07/15  (rcs-revision 1.15)
\pgf@max=\dimen272
\pgf@sys@shading@range@num=\count285
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
File: pgfcoreimage.code.tex 2013/07/15  (rcs-revision 1.18)

(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
File: pgfcoreexternal.code.tex 2014/07/09  (rcs-revision 1.21)
\pgfexternal@startupbox=\box60
))
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
File: pgfcorelayers.code.tex 2013/07/18  (rcs-revision 1.7)
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
File: pgfcoretransparency.code.tex 2013/09/30  (rcs-revision 1.5)
) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
File: pgfcorepatterns.code.tex 2013/11/07  (rcs-revision 1.5)
)))
(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
File: pgfmoduleshapes.code.tex 2014/03/21  (rcs-revision 1.35)
\pgfnodeparttextbox=\box61
)
(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex
File: pgfmoduleplot.code.tex 2015/08/03  (rcs-revision 1.13)
)
(/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
Package: pgfcomp-version-0-65 2007/07/03 v3.0.1a (rcs-revision 1.7)
\pgf@nodesepstart=\dimen273
\pgf@nodesepend=\dimen274
)
(/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
Package: pgfcomp-version-1-18 2007/07/23 v3.0.1a (rcs-revision 1.1)
))
(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex))
(/usr/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex))
(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
Package: pgffor 2013/12/13 v3.0.1a (rcs-revision 1.25)

(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)
\pgffor@iter=\dimen275
\pgffor@skip=\dimen276
\pgffor@stack=\toks42
\pgffor@toks=\toks43
))
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
Package: tikz 2015/08/07 v3.0.1a (rcs-revision 1.151)

(/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.te
x
File: pgflibraryplothandlers.code.tex 2013/08/31 v3.0.1a (rcs-revision 1.20)
\pgf@plot@mark@count=\count286
\pgfplotmarksize=\dimen277
)
\tikz@lastx=\dimen278
\tikz@lasty=\dimen279
\tikz@lastxsaved=\dimen280
\tikz@lastysaved=\dimen281
\tikzleveldistance=\dimen282
\tikzsiblingdistance=\dimen283
\tikz@figbox=\box62
\tikz@figbox@bg=\box63
\tikz@tempbox=\box64
\tikz@tempbox@bg=\box65
\tikztreelevel=\count287
\tikznumberofchildren=\count288
\tikznumberofcurrentchild=\count289
\tikz@fig@count=\count290
 (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex
File: pgfmodulematrix.code.tex 2013/09/17  (rcs-revision 1.8)
\pgfmatrixcurrentrow=\count291
\pgfmatrixcurrentcolumn=\count292
\pgf@matrix@numberofcolumns=\count293
)
\tikz@expandcount=\count294

(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
topaths.code.tex
File: tikzlibrarytopaths.code.tex 2008/06/17 v3.0.1a (rcs-revision 1.2)
))) (/usr/share/texmf-dist/tex/latex/ctex/ctex.sty
Package: ctex 2018/01/28 v2.4.12 Chinese adapter in LaTeX (CTEX)

(/usr/share/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty
Package: l3keys2e 2018/02/21 LaTeX2e option processing using LaTeX3 keys
)
(/usr/share/texmf-dist/tex/latex/ctex/ctexhook.sty
Package: ctexhook 2018/01/28 v2.4.12 Document and package hooks (CTEX)
)
(/usr/share/texmf-dist/tex/latex/ctex/ctexpatch.sty
Package: ctexpatch 2018/01/28 v2.4.12 Patching commands (CTEX)
)
(/usr/share/texmf-dist/tex/latex/base/fix-cm.sty
Package: fix-cm 2015/01/14 v1.1t fixes to LaTeX

(/usr/share/texmf-dist/tex/latex/base/ts1enc.def
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
LaTeX Font Info:    Redeclaring font encoding TS1 on input line 47.
))
(/usr/share/texmf-dist/tex/latex/ms/everysel.sty
Package: everysel 2011/10/28 v1.2 EverySelectfont Package (MS)
)
\l__ctex_tmp_int=\count295
\l__ctex_tmp_box=\box66
\l__ctex_tmp_dim=\dimen284
\g__ctex_font_size_flag=\count296

(/usr/share/texmf-dist/tex/latex/ctex/config/ctexopts.cfg
File: ctexopts.cfg 2018/01/28 v2.4.12 Option configuration file (CTEX)
)
(/usr/share/texmf-dist/tex/latex/ctex/engine/ctex-engine-xetex.def
File: ctex-engine-xetex.def 2018/01/28 v2.4.12 XeLaTeX adapter (CTEX)

(/usr/share/texmf-dist/tex/xelatex/xecjk/xeCJK.sty
Package: xeCJK 2018/02/27 v3.6.1 Typesetting CJK scripts with XeLaTeX

(/usr/share/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty
Package: xtemplate 2018/02/21 L3 Experimental prototype document functions
\l__xtemplate_tmp_dim=\dimen285
\l__xtemplate_tmp_int=\count297
\l__xtemplate_tmp_muskip=\muskip17
\l__xtemplate_tmp_skip=\skip77
)
\l__xeCJK_tmp_int=\count298
\l__xeCJK_tmp_box=\box67
\l__xeCJK_tmp_dim=\dimen286
\l__xeCJK_tmp_skip=\skip78
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKShipoutHook with sig. '' on line 150.
.................................................
\g__xeCJK_space_factor_int=\count299
\l__xeCJK_begin_int=\count300
\l__xeCJK_end_int=\count301
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \makexeCJKactive with sig. '' on line 394.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \makexeCJKinactive with sig. '' on line 396.
.................................................
\c__xeCJK_CJK_class_int=\XeTeXcharclass1
\c__xeCJK_FullLeft_class_int=\XeTeXcharclass2
\c__xeCJK_FullRight_class_int=\XeTeXcharclass3
\c__xeCJK_HalfLeft_class_int=\XeTeXcharclass4
\c__xeCJK_HalfRight_class_int=\XeTeXcharclass5
\c__xeCJK_NormalSpace_class_int=\XeTeXcharclass6
\c__xeCJK_CM_class_int=\XeTeXcharclass7
\c__xeCJK_HangulJamo_class_int=\XeTeXcharclass8
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKDeclareCharClass with sig. 's>{\TrimSpaces }mm' on
. line 578.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \__xeCJK_set_char_class_aux:Nnw with sig.
. 'm>{\SplitArgument {1}{->}}m' on line 599.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \normalspacedchars with sig. 'm' on line 645.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKResetPunctClass with sig. '' on line 656.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKResetCharClass with sig. '' on line 668.
.................................................
\l__xeCJK_last_skip=\skip79
\g__xeCJK_node_int=\count302
\c__xeCJK_CJK_node_dim=\dimen287
\c__xeCJK_CJK-space_node_dim=\dimen288
\c__xeCJK_default_node_dim=\dimen289
\c__xeCJK_default-space_node_dim=\dimen290
\c__xeCJK_CJK-widow_node_dim=\dimen291
\c__xeCJK_normalspace_node_dim=\dimen292
\l__xeCJK_ccglue_skip=\skip80
\l__xeCJK_ecglue_skip=\skip81
\l__xeCJK_punct_kern_skip=\skip82
\l__xeCJK_last_penalty_int=\count303
\l__xeCJK_last_bound_dim=\dimen293
\l__xeCJK_last_kern_dim=\dimen294
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKnobreak with sig. '' on line 1887.
.................................................
\l__xeCJK_widow_penalty_int=\count304
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKDeclareSubCJKBlock with sig. 's>{\TrimSpaces }mm' on
. line 2082.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKCancelSubCJKBlock with sig. 'sm' on line 2093.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKRestoreSubCJKBlock with sig. 'sm' on line 2102.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKsetwidth with sig. 'smm' on line 2200.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKsetkern with sig. 'mmm' on line 2204.
.................................................
.................................................
. xtemplate info: "declare-object-type"
. 
. Declaring object type 'xeCJK/punctuation' taking 0 argument(s) on line 2360.
.................................................
\l__xeCJK_fixed_punct_width_dim=\dimen295
\l__xeCJK_mixed_punct_width_dim=\dimen296
\l__xeCJK_middle_punct_width_dim=\dimen297
\l__xeCJK_fixed_margin_width_dim=\dimen298
\l__xeCJK_mixed_margin_width_dim=\dimen299
\l__xeCJK_middle_margin_width_dim=\dimen300
\l__xeCJK_bound_punct_width_dim=\dimen301
\l__xeCJK_bound_margin_width_dim=\dimen302
\l__xeCJK_margin_minimum_dim=\dimen303
\l__xeCJK_kerning_total_width_dim=\dimen304
\l__xeCJK_same_align_margin_dim=\dimen305
\l__xeCJK_different_align_margin_dim=\dimen306
\l__xeCJK_kerning_margin_width_dim=\dimen307
\l__xeCJK_kerning_margin_minimum_dim=\dimen308
\l__xeCJK_bound_dim=\dimen309
\l__xeCJK_reverse_bound_dim=\dimen310
\l__xeCJK_minimum_bound_dim=\dimen311
\l__xeCJK_kerning_margin_dim=\dimen312
\l__xeCJK_original_margin_dim=\dimen313
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKDeclarePunctStyle with sig. '>{\TrimSpaces }mm' on
. line 2916.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKEditPunctStyle with sig. '>{\TrimSpaces }mm' on line
. 2929.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setCJKfallbackfamilyfont with sig. 'mom' on line 3033.
.................................................
\g__xeCJK_family_int=\count305
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CJKfamily with sig. 't+t-m' on line 3467.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \__xeCJK_gobble_CJKfamily:wn with sig. 't+t-m' on line
. 3532.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \__xeCJK_post_arg:w with sig. 'mmmO{}' on line 3592.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setCJKmainfont with sig. 'om' on line 3598.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setCJKsansfont with sig. 'om' on line 3605.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setCJKmonofont with sig. 'om' on line 3611.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setCJKfamilyfont with sig. 'mom' on line 3622.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \newCJKfontfamily with sig. 'omom' on line 3632.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CJKfontspec with sig. 'om' on line 3638.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \defaultCJKfontfeatures with sig. 'm' on line 3661.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \addCJKfontfeatures with sig. 'sO{}m' on line 3667.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setCJKmathfont with sig. 'om' on line 3844.
.................................................
\l__xeCJK_fam_int=\count306
\g__xeCJK_fam_allocation_int=\count307
\l__xeCJK_verb_case_int=\count308
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKVerbAddon with sig. '' on line 4091.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKOffVerbAddon with sig. '' on line 4095.
.................................................
\l__xeCJK_verb_exspace_skip=\skip83

(/usr/share/texmf-dist/tex/xelatex/xecjk/xunicode-addon.sty
Package: xunicode-addon 2018/02/27 v3.6.1 addon file for xunicode
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \ReloadXunicode with sig. 'm' on line 82.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \DeclareUTFmathsymbols with sig. 'm' on line 127.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \UseMathAsText with sig. '' on line 136.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \UndeclareUTFcharacter with sig. 'O{\UTFencname }mm' on
. line 171.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \UndeclareUTFcomposite with sig. 'O{\UTFencname }mmm' on
. line 178.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \DeclareUTFcharacter with sig. 'O{\UTFencname }mm' on
. line 209.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \DeclareUTFSymbol with sig. 'mO{\UTFencname }m' on line
. 235.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \DeclareUTFCommand with sig. 'mO{\UTFencname }m' on line
. 237.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \DeclareUTFcomposite with sig. 'O{\UTFencname }mmm' on
. line 282.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \DeclareUTFCompositeCommand with sig. 'mO{\UTFencname }mm'
. on line 295.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \DeclareUTFCompositeSymbol with sig. 'mO{\UTFencname }mm'
. on line 300.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \DeclareUTFComposite with sig. 'mO{\UTFencname }' on line
. 302.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \DeclareUTFEncodedAccent with sig. 'mO{\UTFencname }mm' on
. line 304.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \DeclareUTFEncodedAccents with sig. 'mO{\UTFencname }mm' on
. line 306.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \DeclareUTFEncodedSymbol with sig. 'mO{\UTFencname }mm' on
. line 308.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \DeclareUTFEncodedCircle with sig. 'mO{\UTFencname }mm' on
. line 310.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \DeclareEncodedCompositeCharacter with sig. 'mmmm' on
. line 312.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \DeclareEncodedCompositeAccents with sig. 'mmmm' on line
. 314.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \DeclareUTFDoubleEncodedAccent with sig. 'mO{\UTFencname
. }mm' on line 316.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \DeclareUTFDoubleEncodedSymbol with sig. 'mO{\UTFencname
. }mm' on line 318.
.................................................
\l__xunadd_tmp_coffin=\box68
\l__xunadd_circle_coffin=\box69
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \settextcircledratio with sig. 'm' on line 467.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \AtBeginUTFCommand with sig. 'sO{}+m' on line 536.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \AtEndUTFCommand with sig. 'sO{}+m' on line 546.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \DeclareUTFTIPACommand with sig. 'O{\UTFencname }m' on line
. 578.
.................................................
)
(/usr/share/texmf-dist/tex/xelatex/xunicode/xunicode.sty
File: xunicode.sty 2011/09/09 v0.981 provides access to latin accents and many 
other characters in Unicode lower plane

*** Reloading Xunicode for encoding 'TU' ***
) (/usr/share/texmf-dist/tex/xelatex/xecjk/xunicode-extra.def
File: xunicode-extra.def 2018/02/27 v3.6.1 extra definition for xunicode
)
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKsetup with sig. '+m' on line 4397.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKsetemboldenfactor with sig. 'm' on line 4399.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKsetslantfactor with sig. 'm' on line 4401.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \punctstyle with sig. 'm' on line 4402.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKplainchr with sig. '' on line 4403.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CJKsetecglue with sig. 'm' on line 4404.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CJKspace with sig. '' on line 4406.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CJKnospace with sig. '' on line 4407.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKallowbreakbetweenpuncts with sig. '' on line 4409.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKnobreakbetweenpuncts with sig. '' on line 4411.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKenablefallback with sig. '' on line 4413.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKdisablefallback with sig. '' on line 4415.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKsetcharclass with sig. 'mmm' on line 4420.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \nobreakspace with sig. '' on line 4566.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \fontfamily with sig. 'm' on line 4606.
.................................................

(/usr/share/texmf-dist/tex/xelatex/xecjk/xeCJK.cfg
File: xeCJK.cfg 2018/02/27 v3.6.1 Configuration file for xeCJK package
))
(/usr/share/texmf-dist/tex/xelatex/xecjk/xeCJKfntef.sty
Package: xeCJKfntef 2018/02/27 v3.6.1 xeCJK font effect

(/usr/share/texmf-dist/tex/latex/environ/environ.sty
Package: environ 2014/05/04 v0.3 A new way to define environments

(/usr/share/texmf-dist/tex/latex/trimspaces/trimspaces.sty
Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list
))
(/usr/share/texmf-dist/tex/latex/cjk/texinput/CJKfntef.sty
Package: CJKfntef 2015/04/18 4.8.4
\CJK@fntefSkip=\skip84
\CJK@nest=\count309
\CJK@fntefDimen=\dimen314
\CJK@underdotBox=\box70
\CJK@ULbox=\box71
\CJK@underanyskip=\dimen315
)
\l__xeCJK_space_skip=\skip85
\c__xeCJK_ulem-begin_node_dim=\dimen316
\c__xeCJK_null_box=\box72
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \xeCJKfntefon with sig. 'st-so' on line 657.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \CJKunderline with sig. 'st-so' on line 673.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \varCJKunderline with sig. '' on line 675.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \CJKunderwave with sig. 'st-so' on line 685.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \CJKunderdblline with sig. 'st-so' on line 709.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \CJKsout with sig. 'st-so' on line 728.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \CJKxout with sig. 'st-so' on line 745.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \CJKunderanyline with sig. 'st-somm' on line 766.
.................................................
\l__xeCJK_fntef_box=\box73
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \CJKunderanysymbol with sig. 'ommm' on line 940.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \CJKunderdot with sig. 'om' on line 949.
.................................................
\l__xeCJK_under_symbol_box=\box74
.................................................
. LaTeX info: "xparse/redefine-environment"
. 
. Redefining environment 'CJKfilltwosides' with sig. 'O{c}m' on line 1053.
.................................................
\c__xeCJK_filll_skip=\skip86
)
\ccwd=\dimen317
\l__ctex_ccglue_skip=\skip87
)
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \ctexset with sig. '' on line 377.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CTEXsetup with sig. '+o>{\TrimSpaces }m' on line 383.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CTEXoptions with sig. '+o' on line 389.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CTEXsetfont with sig. '' on line 407.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \ziju with sig. 'm' on line 479.
.................................................
\l__ctex_ziju_dim=\dimen318
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CTEXindent with sig. '' on line 520.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CTEXnoindent with sig. '' on line 526.
.................................................

(/usr/share/texmf-dist/tex/latex/zhnumber/zhnumber.sty
Package: zhnumber 2018/01/28 v2.6 Typesetting numbers with Chinese glyphs
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhnumber with sig. '+o+m' on line 50.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhnumberwithoptions with sig. '+m+m' on line 57.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhnum with sig. '+o+m' on line 111.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhnumwithoptions with sig. '+m+m' on line 118.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhdig with sig. '+o+m' on line 295.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhdigwithoptions with sig. '+m+m' on line 302.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhdigits with sig. '+s+o+m' on line 316.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhdigitswithoptions with sig. '+m+m+m' on line 323.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhdate with sig. '+s+m' on line 382.
.................................................
\l__zhnum_scale_int=\count310
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhnumExtendScaleMap with sig. '>{\TrimSpaces }+o+m' on
. line 504.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhnumsetup with sig. '+m' on line 934.
.................................................

(/usr/share/texmf-dist/tex/latex/zhnumber/zhnumber-utf8.cfg
File: zhnumber-utf8.cfg 2018/01/28 v2.6 Chinese numerals with UTF8 encoding
))
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CTEXnumber with sig. 'mm' on line 543.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CTEXdigits with sig. 'mm' on line 545.
.................................................

(/usr/share/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-chinese.def
File: ctex-scheme-chinese.def 2018/01/28 v2.4.12 Chinese scheme for generic (CT
EX)

(/usr/share/texmf-dist/tex/latex/ctex/config/ctex-name-utf8.cfg
File: ctex-name-utf8.cfg 2018/01/28 v2.4.12 Caption with encoding UTF8 (CTEX)
))
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zihao with sig. 'm' on line 642.
.................................................

(/usr/share/texmf-dist/tex/latex/ctex/ctex-c5size.clo
File: ctex-c5size.clo 2018/01/28 v2.4.12 c5size option (CTEX)
)
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CTeX with sig. '' on line 746.
.................................................

(/usr/share/texmf-dist/tex/latex/ctex/fontset/ctex-fontset-fandol.def
File: ctex-fontset-fandol.def 2018/01/28 v2.4.12 Fandol fonts definition (CTEX)


*************************************************
* fontspec warning: "script-not-exist"
* 
* Font 'FandolSong-Regular' does not contain script 'CJK'.
*************************************************
\g__fontspec_family_FandolSong-Regular_int=\count311
.................................................
. fontspec info: "defining-font"
. 
. Font family 'FandolSong-Regular(0)' created for font 'FandolSong-Regular'
. with options
. [Script={CJK},Extension={.otf},BoldFont={FandolSong-Bold},ItalicFont={FandolK
ai-Regular}].
.  
.  This font family consists of the following NFSS series/shapes:
.  
. - 'normal' (m/n) with NFSS spec.: <->"[FandolSong-Regular.otf]/OT"
. - 'small caps'  (m/sc) with NFSS spec.: 
. - 'bold' (bx/n) with NFSS spec.: <->"[FandolSong-Bold.otf]/OT"
. - 'bold small caps'  (bx/sc) with NFSS spec.: 
. - 'italic' (m/it) with NFSS spec.: <->"[FandolKai-Regular.otf]/OT"
. - 'italic small caps'  (m/itsc) with NFSS spec.: 
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \songti with sig. '' on line 114.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \heiti with sig. '' on line 115.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \fangsong with sig. '' on line 116.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \kaishu with sig. '' on line 117.
.................................................
)) (/usr/share/texmf-dist/tex/latex/ctex/config/ctex.cfg
File: ctex.cfg 2018/01/28 v2.4.12 Configuration file (CTEX)
)
(/usr/share/texmf-dist/tex/latex/minted/minted.sty
Package: minted 2017/07/19 v2.5 Yet another Pygments shim for LaTeX

(/usr/share/texmf-dist/tex/latex/fvextra/fvextra.sty
Package: fvextra 2017/07/08 v1.3.1 fvextra - extensions and patches for fancyvr
b

(/usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2018/02/11 v2.5e e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count312
)
(/usr/share/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
Package: fancyvrb 2008/02/07

Style option: `fancyvrb' v2.7a, with DG/SPQR fixes, and firstline=lastline fix 
<2008/02/07> (tvz)
\FV@CodeLineNo=\count313
\FV@InFile=\read3
\FV@TabBox=\box75
\c@FancyVerbLine=\count314
\FV@StepNumber=\count315
\FV@OutFile=\write4
) (/usr/share/texmf-dist/tex/latex/upquote/upquote.sty
Package: upquote 2012/04/19 v1.3 upright-quote and grave-accent glyphs in verba
tim
)
(/usr/share/texmf-dist/tex/latex/lineno/lineno.sty
Package: lineno 2005/11/02 line numbers on paragraphs v4.41
Invalid UTF-8 byte or sequence at line 296 replaced by U+FFFD.
\linenopenalty=\count316
\output=\toks44
\linenoprevgraf=\count317
\linenumbersep=\dimen319
\linenumberwidth=\dimen320
\c@linenumber=\count318
\c@pagewiselinenumber=\count319
\c@LN@truepage=\count320
\c@internallinenumber=\count321
\c@internallinenumbers=\count322
\quotelinenumbersep=\dimen321
\bframerule=\dimen322
\bframesep=\dimen323
\bframebox=\box76
LaTeX Info: Redefining \\ on input line 3056.
)
\c@FV@TrueTabGroupLevel=\count323
\c@FV@TrueTabCounter=\count324
\FV@TabBox@Group=\box77
\FV@TmpLength=\skip88
\c@FV@HighlightLinesStart=\count325
\c@FV@HighlightLinesStop=\count326
\FV@LoopCount=\count327
\FV@NCharsBox=\box78
\FV@BreakIndent=\dimen324
\FV@BreakIndentNChars=\count328
\FV@BreakSymbolSepLeft=\dimen325
\FV@BreakSymbolSepLeftNChars=\count329
\FV@BreakSymbolSepRight=\dimen326
\FV@BreakSymbolSepRightNChars=\count330
\FV@BreakSymbolIndentLeft=\dimen327
\FV@BreakSymbolIndentLeftNChars=\count331
\FV@BreakSymbolIndentRight=\dimen328
\FV@BreakSymbolIndentRightNChars=\count332
\c@FancyVerbLineBreakLast=\count333
\FV@LineBox=\box79
\FV@LineIndentBox=\box80
)
(/usr/share/texmf-dist/tex/latex/tools/calc.sty
Package: calc 2014/10/28 v4.3 Infix arithmetic (KKT,FJ)
\calc@Acount=\count334
\calc@Bcount=\count335
\calc@Adimen=\dimen329
\calc@Bdimen=\dimen330
\calc@Askip=\skip89
\calc@Bskip=\skip90
LaTeX Info: Redefining \setlength on input line 80.
LaTeX Info: Redefining \addtolength on input line 81.
\calc@Ccount=\count336
\calc@Cskip=\skip91
)
(/usr/share/texmf-dist/tex/latex/tools/shellesc.sty
Package: shellesc 2016/06/07 v0.02a unified shell escape interface for LaTeX
Package shellesc Info: Unrestricted shell escape enabled on input line 67.
)
(/usr/share/texmf-dist/tex/latex/ifplatform/ifplatform.sty
Package: ifplatform 2017/10/13 v0.4a Testing for the operating system

(/usr/share/texmf-dist/tex/generic/oberdiek/catchfile.sty
Package: catchfile 2016/05/16 v1.7 Catch the contents of a file (HO)
)
runsystem(uname -s > "orgtexRknCCm.w18")...executed.

 (./orgtexRknCCm.w18)
runsystem(rm -- "orgtexRknCCm.w18")...executed.

) (/usr/share/texmf-dist/tex/generic/xstring/xstring.sty
(/usr/share/texmf-dist/tex/generic/xstring/xstring.tex
\@xs@message=\write5
\integerpart=\count337
\decimalpart=\count338
)
Package: xstring 2013/10/13  v1.7c  String manipulations (C Tellechea)
)
(/usr/share/texmf-dist/tex/latex/framed/framed.sty
Package: framed 2011/10/22 v 0.96: framed or shaded text with page breaks
\OuterFrameSep=\skip92
\fb@frw=\dimen331
\fb@frh=\dimen332
\FrameRule=\dimen333
\FrameSep=\dimen334
)
\minted@appexistsfile=\read4
\minted@bgbox=\box81
\minted@code=\write6
\c@minted@FancyVerbLineTemp=\count339
\c@minted@pygmentizecounter=\count340
\@float@every@listing=\toks45
\c@listing=\count341
)
runsystem(mkdir -p _minted-orgtexRknCCm)...executed.


(/usr/share/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2017/04/05 v2.0i Standard LaTeX package

(/usr/share/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2017/04/05 v2.0i Standard LaTeX file
LaTeX Font Info:    Redeclaring font encoding T1 on input line 48.
)
LaTeX Font Info:    Try loading font information for T1+lmr on input line 105.

(/usr/share/texmf-dist/tex/latex/lm/t1lmr.fd
File: t1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
))
\g__fontspec_family_DejaVuSans_int=\count342
.................................................
. fontspec info: "defining-font"
. 
. Font family 'DejaVuSans(0)' created for font 'DejaVu Sans' with options
. [Ligatures=TeX].
.  
.  This font family consists of the following NFSS series/shapes:
.  
. - 'normal' (m/n) with NFSS spec.: <->"DejaVu
. Sans/OT:script=latn;language=DFLT;mapping=tex-text;"
. - 'small caps'  (m/sc) with NFSS spec.: 
. - 'bold' (bx/n) with NFSS spec.: <->"DejaVu
. Sans/B/OT:script=latn;language=DFLT;mapping=tex-text;"
. - 'bold small caps'  (bx/sc) with NFSS spec.: 
. - 'italic' (m/it) with NFSS spec.: <->"DejaVu
. Sans/I/OT:script=latn;language=DFLT;mapping=tex-text;"
. - 'italic small caps'  (m/itsc) with NFSS spec.: 
. - 'bold italic' (bx/it) with NFSS spec.: <->"DejaVu
. Sans/BI/OT:script=latn;language=DFLT;mapping=tex-text;"
. - 'bold italic small caps'  (bx/itsc) with NFSS spec.: 
.................................................
LaTeX Info: Redefining \rmfamily on input line 51.
\g__fontspec_family_DejaVuSerif_int=\count343
.................................................
. fontspec info: "defining-font"
. 
. Font family 'DejaVuSerif(0)' created for font 'DejaVu Serif' with options
. [Ligatures=TeX].
.  
.  This font family consists of the following NFSS series/shapes:
.  
. - 'normal' (m/n) with NFSS spec.: <->"DejaVu
. Serif/OT:script=latn;language=DFLT;mapping=tex-text;"
. - 'small caps'  (m/sc) with NFSS spec.: 
. - 'bold' (bx/n) with NFSS spec.: <->"DejaVu
. Serif/B/OT:script=latn;language=DFLT;mapping=tex-text;"
. - 'bold small caps'  (bx/sc) with NFSS spec.: 
. - 'italic' (m/it) with NFSS spec.: <->"DejaVu
. Serif/I/OT:script=latn;language=DFLT;mapping=tex-text;"
. - 'italic small caps'  (m/itsc) with NFSS spec.: 
. - 'bold italic' (bx/it) with NFSS spec.: <->"DejaVu
. Serif/BI/OT:script=latn;language=DFLT;mapping=tex-text;"
. - 'bold italic small caps'  (bx/itsc) with NFSS spec.: 
.................................................
LaTeX Info: Redefining \sffamily on input line 52.
\g__fontspec_family_DejaVuSansMono_int=\count344
.................................................
. fontspec info: "defining-font"
. 
. Font family 'DejaVuSansMono(0)' created for font 'DejaVu Sans Mono' with
. options [WordSpace={1,0,0},HyphenChar=None,PunctuationSpace=WordSpace].
.  
.  This font family consists of the following NFSS series/shapes:
.  
. - 'normal' (m/n) with NFSS spec.: <->"DejaVu Sans
. Mono/OT:script=latn;language=DFLT;"
. - 'small caps'  (m/sc) with NFSS spec.: 
. and font adjustment code:
. \fontdimen 2\font =1\fontdimen 2\font \fontdimen 3\font =0\fontdimen 3\font
. \fontdimen 4\font =0\fontdimen 4\font \fontdimen 7\font =0\fontdimen 2\font
. \tex_hyphenchar:D \font =-1\scan_stop: 
. - 'bold' (bx/n) with NFSS spec.: <->"DejaVu Sans
. Mono/B/OT:script=latn;language=DFLT;"
. - 'bold small caps'  (bx/sc) with NFSS spec.: 
. and font adjustment code:
. \fontdimen 2\font =1\fontdimen 2\font \fontdimen 3\font =0\fontdimen 3\font
. \fontdimen 4\font =0\fontdimen 4\font \fontdimen 7\font =0\fontdimen 2\font
. \tex_hyphenchar:D \font =-1\scan_stop: 
. - 'italic' (m/it) with NFSS spec.: <->"DejaVu Sans
. Mono/I/OT:script=latn;language=DFLT;"
. - 'italic small caps'  (m/itsc) with NFSS spec.: 
. and font adjustment code:
. \fontdimen 2\font =1\fontdimen 2\font \fontdimen 3\font =0\fontdimen 3\font
. \fontdimen 4\font =0\fontdimen 4\font \fontdimen 7\font =0\fontdimen 2\font
. \tex_hyphenchar:D \font =-1\scan_stop: 
. - 'bold italic' (bx/it) with NFSS spec.: <->"DejaVu Sans
. Mono/BI/OT:script=latn;language=DFLT;"
. - 'bold italic small caps'  (bx/itsc) with NFSS spec.: 
. and font adjustment code:
. \fontdimen 2\font =1\fontdimen 2\font \fontdimen 3\font =0\fontdimen 3\font
. \fontdimen 4\font =0\fontdimen 4\font \fontdimen 7\font =0\fontdimen 2\font
. \tex_hyphenchar:D \font =-1\scan_stop: 
.................................................
LaTeX Info: Redefining \ttfamily on input line 53.


! LaTeX Error: Option clash for package ctex.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.55 \usemintedstyle
                    {manni}
The package ctex has already been loaded with options:
  []
There has now been an attempt to load it with options
  [utf8]
Adding the global options:
  ,utf8
to your \documentclass declaration may fix this.
Try typing  <return>  to proceed.

! Undefined control sequence.
l.56 \lstset
            {frame=shadowbox,
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.


! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.56 \lstset{f
              rame=shadowbox,
You're in trouble here.  Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

(/usr/share/texmf-dist/tex/latex/tikzmark/tikzlibrarytikzmark.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
arrows.code.tex
File: tikzlibraryarrows.code.tex 2008/01/09 v3.0.1a (rcs-revision 1.1)

(/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.code.tex
File: pgflibraryarrows.code.tex 2013/09/23 v3.0.1a (rcs-revision 1.16)
\arrowsize=\dimen335
))
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
calc.code.tex
File: tikzlibrarycalc.code.tex 2013/07/15 v3.0.1a (rcs-revision 1.9)
)
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
trees.code.tex
File: tikzlibrarytrees.code.tex 2008/02/24 v3.0.1a (rcs-revision 1.2)
)
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
positioning.code.tex
File: tikzlibrarypositioning.code.tex 2008/10/06 v3.0.1a (rcs-revision 1.7)
)
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
chains.code.tex
File: tikzlibrarychains.code.tex 2013/07/15 v3.0.1a (rcs-revision 1.6)
)
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
shapes.geometric.code.tex
File: tikzlibraryshapes.geometric.code.tex 2008/01/09 v3.0.1a (rcs-revision 1.1
)

(/usr/share/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geomet
ric.code.tex
File: pgflibraryshapes.geometric.code.tex 2008/06/26 v3.0.1a (rcs-revision 1.1)

))
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
decorations.pathreplacing.code.tex
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
decorations.code.tex
(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduledecorations.code.tex
\pgfdecoratedcompleteddistance=\dimen336
\pgfdecoratedremainingdistance=\dimen337
\pgfdecoratedinputsegmentcompleteddistance=\dimen338
\pgfdecoratedinputsegmentremainingdistance=\dimen339
\pgf@decorate@distancetomove=\dimen340
\pgf@decorate@repeatstate=\count345
\pgfdecorationsegmentamplitude=\dimen341
\pgfdecorationsegmentlength=\dimen342
)
\tikz@lib@dec@box=\box82
)
(/usr/share/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorati
ons.pathreplacing.code.tex))
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
decorations.pathmorphing.code.tex
(/usr/share/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorati
ons.pathmorphing.code.tex))
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
shapes.code.tex
File: tikzlibraryshapes.code.tex 2008/01/09 v3.0.1a (rcs-revision 1.1)

(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
shapes.misc.code.tex
File: tikzlibraryshapes.misc.code.tex 2008/01/09 v3.0.1a (rcs-revision 1.1)

(/usr/share/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.c
ode.tex
File: pgflibraryshapes.misc.code.tex 2013/07/18 v3.0.1a (rcs-revision 1.5)
))
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
shapes.symbols.code.tex
File: tikzlibraryshapes.symbols.code.tex 2008/01/09 v3.0.1a (rcs-revision 1.1)

(/usr/share/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbol
s.code.tex
File: pgflibraryshapes.symbols.code.tex 2013/09/11 v3.0.1a (rcs-revision 1.6)
))
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
shapes.arrows.code.tex
File: tikzlibraryshapes.arrows.code.tex 2008/01/09 v3.0.1a (rcs-revision 1.1)

(/usr/share/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows
.code.tex
File: pgflibraryshapes.arrows.code.tex 2008/06/26 v3.0.1a (rcs-revision 1.1)
))
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
shapes.callouts.code.tex
(/usr/share/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callou
ts.code.tex))
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
shapes.multipart.code.tex
File: tikzlibraryshapes.multipart.code.tex 2008/01/09 v3.0.1a (rcs-revision 1.1
)

(/usr/share/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multip
art.code.tex
File: pgflibraryshapes.multipart.code.tex 2010/01/07 v3.0.1a (rcs-revision 1.2)

\pgfnodepartlowerbox=\box83
\pgfnodeparttwobox=\box84
\pgfnodepartthreebox=\box85
\pgfnodepartfourbox=\box86
\pgfnodeparttwentybox=\box87
\pgfnodepartnineteenbox=\box88
\pgfnodeparteighteenbox=\box89
\pgfnodepartseventeenbox=\box90
\pgfnodepartsixteenbox=\box91
\pgfnodepartfifteenbox=\box92
\pgfnodepartfourteenbox=\box93
\pgfnodepartthirteenbox=\box94
\pgfnodeparttwelvebox=\box95
\pgfnodepartelevenbox=\box96
\pgfnodeparttenbox=\box97
\pgfnodepartninebox=\box98
\pgfnodeparteightbox=\box99
\pgfnodepartsevenbox=\box100
\pgfnodepartsixbox=\box101
\pgfnodepartfivebox=\box102
)))
(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
matrix.code.tex
File: tikzlibrarymatrix.code.tex 2013/07/12 v3.0.1a (rcs-revision 1.4)
)

! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.67 \setlength{parindent}{2em}
                               
You're in trouble here.  Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

! Missing number, treated as zero.
<to be read again> 
                   \let 
l.68 \usepackage
                {fontspec}
A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)

! Illegal unit of measure (pt inserted).
<to be read again> 
                   \let 
l.68 \usepackage
                {fontspec}
Dimensions can be in units of em, ex, in, pt, pc,
cm, mm, dd, cc, bp, or sp; but yours is a new one!
I'll assume that you meant to say pt, for printer's points.
To recover gracefully from this error, it's best to
delete the erroneous units; e.g., type `2' to delete
two letters. (See Chapter 27 of The TeXbook.)

*************************************************
* xeCJK warning: "CJKfamily-redef"
* 
* Redefining CJKfamily `\CJKrmdefault' (FandolSong-Regular(0)).
*************************************************
*************************************************
* fontspec warning: "script-not-exist-latn"
* 
* Font 'WenQuanYi Micro Hei' does not contain script 'CJK'.
*  'Latin' script used instead.
*************************************************

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/key-unknown"
! 
! The key 'fontspec-opentype/scale' is unknown and is being ignored.
! 
! See the LaTeX3 documentation for further information.
! 
! For immediate help type H <return>.
!...............................................  
                                                  
l.69 ...JKmainfont[scale=0.6]{WenQuanYi Micro Hei}
                                                  
|'''''''''''''''''''''''''''''''''''''''''''''''
| The module 'fontspec-opentype' does not have a key called
| 'fontspec-opentype/scale'.
| Check that you have spelled the key name correctly.
|...............................................

\g__fontspec_family_WenQuanYiMicroHei_int=\count346
.................................................
. fontspec info: "no-font-shape"
. 
. Could not resolve font "WenQuanYi Micro Hei/BI" (it probably doesn't exist).
.................................................
.................................................
. fontspec info: "no-font-shape"
. 
. Could not resolve font "WenQuanYi Micro Hei/B" (it probably doesn't exist).
.................................................
.................................................
. fontspec info: "no-font-shape"
. 
. Could not resolve font "WenQuanYi Micro Hei/I" (it probably doesn't exist).
.................................................

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/key-unknown"
! 
! The key 'fontspec-opentype/scale' is unknown and is being ignored.
! 
! See the LaTeX3 documentation for further information.
! 
! For immediate help type H <return>.
!...............................................  
                                                  
l.69 ...JKmainfont[scale=0.6]{WenQuanYi Micro Hei}
                                                  
|'''''''''''''''''''''''''''''''''''''''''''''''
| The module 'fontspec-opentype' does not have a key called
| 'fontspec-opentype/scale'.
| Check that you have spelled the key name correctly.
|...............................................

.................................................
. fontspec info: "defining-font"
. 
. Font family 'WenQuanYiMicroHei(0)' created for font 'WenQuanYi Micro Hei'
. with options [Script={CJK},scale={0.6}].
.  
.  This font family consists of the following NFSS series/shapes:
.  
. - 'normal' (m/n) with NFSS spec.: <->"WenQuanYi Micro
. Hei/OT:script=latn;language=DFLT;"
. - 'small caps'  (m/sc) with NFSS spec.: 
.................................................
*************************************************
* xeCJK warning: "CJKfamily-redef"
* 
* Redefining CJKfamily `\CJKsfdefault' (FandolHei-Regular).
*************************************************
*************************************************
* xeCJK warning: "CJKfamily-redef"
* 
* Redefining CJKfamily `\CJKttdefault' (FandolFang-Regular).
*************************************************

! LaTeX Error: Option clash for package geometry.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.77 \usepackage
                {graphicx}
The package geometry has already been loaded with options:
  []
There has now been an attempt to load it with options
  [top=2cm, bottom=2cm, left=2cm, right=2cm]
Adding the global options:
  ,top=2cm, bottom=2cm, left=2cm, right=2cm
to your \documentclass declaration may fix this.
Try typing  <return>  to proceed.

runsystem(which pygmentize && touch orgtexRknCCm.aex)...executed.

runsystem(rm orgtexRknCCm.aex)...executed.


LaTeX Warning: Unused global option(s):
    [fontsize=5pt].

(./orgtexRknCCm.aux)
\openout1 = `orgtexRknCCm.aux'.

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 79.
LaTeX Font Info:    ... okay on input line 79.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 79.
LaTeX Font Info:    ... okay on input line 79.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 79.
LaTeX Font Info:    ... okay on input line 79.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 79.
LaTeX Font Info:    ... okay on input line 79.
LaTeX Font Info:    Checking defaults for TU/lmr/m/n on input line 79.
LaTeX Font Info:    ... okay on input line 79.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 79.
LaTeX Font Info:    ... okay on input line 79.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 79.
LaTeX Font Info:    ... okay on input line 79.
LaTeX Font Info:    Checking defaults for TS1/cmr/m/n on input line 79.
LaTeX Font Info:    ... okay on input line 79.
LaTeX Font Info:    Checking defaults for T3/cmr/m/n on input line 79.
LaTeX Font Info:    Try loading font information for T3+cmr on input line 79.
 (/usr/share/texmf-dist/tex/latex/tipa/t3cmr.fd
File: t3cmr.fd 2001/12/31 TIPA font definitions
)
LaTeX Font Info:    ... okay on input line 79.

*geometry* driver: auto-detecting
*geometry* detected driver: xetex
*geometry* verbose mode - [ preamble ] result:
* driver: xetex
* paper: <default>
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* modes: 
* h-part:(L,W,R)=(92.14519pt, 430.00462pt, 92.14519pt)
* v-part:(T,H,B)=(95.39737pt, 556.47656pt, 143.09605pt)
* \paperwidth=614.295pt
* \paperheight=794.96999pt
* \textwidth=528.93674pt
* \textheight=642.61172pt
* \oddsidemargin=-29.59068pt
* \evensidemargin=-29.59068pt
* \topmargin=-29.59068pt
* \headheight=12.0pt
* \headsep=25.0pt
* \topskip=10.0pt
* \footskip=30.0pt
* \marginparwidth=65.0pt
* \marginparsep=11.0pt
* \columnsep=10.0pt
* \skip\footins=9.0pt plus 4.0pt minus 2.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \@twocolumnfalse
* \@twosidefalse
* \@mparswitchfalse
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)

.................................................
. fontspec info: "setup-math"
. 
. Adjusting the maths setup (use [no-math] to avoid this).
.................................................
\symlegacymaths=\mathgroup6
LaTeX Font Info:    Overwriting symbol font `legacymaths' in version `bold'
(Font)                  OT1/cmr/m/n --> OT1/cmr/bx/n on input line 79.
LaTeX Font Info:    Redeclaring math accent \acute on input line 79.
LaTeX Font Info:    Redeclaring math accent \grave on input line 79.
LaTeX Font Info:    Redeclaring math accent \ddot on input line 79.
LaTeX Font Info:    Redeclaring math accent \tilde on input line 79.
LaTeX Font Info:    Redeclaring math accent \bar on input line 79.
LaTeX Font Info:    Redeclaring math accent \breve on input line 79.
LaTeX Font Info:    Redeclaring math accent \check on input line 79.
LaTeX Font Info:    Redeclaring math accent \hat on input line 79.
LaTeX Font Info:    Redeclaring math accent \dot on input line 79.
LaTeX Font Info:    Redeclaring math accent \mathring on input line 79.
LaTeX Font Info:    Redeclaring math symbol \Gamma on input line 79.
LaTeX Font Info:    Redeclaring math symbol \Delta on input line 79.
LaTeX Font Info:    Redeclaring math symbol \Theta on input line 79.
LaTeX Font Info:    Redeclaring math symbol \Lambda on input line 79.
LaTeX Font Info:    Redeclaring math symbol \Xi on input line 79.
LaTeX Font Info:    Redeclaring math symbol \Pi on input line 79.
LaTeX Font Info:    Redeclaring math symbol \Sigma on input line 79.
LaTeX Font Info:    Redeclaring math symbol \Upsilon on input line 79.
LaTeX Font Info:    Redeclaring math symbol \Phi on input line 79.
LaTeX Font Info:    Redeclaring math symbol \Psi on input line 79.
LaTeX Font Info:    Redeclaring math symbol \Omega on input line 79.
LaTeX Font Info:    Redeclaring math symbol \mathdollar on input line 79.
LaTeX Font Info:    Redeclaring symbol font `operators' on input line 79.
LaTeX Font Info:    Encoding `OT1' has changed to `TU' for symbol font
(Font)              `operators' in the math version `normal' on input line 79.
LaTeX Font Info:    Overwriting symbol font `operators' in version `normal'
(Font)                  OT1/cmr/m/n --> TU/DejaVuSans(0)/m/n on input line 79.
LaTeX Font Info:    Encoding `OT1' has changed to `TU' for symbol font
(Font)              `operators' in the math version `bold' on input line 79.
LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
(Font)                  OT1/cmr/bx/n --> TU/DejaVuSans(0)/m/n on input line 79.

LaTeX Font Info:    Overwriting symbol font `operators' in version `normal'
(Font)                  TU/DejaVuSans(0)/m/n --> TU/DejaVuSans(0)/m/n on input 
line 79.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `normal'
(Font)                  OT1/cmr/m/it --> TU/DejaVuSans(0)/m/it on input line 79
.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `normal'
(Font)                  OT1/cmr/bx/n --> TU/DejaVuSans(0)/bx/n on input line 79
.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `normal'
(Font)                  OT1/cmss/m/n --> TU/DejaVuSerif(0)/m/n on input line 79
.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `normal'
(Font)                  OT1/cmtt/m/n --> TU/DejaVuSansMono(0)/m/n on input line
 79.
LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
(Font)                  TU/DejaVuSans(0)/m/n --> TU/DejaVuSans(0)/bx/n on input
 line 79.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
(Font)                  OT1/cmr/bx/it --> TU/DejaVuSans(0)/bx/it on input line 
79.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `bold'
(Font)                  OT1/cmss/bx/n --> TU/DejaVuSerif(0)/bx/n on input line 
79.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `bold'
(Font)                  OT1/cmtt/m/n --> TU/DejaVuSansMono(0)/bx/n on input lin
e 79.
ABD: EveryShipout initializing macros ABD: EverySelectfont initializing macros
LaTeX Info: Redefining \selectfont on input line 79.
LaTeX Font Info:    Try loading font information for U+msa on input line 86.

(/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
)
LaTeX Font Info:    Try loading font information for U+msb on input line 86.

(/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
)
! You can't use `\spacefactor' in math mode.
\@->\spacefactor 
                 \@m {}
l.86 $\LaTeX
            $
Sorry, but I'm not programmed to handle this case;
I'll just pretend that you didn't ask for it.
If you're in the wrong mode, you might be able to
return to the right one by typing `I}' or `I$' or `I\par'.

Missing character: There is no è in font cmex10!
LaTeX Font Info:    Font shape `TU/DejaVuSans(0)/m/sl' in size <10> not availab
le
(Font)              Font shape `TU/DejaVuSans(0)/m/it' tried instead on input l
ine 89.
[1

] (./orgtexRknCCm.aux) )
(\end occurred inside a group at level 1)

### simple group (level 1) entered at line 56 ({)
### bottom level 
Here is how much of TeX's memory you used:
 39730 strings out of 493007
 831665 string characters out of 6140076
 919923 words of memory out of 5000000
 43066 multiletter control sequences out of 15000+600000
 536976 words of font info for 68 fonts, out of 8000000 for 9000
 1348 hyphenation exceptions out of 8191
 55i,11n,76p,10412b,2567s stack positions out of 5000i,500n,10000p,200000b,80000s

Output written on orgtexRknCCm.pdf (1 page).

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: preview embedded latex fragments error with my settings
  2018-03-27 10:12       ` stardiviner
@ 2018-03-27 13:38         ` Alan Schmitt
  0 siblings, 0 replies; 8+ messages in thread
From: Alan Schmitt @ 2018-03-27 13:38 UTC (permalink / raw)
  To: stardiviner; +Cc: org-mode, Nicolas Goaziou

[-- Attachment #1: Type: text/plain, Size: 402 bytes --]

According to the log, you need to configure the export to use xelatex.

The error using xelatex is at this point, where it seems you should not
use math-mode:

l.86 $\LaTeX
            $

Do you have this in your code? Did you try removing the enclosing $?

Best,

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7
Monthly Athmospheric CO₂, Mauna Loa Obs. 2018-02: 408.35, 2017-02: 406.42

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 528 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-03-27 13:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-26 15:55 preview embedded latex fragments error with my settings stardiviner
2018-03-26 16:20 ` Nicolas Goaziou
2018-03-27  0:57   ` stardiviner
2018-03-27  4:48     ` John Kitchin
2018-03-27  7:56     ` Alan Schmitt
2018-03-27 10:12       ` stardiviner
2018-03-27 13:38         ` Alan Schmitt
  -- strict thread matches above, loose matches on Subject: below --
2018-03-26 15:49 stardiviner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).