ChengsongTanPhdThesis/main.tex
changeset 564 3cbcd7cda0a9
parent 555 aecf1ddf3541
child 568 7a579f5533f8
equal deleted inserted replaced
562:57e33978e55d 564:3cbcd7cda0a9
    44 
    44 
    45 \usepackage{verbatim}
    45 \usepackage{verbatim}
    46 \usepackage{mathpazo} % Use the Palatino font by default
    46 \usepackage{mathpazo} % Use the Palatino font by default
    47 \usepackage{hyperref}
    47 \usepackage{hyperref}
    48 \usepackage{lipsum}
    48 \usepackage{lipsum}
    49 \usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA)
    49 \usepackage[backend=bibtex]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA)
       
    50 %style=authoryear, natbib=true 
    50 \usepackage{stmaryrd}
    51 \usepackage{stmaryrd}
    51 \usepackage{caption}
    52 \usepackage{caption}
    52 
    53 
    53 \addbibresource{example.bib} % The filename of the bibliography
    54 \addbibresource{example.bib} % The filename of the bibliography
    54 
    55 
    69 \usepackage{nccmath}
    70 \usepackage{nccmath}
    70 \usepackage{tikz-cd}
    71 \usepackage{tikz-cd}
    71 \usepackage{tikz}
    72 \usepackage{tikz}
    72 \usetikzlibrary{automata, positioning, calc}
    73 \usetikzlibrary{automata, positioning, calc}
    73 \usetikzlibrary{fit,
    74 \usetikzlibrary{fit,
    74                 shapes.geometric}
    75                 shapes.geometric,
       
    76 		patterns,
       
    77 		backgrounds,
       
    78 		graphs}
       
    79 \usetikzlibrary{babel}
    75 \usepackage{mathpartir}
    80 \usepackage{mathpartir}
    76 \usepackage{stackrel}
    81 \usepackage{stackrel}
    77 
    82 
    78 \DeclareCaptionType{mytype}[Illustration][]
    83 \DeclareCaptionType{mytype}[Illustration][]
    79 \newenvironment{envForCaption}{\captionsetup{type=mytype} }{}
    84 \newenvironment{envForCaption}{\captionsetup{type=mytype} }{}