#+LaTeX_CLASS: org-book
#+LATEX_HEADER: \usepackage[ngerman,USenglish]{babel}
#+LATEX_HEADER: \selectlanguage{USenglish}
#+LATEX_HEADER: \usepackage{ulem}
#+LATEX_HEADER: \usepackage{hyperref}
#+LATEX_HEADER: \usepackage{amsmath}
#+LATEX_HEADER: \usepackage{mathtools}
#+LATEX_HEADER: \usepackage{fontspec}
#+TITLE: Notes
#+AUTHOR: 杨小龙
#+DATE: \today \\ (work in progress)
#+LANGUAGE: en
#+LINK_HOME: https://gitlab.com/ZelphirKaltstahl/machine-learning-notes
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
#+STARTUP: showall
* About this document
* Appendix
TODO
* Org to Latex capabilities
** Images
#+CAPTION: This is the caption for the next figure link (or table)
#+NAME: fig:SED-HR4049
#+ATTR_LATEX: :width .5\textwidth :options angle=70
#+ATTR_LATEX: :float nil
#+ATTR_ORG: :width 200
[[./img/a.png]]
Call ~org-toggle-inline-images~ to toggle display of images inline.
#+BEGIN_SRC elisp
(org-toggle-inline-images)
#+END_SRC
#+RESULTS:
** Basic Tables
#+CAPTION: This is the caption for the next table (or link)
#+NAME: tab:basic-data
| ... | ... |
|-----+-----|
| a | b |
Link to table: [[tab:basic-data]]
** Literals
#+BEGIN_EXAMPLE -n 20
Some example from a text file.
#+END_EXAMPLE
Here is an example
: Some example from a text file.
#+BEGIN_SRC emacs-lisp +n 20
(defun org-xor (a b)
"Exclusive or."
(if a (not b) b))
#+END_SRC
#+BEGIN_SRC emacs-lisp +n 20 -i
(defun org-xor (a b)
"Exclusive or."
(if a (not b) b))
#+END_SRC
** Citations
\cite[p. 435]{jupyter_licensing_2017}
* Export :noexport:
** Clear TeX Files
#+begin_src sh
rm notes.aux
rm notes.log
rm notes.toc
rm notes.out
rm notes.tex
rm notes.xdv
rm notes.fls
rm notes.fdb_latexmk
rm notes.bbl
rm notes.blg
#+end_src
#+RESULTS:
** Org --> TeX
#+begin_src elisp :results output verbatim replace
;; (org-latex-export-to-latex &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)
(org-latex-export-to-latex t nil)
#+end_src
#+RESULTS:
: ""
** TeX --> PDF
#+begin_src sh :results output verbatim replace
# -f to force continuation when errors occur
latexmk -xelatex notes.tex
# evince notes.pdf
#+end_src
#+RESULTS:
#+begin_example
Latexmk: applying rule 'xelatex'...
This is XeTeX, Version 3.14159265-2.6-0.99999 (TeX Live 2018) (preloaded format=xelatex)
restricted \write18 enabled.
entering extended mode
(./machine-learning.tex
LaTeX2e <2018-04-01> patch level 5
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/book.cls
Document Class: book 2014/09/29 v1.4h Standard LaTeX document class
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/bk12.clo))
(/usr/local/texlive/2018/texmf-dist/tex/latex/geometry/geometry.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/ifpdf.sty)
(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/ifvtex.sty)
(/usr/local/texlive/2018/texmf-dist/tex/generic/ifxetex/ifxetex.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/ctex.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/l3kernel/expl3.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/l3kernel/expl3-code.tex)
(/usr/local/texlive/2018/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def))
(/usr/local/texlive/2018/texmf-dist/tex/latex/l3packages/xparse/xparse.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/ctexhook.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/ctexpatch.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/fix-cm.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ts1enc.def))
(/usr/local/texlive/2018/texmf-dist/tex/latex/ms/everysel.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/config/ctexopts.cfg)
(/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/engine/ctex-engine-xetex.def
(/usr/local/texlive/2018/texmf-dist/tex/xelatex/xecjk/xeCJK.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.st
y) (/usr/local/texlive/2018/texmf-dist/tex/latex/fontspec/fontspec.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/tuenc.def))
(/usr/local/texlive/2018/texmf-dist/tex/latex/fontspec/fontspec.cfg)))
(/usr/local/texlive/2018/texmf-dist/tex/xelatex/xecjk/xeCJK.cfg))
(/usr/local/texlive/2018/texmf-dist/tex/xelatex/xecjk/xeCJKfntef.sty
(/usr/local/texlive/2018/texmf-dist/tex/generic/ulem/ulem.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/environ/environ.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/trimspaces/trimspaces.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/cjk/texinput/CJKfntef.sty)))
(/usr/local/texlive/2018/texmf-dist/tex/latex/zhnumber/zhnumber.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/zhnumber/zhnumber-utf8.cfg))
(/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-chinese.d
ef (/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/config/ctex-name-utf8.cfg
)) (/usr/local/texlive/2018/texmf-dist/tex/latex/tools/indentfirst.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/fontset/ctex-fontset-fandol.
def
*************************************************
* fontspec warning: "script-not-exist"
*
* Font 'FandolSong-Regular' does not contain script 'CJK'.
*************************************************
)) (/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/config/ctex.cfg)
(/usr/local/texlive/2018/texmf-dist/tex/latex/csquotes/csquotes.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/csquotes/csquotes.def)
(/usr/local/texlive/2018/texmf-dist/tex/latex/csquotes/csquotes.cfg))
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/mathtools/mathtools.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/tools/calc.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/mathtools/mhsetup.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/hyperref/hyperref.sty
(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/oberdiek/auxhook.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/oberdiek/kvoptions.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/hyperref/pd1enc.def)
(/usr/local/texlive/2018/texmf-dist/tex/latex/latexconfig/hyperref.cfg)
(/usr/local/texlive/2018/texmf-dist/tex/latex/hyperref/puenc.def)
(/usr/local/texlive/2018/texmf-dist/tex/latex/url/url.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/hyperref/hxetex.def
(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/stringenc.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/natbib/natbib.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/titlesec/titletoc.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/titlesec/titlesec.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/color.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics-cfg/color.cfg)
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics-def/xetex.def))
(/usr/local/texlive/2018/texmf-dist/tex/latex/xcolor/xcolor.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics-cfg/color.cfg)
(/usr/local/texlive/2018/texmf-dist/tex/latex/colortbl/colortbl.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/tools/array.sty)))
*************************************************
* 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.
*************************************************
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel/babel.sty
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel/switch.def)
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel-german/ngerman.ldf
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel-german/ngermanb.ldf
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel/babel.def
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel/xebabel.def
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel/txtbabel.def)))))
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel-english/USenglish.ldf
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel-english/english.ldf))
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel-english/english.ldf))
Package Babel Warning: The package option `english' should not be used
(Babel) with a more specific one (like `USenglish') on input lin
e 165.
(./machine-learning.aux)
*geometry* driver: auto-detecting
*geometry* detected driver: xetex
ABD: EverySelectfont initializing macros
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))
(/usr/local/texlive/2018/texmf-dist/tex/latex/hyperref/nameref.sty
(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/gettitlestring.sty))
(./machine-learning.out) (./machine-learning.out)
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsfonts/umsa.fd)
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsfonts/umsb.fd) [1]
(./machine-learning.toc) [2] [3]
Underfull \hbox (badness 3449) in paragraph at lines 284--285
[]\TU/Ubuntu(0)/m/n/12 The algorithm described herein is sometimes also called
”batch gradient
[4] [5] [6] [7] (./machine-learning.bbl [8]
LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/sc' undefined
(Font) using `TU/Ubuntu(0)/m/n' instead on input line 11.
)
*************************************************
* fontspec warning: "script-not-exist"
*
* Font 'FandolFang-Regular' does not contain script 'CJK'.
*************************************************
[9]
Overfull \hbox (178.459pt too wide) in paragraph at lines 504--504
[]\TU/LiberationMono(0)/m/n/12 ;; (org-latex-export-to-latex &optional ASYNC SU
BTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)[]
[10] [11] (./machine-learning.aux)
LaTeX Font Warning: Some font shapes were not available, defaults substituted.
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
)
(see the transcript file for additional information)
Output written on machine-learning.xdv (11 pages, 137784 bytes).
Transcript written on machine-learning.log.
=== TeX engine is 'XeTeX'
Latexmk: applying rule 'bibtex machine-learning'...
For rule 'bibtex machine-learning', running '&run_bibtex( )' ...
This is BibTeX, Version 0.99d (TeX Live 2018)
The top-level auxiliary file: machine-learning.aux
The style file: alphadin.bst
Database file
#1: bibliography.bib
Warning--entry type for "jupyter_licensing_2017" isn't style-file defined
--line 9 of file bibliography.bib
(There was 1 warning)
Latexmk: applying rule 'xelatex'...
This is XeTeX, Version 3.14159265-2.6-0.99999 (TeX Live 2018) (preloaded format=xelatex)
restricted \write18 enabled.
entering extended mode
(./machine-learning.tex
LaTeX2e <2018-04-01> patch level 5
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/book.cls
Document Class: book 2014/09/29 v1.4h Standard LaTeX document class
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/bk12.clo))
(/usr/local/texlive/2018/texmf-dist/tex/latex/geometry/geometry.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/ifpdf.sty)
(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/ifvtex.sty)
(/usr/local/texlive/2018/texmf-dist/tex/generic/ifxetex/ifxetex.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/ctex.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/l3kernel/expl3.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/l3kernel/expl3-code.tex)
(/usr/local/texlive/2018/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def))
(/usr/local/texlive/2018/texmf-dist/tex/latex/l3packages/xparse/xparse.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/ctexhook.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/ctexpatch.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/fix-cm.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ts1enc.def))
(/usr/local/texlive/2018/texmf-dist/tex/latex/ms/everysel.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/config/ctexopts.cfg)
(/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/engine/ctex-engine-xetex.def
(/usr/local/texlive/2018/texmf-dist/tex/xelatex/xecjk/xeCJK.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.st
y) (/usr/local/texlive/2018/texmf-dist/tex/latex/fontspec/fontspec.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/tuenc.def))
(/usr/local/texlive/2018/texmf-dist/tex/latex/fontspec/fontspec.cfg)))
(/usr/local/texlive/2018/texmf-dist/tex/xelatex/xecjk/xeCJK.cfg))
(/usr/local/texlive/2018/texmf-dist/tex/xelatex/xecjk/xeCJKfntef.sty
(/usr/local/texlive/2018/texmf-dist/tex/generic/ulem/ulem.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/environ/environ.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/trimspaces/trimspaces.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/cjk/texinput/CJKfntef.sty)))
(/usr/local/texlive/2018/texmf-dist/tex/latex/zhnumber/zhnumber.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/zhnumber/zhnumber-utf8.cfg))
(/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-chinese.d
ef (/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/config/ctex-name-utf8.cfg
)) (/usr/local/texlive/2018/texmf-dist/tex/latex/tools/indentfirst.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/fontset/ctex-fontset-fandol.
def
*************************************************
* fontspec warning: "script-not-exist"
*
* Font 'FandolSong-Regular' does not contain script 'CJK'.
*************************************************
)) (/usr/local/texlive/2018/texmf-dist/tex/latex/ctex/config/ctex.cfg)
(/usr/local/texlive/2018/texmf-dist/tex/latex/csquotes/csquotes.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/csquotes/csquotes.def)
(/usr/local/texlive/2018/texmf-dist/tex/latex/csquotes/csquotes.cfg))
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/mathtools/mathtools.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/tools/calc.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/mathtools/mhsetup.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/hyperref/hyperref.sty
(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/oberdiek/auxhook.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/oberdiek/kvoptions.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/hyperref/pd1enc.def)
(/usr/local/texlive/2018/texmf-dist/tex/latex/latexconfig/hyperref.cfg)
(/usr/local/texlive/2018/texmf-dist/tex/latex/hyperref/puenc.def)
(/usr/local/texlive/2018/texmf-dist/tex/latex/url/url.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/hyperref/hxetex.def
(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/stringenc.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))
(/usr/local/texlive/2018/texmf-dist/tex/latex/natbib/natbib.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/titlesec/titletoc.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/titlesec/titlesec.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/color.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics-cfg/color.cfg)
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics-def/xetex.def))
(/usr/local/texlive/2018/texmf-dist/tex/latex/xcolor/xcolor.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics-cfg/color.cfg)
(/usr/local/texlive/2018/texmf-dist/tex/latex/colortbl/colortbl.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/tools/array.sty)))
*************************************************
* 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.
*************************************************
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel/babel.sty
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel/switch.def)
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel-german/ngerman.ldf
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel-german/ngermanb.ldf
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel/babel.def
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel/xebabel.def
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel/txtbabel.def)))))
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel-english/USenglish.ldf
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel-english/english.ldf))
(/usr/local/texlive/2018/texmf-dist/tex/generic/babel-english/english.ldf))
Package Babel Warning: The package option `english' should not be used
(Babel) with a more specific one (like `USenglish') on input lin
e 165.
(./machine-learning.aux)
*geometry* driver: auto-detecting
*geometry* detected driver: xetex
ABD: EverySelectfont initializing macros
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/local/texlive/2018/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))
(/usr/local/texlive/2018/texmf-dist/tex/latex/hyperref/nameref.sty
(/usr/local/texlive/2018/texmf-dist/tex/generic/oberdiek/gettitlestring.sty))
(./machine-learning.out) (./machine-learning.out)
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsfonts/umsa.fd)
(/usr/local/texlive/2018/texmf-dist/tex/latex/amsfonts/umsb.fd) [1]
(./machine-learning.toc) [2] [3]
Underfull \hbox (badness 3449) in paragraph at lines 284--285
[]\TU/Ubuntu(0)/m/n/12 The algorithm described herein is sometimes also called
”batch gradient
[4] [5] [6] [7] (./machine-learning.bbl [8]
LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/sc' undefined
(Font) using `TU/Ubuntu(0)/m/n' instead on input line 11.
)
*************************************************
* fontspec warning: "script-not-exist"
*
* Font 'FandolFang-Regular' does not contain script 'CJK'.
*************************************************
[9]
Overfull \hbox (178.459pt too wide) in paragraph at lines 504--504
[]\TU/LiberationMono(0)/m/n/12 ;; (org-latex-export-to-latex &optional ASYNC SU
BTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)[]
[10] [11] (./machine-learning.aux)
LaTeX Font Warning: Some font shapes were not available, defaults substituted.
)
(see the transcript file for additional information)
Output written on machine-learning.xdv (11 pages, 137776 bytes).
Transcript written on machine-learning.log.
=== TeX engine is 'XeTeX'
Latexmk: applying rule 'xdvipdfmx'...
For rule 'xdvipdfmx', running '&do_viewfile( )' ...
Latexmk: All targets (machine-learning.pdf machine-learning.xdv) are up-to-date
#+end_example