diff --git a/codebook.aux b/codebook.aux deleted file mode 100755 index a48530b..0000000 --- a/codebook.aux +++ /dev/null @@ -1,117 +0,0 @@ -\relax -\@writefile{toc}{\contentsline {section}{\numberline {1}DataStructure}{1}} -\@writefile{toc}{\contentsline {subsection}{\numberline {1.1}Ext Heap}{1}} -\@writefile{lol}{\contentsline {lstlisting}{"code/DataStructure/ext\textunderscore heap.cpp"}{1}} -\@writefile{toc}{\contentsline {subsection}{\numberline {1.2}KDTree}{2}} -\@writefile{lol}{\contentsline {lstlisting}{"code/DataStructure/KDTree.cpp"}{2}} -\@writefile{toc}{\contentsline {subsection}{\numberline {1.3}Link Cut Tree}{2}} -\@writefile{lol}{\contentsline {lstlisting}{"code/DataStructure/link\textunderscore cut\textunderscore tree.cpp"}{2}} -\@writefile{toc}{\contentsline {subsection}{\numberline {1.4}SparseTable}{4}} -\@writefile{lol}{\contentsline {lstlisting}{"code/DataStructure/SparseTable.h"}{4}} -\@writefile{toc}{\contentsline {subsection}{\numberline {1.5}Treap}{4}} -\@writefile{lol}{\contentsline {lstlisting}{"code/DataStructure/Treap.cpp"}{4}} -\@writefile{toc}{\contentsline {section}{\numberline {2}Flow}{5}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}Dinic}{5}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Flow/Dinic.cpp"}{5}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.2}Gomory Hu}{5}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Flow/Gomory\textunderscore Hu.cpp"}{5}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.3}Min Cost Flow}{6}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Flow/Min Cost Flow.cpp"}{6}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.4}SW-mincut}{6}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Flow/SW\textendash mincut.cpp"}{6}} -\@writefile{toc}{\contentsline {section}{\numberline {3}Geometry}{7}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}2Dpoint}{7}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Geometry/2Dpoint.cpp"}{7}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Circumcentre}{7}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Geometry/circumcentre.cpp"}{7}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.3}ConvexHull}{7}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Geometry/ConvexHull.cpp"}{7}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.4}Half Plane Intersection}{8}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Geometry/half\textunderscore plane\textunderscore intersection.cpp"}{8}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.5}Intersection Of Two Circle}{8}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Geometry/Intersection\textunderscore of\textunderscore two\textunderscore circle.cpp"}{8}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.6}Intersection Of Two Lines}{8}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Geometry/Intersection\textunderscore of\textunderscore two\textunderscore lines.cpp"}{8}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.7}Smallest Circle}{8}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Geometry/Smallest\textunderscore Circle.cpp"}{8}} -\@writefile{toc}{\contentsline {section}{\numberline {4}Graph}{8}} -\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}BCC Edge}{8}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Graph/BCC\textunderscore edge.cpp"}{8}} -\@writefile{toc}{\contentsline {subsection}{\numberline {4.2}Dijkstra}{9}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Graph/Dijkstra.py"}{9}} -\@writefile{toc}{\contentsline {subsection}{\numberline {4.3}LCA}{9}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Graph/LCA.cpp"}{9}} -\@writefile{toc}{\contentsline {subsection}{\numberline {4.4}MaximumClique}{9}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Graph/MaximumClique.cpp"}{9}} -\@writefile{toc}{\contentsline {subsection}{\numberline {4.5}MinimumSteinerTree}{10}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Graph/MinimumSteinerTree.cpp"}{10}} -\@writefile{toc}{\contentsline {subsection}{\numberline {4.6}Min Mean Cycle}{10}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Graph/Min\textunderscore mean\textunderscore cycle.cpp"}{10}} -\@writefile{toc}{\contentsline {subsection}{\numberline {4.7}Tarjan}{11}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Graph/Tarjan.cpp"}{11}} -\@writefile{toc}{\contentsline {subsection}{\numberline {4.8}TwoSAT}{12}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Graph/TwoSAT.cpp"}{12}} -\@writefile{toc}{\contentsline {section}{\numberline {5}Matching}{12}} -\@writefile{toc}{\contentsline {subsection}{\numberline {5.1}KM}{12}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Matching/KM.cpp"}{12}} -\@writefile{toc}{\contentsline {subsection}{\numberline {5.2}Maximum General Matching}{13}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Matching/Maximum\textunderscore General\textunderscore Matching.cpp"}{13}} -\@writefile{toc}{\contentsline {subsection}{\numberline {5.3}Minimum General Weighted Matching}{13}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Matching/Minimum\textunderscore General\textunderscore Weighted\textunderscore Matching.cpp"}{13}} -\@writefile{toc}{\contentsline {subsection}{\numberline {5.4}Stable Marriage}{14}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Matching/Stable Marriage.cpp"}{14}} -\@writefile{toc}{\contentsline {section}{\numberline {6}Math}{15}} -\@writefile{toc}{\contentsline {subsection}{\numberline {6.1}Ax+by=gcd}{15}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Math/ax+by=gcd.cpp"}{15}} -\@writefile{toc}{\contentsline {subsection}{\numberline {6.2}FFT}{15}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Math/FFT.cpp"}{15}} -\@writefile{toc}{\contentsline {subsection}{\numberline {6.3}FWHT}{15}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Math/FWHT.cpp"}{15}} -\@writefile{toc}{\contentsline {subsection}{\numberline {6.4}GaussElimination}{16}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Math/GaussElimination.cpp"}{16}} -\@writefile{toc}{\contentsline {subsection}{\numberline {6.5}Inverse}{16}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Math/inverse.cpp"}{16}} -\@writefile{toc}{\contentsline {subsection}{\numberline {6.6}Karatsuba}{16}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Math/Karatsuba.cpp"}{16}} -\@writefile{toc}{\contentsline {subsection}{\numberline {6.7}LinearPrime}{16}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Math/LinearPrime.cpp"}{16}} -\@writefile{toc}{\contentsline {subsection}{\numberline {6.8}Miller-Rabin}{17}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Math/Miller\textendash Rabin.cpp"}{17}} -\@writefile{toc}{\contentsline {subsection}{\numberline {6.9}Mobius}{17}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Math/Mobius.cpp"}{17}} -\@writefile{toc}{\contentsline {subsection}{\numberline {6.10}PollardRho}{17}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Math/pollardRho.cpp"}{17}} -\@writefile{toc}{\contentsline {subsection}{\numberline {6.11}Sprague-Grundy}{17}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Math/Sprague\textendash Grundy.cpp"}{17}} -\@writefile{toc}{\contentsline {subsection}{\numberline {6.12}Theorem}{18}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Math/theorem.cpp"}{18}} -\@writefile{toc}{\contentsline {section}{\numberline {7}Other}{18}} -\@writefile{toc}{\contentsline {subsection}{\numberline {7.1}Count Spanning Tree}{18}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Other/count\textunderscore spanning\textunderscore tree.cpp"}{18}} -\@writefile{toc}{\contentsline {subsection}{\numberline {7.2}CYK}{19}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Other/CYK.cpp"}{19}} -\@writefile{toc}{\contentsline {subsection}{\numberline {7.3}DigitCounting}{20}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Other/DigitCounting.cpp"}{20}} -\@writefile{toc}{\contentsline {subsection}{\numberline {7.4}DP-optimization}{20}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Other/DP\textendash optimization.txt"}{20}} -\@writefile{toc}{\contentsline {subsection}{\numberline {7.5}Dp1D1D}{20}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Other/Dp1D1D.cpp"}{20}} -\@writefile{toc}{\contentsline {subsection}{\numberline {7.6}ManhattanMST}{21}} -\@writefile{lol}{\contentsline {lstlisting}{"code/Other/ManhattanMST.cpp"}{21}} -\@writefile{toc}{\contentsline {section}{\numberline {8}String}{22}} -\@writefile{toc}{\contentsline {subsection}{\numberline {8.1}AC}{22}} -\@writefile{lol}{\contentsline {lstlisting}{"code/String/AC.cpp"}{22}} -\@writefile{toc}{\contentsline {subsection}{\numberline {8.2}BWT}{23}} -\@writefile{lol}{\contentsline {lstlisting}{"code/String/BWT.cpp"}{23}} -\@writefile{toc}{\contentsline {subsection}{\numberline {8.3}KMP}{23}} -\@writefile{lol}{\contentsline {lstlisting}{"code/String/KMP.h"}{23}} -\@writefile{toc}{\contentsline {subsection}{\numberline {8.4}PalindromicTree}{23}} -\@writefile{lol}{\contentsline {lstlisting}{"code/String/PalindromicTree.cpp"}{24}} -\@writefile{toc}{\contentsline {subsection}{\numberline {8.5}SAM}{24}} -\@writefile{lol}{\contentsline {lstlisting}{"code/String/SAM.cpp"}{24}} -\@writefile{toc}{\contentsline {subsection}{\numberline {8.6}Smallest Rotation}{24}} -\@writefile{lol}{\contentsline {lstlisting}{"code/String/smallest\textunderscore rotation.cpp"}{24}} -\@writefile{toc}{\contentsline {subsection}{\numberline {8.7}Suffix Array}{25}} -\@writefile{lol}{\contentsline {lstlisting}{"code/String/suffix\textunderscore array.cpp"}{25}} -\@writefile{toc}{\contentsline {subsection}{\numberline {8.8}Z-value}{25}} -\@writefile{lol}{\contentsline {lstlisting}{"code/String/Z\textendash value.cpp"}{25}} diff --git a/codebook.log b/codebook.log deleted file mode 100755 index d48287c..0000000 --- a/codebook.log +++ /dev/null @@ -1,1154 +0,0 @@ -This is XeTeX, Version 3.14159265-2.6-0.99999 (MiKTeX 2.9.6800 64-bit) (preloaded format=xelatex 2018.9.14) 6 OCT 2018 05:26 -entering extended mode -**D:/NCTU_Jaguar/codebook/NCTU_Jaguar2/codebook/codebook.tex -(D:/NCTU_Jaguar/codebook/NCTU_Jaguar2/codebook/codebook.tex -LaTeX2e <2018-04-01> patch level 5 -("D:\MiKTeX 2.9\tex\latex\base\article.cls" -Document Class: article 2014/09/29 v1.4h Standard LaTeX document class -("D:\MiKTeX 2.9\tex\latex\base\size10.clo" -File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option) -) -\c@part=\count80 -\c@section=\count81 -\c@subsection=\count82 -\c@subsubsection=\count83 -\c@paragraph=\count84 -\c@subparagraph=\count85 -\c@figure=\count86 -\c@table=\count87 -\abovecaptionskip=\skip41 -\belowcaptionskip=\skip42 -\bibindent=\dimen102 -) -("D:\MiKTeX 2.9\tex\latex\parskip\parskip.sty" -Package: parskip 2018-08-24 v2.0a non-zero parskip adjustments - -("D:\MiKTeX 2.9\tex\latex\oberdiek\kvoptions.sty" -Package: kvoptions 2016/05/16 v3.12 Key value format for package options (HO) - -("D:\MiKTeX 2.9\tex\latex\graphics\keyval.sty" -Package: keyval 2014/10/28 v1.15 key=value parser (DPC) -\KV@toks@=\toks14 -) -("D:\MiKTeX 2.9\tex\generic\oberdiek\ltxcmds.sty" -Package: ltxcmds 2016/05/16 v1.23 LaTeX kernel commands for general use (HO) -) -("D:\MiKTeX 2.9\tex\generic\oberdiek\kvsetkeys.sty" -Package: kvsetkeys 2016/05/16 v1.17 Key value parser (HO) - -("D:\MiKTeX 2.9\tex\generic\oberdiek\infwarerr.sty" -Package: infwarerr 2016/05/16 v1.4 Providing info/warning/error messages (HO) -) -("D:\MiKTeX 2.9\tex\generic\oberdiek\etexcmds.sty" -Package: etexcmds 2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO) - -("D:\MiKTeX 2.9\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. -))) -("D:\MiKTeX 2.9\tex\latex\etoolbox\etoolbox.sty" -Package: etoolbox 2018/08/19 v2.5f e-TeX tools for LaTeX (JAW) -\etb@tempcnta=\count88 -)) -("D:\MiKTeX 2.9\tex\xelatex\xecjk\xeCJK.sty" -("D:\MiKTeX 2.9\tex\latex\l3kernel\expl3.sty" -Package: expl3 2018-08-23 L3 programming layer (loader) - -("D:\MiKTeX 2.9\tex\latex\l3kernel\expl3-code.tex" -Package: expl3 2018-08-23 L3 programming layer (code) -\c_max_int=\count89 -\l_tmpa_int=\count90 -\l_tmpb_int=\count91 -\g_tmpa_int=\count92 -\g_tmpb_int=\count93 -\g__kernel_prg_map_int=\count94 -\c_log_iow=\count95 -\l_iow_line_count_int=\count96 -\l__iow_line_target_int=\count97 -\l__iow_one_indent_int=\count98 -\l__iow_indent_int=\count99 -\c_zero_dim=\dimen103 -\c_max_dim=\dimen104 -\l_tmpa_dim=\dimen105 -\l_tmpb_dim=\dimen106 -\g_tmpa_dim=\dimen107 -\g_tmpb_dim=\dimen108 -\c_zero_skip=\skip43 -\c_max_skip=\skip44 -\l_tmpa_skip=\skip45 -\l_tmpb_skip=\skip46 -\g_tmpa_skip=\skip47 -\g_tmpb_skip=\skip48 -\c_zero_muskip=\muskip10 -\c_max_muskip=\muskip11 -\l_tmpa_muskip=\muskip12 -\l_tmpb_muskip=\muskip13 -\g_tmpa_muskip=\muskip14 -\g_tmpb_muskip=\muskip15 -\l_keys_choice_int=\count100 -\l__intarray_loop_int=\count101 -\c__intarray_sp_dim=\dimen109 -\g__intarray_font_int=\count102 -\c__fp_leading_shift_int=\count103 -\c__fp_middle_shift_int=\count104 -\c__fp_trailing_shift_int=\count105 -\c__fp_big_leading_shift_int=\count106 -\c__fp_big_middle_shift_int=\count107 -\c__fp_big_trailing_shift_int=\count108 -\c__fp_Bigg_leading_shift_int=\count109 -\c__fp_Bigg_middle_shift_int=\count110 -\c__fp_Bigg_trailing_shift_int=\count111 -\g__fp_array_int=\count112 -\l__fp_array_loop_int=\count113 -\l__sort_length_int=\count114 -\l__sort_min_int=\count115 -\l__sort_top_int=\count116 -\l__sort_max_int=\count117 -\l__sort_true_max_int=\count118 -\l__sort_block_int=\count119 -\l__sort_begin_int=\count120 -\l__sort_end_int=\count121 -\l__sort_A_int=\count122 -\l__sort_B_int=\count123 -\l__sort_C_int=\count124 -\l__tl_analysis_normal_int=\count125 -\l__tl_analysis_index_int=\count126 -\l__tl_analysis_nesting_int=\count127 -\l__tl_analysis_type_int=\count128 -\l__regex_internal_a_int=\count129 -\l__regex_internal_b_int=\count130 -\l__regex_internal_c_int=\count131 -\l__regex_balance_int=\count132 -\l__regex_group_level_int=\count133 -\l__regex_mode_int=\count134 -\c__regex_cs_in_class_mode_int=\count135 -\c__regex_cs_mode_int=\count136 -\l__regex_catcodes_int=\count137 -\l__regex_default_catcodes_int=\count138 -\c__regex_catcode_L_int=\count139 -\c__regex_catcode_O_int=\count140 -\c__regex_catcode_A_int=\count141 -\c__regex_all_catcodes_int=\count142 -\l__regex_show_lines_int=\count143 -\l__regex_min_state_int=\count144 -\l__regex_max_state_int=\count145 -\l__regex_left_state_int=\count146 -\l__regex_right_state_int=\count147 -\l__regex_capturing_group_int=\count148 -\l__regex_min_pos_int=\count149 -\l__regex_max_pos_int=\count150 -\l__regex_curr_pos_int=\count151 -\l__regex_start_pos_int=\count152 -\l__regex_success_pos_int=\count153 -\l__regex_curr_char_int=\count154 -\l__regex_curr_catcode_int=\count155 -\l__regex_last_char_int=\count156 -\l__regex_case_changed_char_int=\count157 -\l__regex_curr_state_int=\count158 -\l__regex_step_int=\count159 -\l__regex_min_active_int=\count160 -\l__regex_max_active_int=\count161 -\l__regex_replacement_csnames_int=\count162 -\l__regex_match_count_int=\count163 -\l__regex_min_submatch_int=\count164 -\l__regex_submatch_int=\count165 -\l__regex_zeroth_submatch_int=\count166 -\g__regex_trace_regex_int=\count167 -\c_empty_box=\box26 -\l_tmpa_box=\box27 -\l_tmpb_box=\box28 -\g_tmpa_box=\box29 -\g_tmpb_box=\box30 -\l__box_top_dim=\dimen110 -\l__box_bottom_dim=\dimen111 -\l__box_left_dim=\dimen112 -\l__box_right_dim=\dimen113 -\l__box_top_new_dim=\dimen114 -\l__box_bottom_new_dim=\dimen115 -\l__box_left_new_dim=\dimen116 -\l__box_right_new_dim=\dimen117 -\l__box_internal_box=\box31 -\l__coffin_internal_box=\box32 -\l__coffin_internal_dim=\dimen118 -\l__coffin_offset_x_dim=\dimen119 -\l__coffin_offset_y_dim=\dimen120 -\l__coffin_x_dim=\dimen121 -\l__coffin_y_dim=\dimen122 -\l__coffin_x_prime_dim=\dimen123 -\l__coffin_y_prime_dim=\dimen124 -\c_empty_coffin=\box33 -\l__coffin_aligned_coffin=\box34 -\l__coffin_aligned_internal_coffin=\box35 -\l_tmpa_coffin=\box36 -\l_tmpb_coffin=\box37 -\l__coffin_display_coffin=\box38 -\l__coffin_display_coord_coffin=\box39 -\l__coffin_display_pole_coffin=\box40 -\l__coffin_display_offset_dim=\dimen125 -\l__coffin_display_x_dim=\dimen126 -\l__coffin_display_y_dim=\dimen127 -\g__file_internal_ior=\read1 -\l__coffin_bounding_shift_dim=\dimen128 -\l__coffin_left_corner_dim=\dimen129 -\l__coffin_right_corner_dim=\dimen130 -\l__coffin_bottom_corner_dim=\dimen131 -\l__coffin_top_corner_dim=\dimen132 -\l__coffin_scaled_total_height_dim=\dimen133 -\l__coffin_scaled_width_dim=\dimen134 -) -("D:\MiKTeX 2.9\tex\latex\l3kernel\l3xdvipdfmx.def" -File: l3xdvidpfmx.def 2018-08-23 v L3 Experimental driver: xdvipdfmx -\g__driver_image_int=\count168 -)) -Package: xeCJK 2018/04/30 v3.7.1 Typesetting CJK scripts with XeLaTeX - -("D:\MiKTeX 2.9\tex\latex\l3packages\xtemplate\xtemplate.sty" -Package: xtemplate 2018-08-23 L3 Experimental prototype document functions -\l__xtemplate_tmp_dim=\dimen135 -\l__xtemplate_tmp_int=\count169 -\l__xtemplate_tmp_muskip=\muskip16 -\l__xtemplate_tmp_skip=\skip49 -) -("D:\MiKTeX 2.9\tex\latex\l3packages\xparse\xparse.sty" -Package: xparse 2018-08-23 L3 Experimental document command parser -\l__xparse_current_arg_int=\count170 -\g__xparse_grabber_int=\count171 -\l__xparse_m_args_int=\count172 -\l__xparse_mandatory_args_int=\count173 -\l__xparse_v_nesting_int=\count174 -) -("D:\MiKTeX 2.9\tex\latex\l3packages\l3keys2e\l3keys2e.sty" -Package: l3keys2e 2018-08-23 LaTeX2e option processing using LaTeX3 keys -) -\l__xeCJK_tmp_int=\count175 -\l__xeCJK_tmp_box=\box41 -\l__xeCJK_tmp_dim=\dimen136 -\l__xeCJK_tmp_skip=\skip50 -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKShipoutHook with sig. '' on line 150. -................................................. -\g__xeCJK_space_factor_int=\count176 -\l__xeCJK_begin_int=\count177 -\l__xeCJK_end_int=\count178 -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \makexeCJKactive with sig. '' on line 396. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \makexeCJKinactive with sig. '' on line 398. -................................................. -\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 580. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \__xeCJK_set_char_class_aux:Nnw with sig. -. 'm>{\SplitArgument {1}{->}}m' on line 601. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \normalspacedchars with sig. 'm' on line 647. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKResetPunctClass with sig. '' on line 658. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKResetCharClass with sig. '' on line 670. -................................................. -\l__xeCJK_last_skip=\skip51 -\g__xeCJK_node_int=\count179 -\c__xeCJK_CJK_node_dim=\dimen137 -\c__xeCJK_CJK-space_node_dim=\dimen138 -\c__xeCJK_default_node_dim=\dimen139 -\c__xeCJK_default-space_node_dim=\dimen140 -\c__xeCJK_CJK-widow_node_dim=\dimen141 -\c__xeCJK_normalspace_node_dim=\dimen142 -\l__xeCJK_ccglue_skip=\skip52 -\l__xeCJK_ecglue_skip=\skip53 -\l__xeCJK_punct_kern_skip=\skip54 -\l__xeCJK_last_penalty_int=\count180 -\l__xeCJK_last_bound_dim=\dimen143 -\l__xeCJK_last_kern_dim=\dimen144 -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKnobreak with sig. '' on line 1889. -................................................. -\l__xeCJK_widow_penalty_int=\count181 -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKDeclareSubCJKBlock with sig. 's>{\TrimSpaces }mm' on -. line 2084. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKCancelSubCJKBlock with sig. 'sm' on line 2095. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKRestoreSubCJKBlock with sig. 'sm' on line 2104. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKsetwidth with sig. 'smm' on line 2202. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKsetkern with sig. 'mmm' on line 2206. -................................................. -................................................. -. xtemplate info: "declare-object-type" -. -. Declaring object type 'xeCJK/punctuation' taking 0 argument(s) on line 2362. -................................................. -\l__xeCJK_fixed_punct_width_dim=\dimen145 -\l__xeCJK_mixed_punct_width_dim=\dimen146 -\l__xeCJK_middle_punct_width_dim=\dimen147 -\l__xeCJK_fixed_margin_width_dim=\dimen148 -\l__xeCJK_mixed_margin_width_dim=\dimen149 -\l__xeCJK_middle_margin_width_dim=\dimen150 -\l__xeCJK_bound_punct_width_dim=\dimen151 -\l__xeCJK_bound_margin_width_dim=\dimen152 -\l__xeCJK_margin_minimum_dim=\dimen153 -\l__xeCJK_kerning_total_width_dim=\dimen154 -\l__xeCJK_same_align_margin_dim=\dimen155 -\l__xeCJK_different_align_margin_dim=\dimen156 -\l__xeCJK_kerning_margin_width_dim=\dimen157 -\l__xeCJK_kerning_margin_minimum_dim=\dimen158 -\l__xeCJK_bound_dim=\dimen159 -\l__xeCJK_reverse_bound_dim=\dimen160 -\l__xeCJK_minimum_bound_dim=\dimen161 -\l__xeCJK_kerning_margin_dim=\dimen162 -\l__xeCJK_original_margin_dim=\dimen163 -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKDeclarePunctStyle with sig. '>{\TrimSpaces }mm' on -. line 2942. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKEditPunctStyle with sig. '>{\TrimSpaces }mm' on line -. 2955. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \setCJKfallbackfamilyfont with sig. 'mom' on line 3059. -................................................. -\g__xeCJK_family_int=\count182 -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \CJKfamily with sig. 't+t-m' on line 3493. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \__xeCJK_gobble_CJKfamily:wn with sig. 't+t-m' on line -. 3558. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \__xeCJK_post_arg:w with sig. 'mmmO{}' on line 3618. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \setCJKmainfont with sig. 'om' on line 3624. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \setCJKsansfont with sig. 'om' on line 3631. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \setCJKmonofont with sig. 'om' on line 3637. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \setCJKfamilyfont with sig. 'mom' on line 3648. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \newCJKfontfamily with sig. 'omom' on line 3658. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \CJKfontspec with sig. 'om' on line 3664. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \defaultCJKfontfeatures with sig. 'm' on line 3687. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \addCJKfontfeatures with sig. 'sO{}m' on line 3693. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \setCJKmathfont with sig. 'om' on line 3870. -................................................. -\l__xeCJK_fam_int=\count183 -\g__xeCJK_fam_allocation_int=\count184 -\l__xeCJK_verb_case_int=\count185 -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKVerbAddon with sig. '' on line 4117. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKOffVerbAddon with sig. '' on line 4121. -................................................. -\l__xeCJK_verb_exspace_skip=\skip55 - -("D:\MiKTeX 2.9\tex\latex\fontspec\fontspec.sty" -Package: fontspec 2018/07/30 vv2.6h Font selection for XeLaTeX and LuaLaTeX - -("D:\MiKTeX 2.9\tex\latex\fontspec\fontspec-xetex.sty" -Package: fontspec-xetex 2018/07/30 vv2.6h Font selection for XeLaTeX and LuaLaT -eX -\l__fontspec_script_int=\count186 -\l__fontspec_language_int=\count187 -\l__fontspec_strnum_int=\count188 -\l__fontspec_tmp_int=\count189 -\l__fontspec_em_int=\count190 -\l__fontspec_emdef_int=\count191 -\l__fontspec_strong_int=\count192 -\l__fontspec_strongdef_int=\count193 -\l__fontspec_tmpa_dim=\dimen164 -\l__fontspec_tmpb_dim=\dimen165 -\l__fontspec_tmpc_dim=\dimen166 - -("D:\MiKTeX 2.9\tex\latex\base\fontenc.sty" -Package: fontenc 2017/04/05 v2.0i Standard LaTeX package - -("D:\MiKTeX 2.9\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 561. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \setmainfont with sig. 'O{}mO{}' on line 566. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \setsansfont with sig. 'O{}mO{}' on line 571. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \setmonofont with sig. 'O{}mO{}' on line 576. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \setmathrm with sig. 'O{}mO{}' on line 580. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \setboldmathrm with sig. 'O{}mO{}' on line 584. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \setmathsf with sig. 'O{}mO{}' on line 588. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \setmathtt with sig. 'O{}mO{}' on line 592. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \setromanfont with sig. 'O{}mO{}' on line 596. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \newfontfamily with sig. 'mO{}mO{}' on line 600. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \renewfontfamily with sig. 'mO{}mO{}' on line 604. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \setfontfamily with sig. 'mO{}mO{}' on line 608. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \newfontface with sig. 'mO{}mO{}' on line 612. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \defaultfontfeatures with sig. 't+om' on line 619. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \addfontfeatures with sig. 'm' on line 623. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \addfontfeature with sig. 'm' on line 627. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \newfontfeature with sig. 'mm' on line 631. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \newAATfeature with sig. 'mmmm' on line 635. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \newopentypefeature with sig. 'mmm' on line 639. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \newICUfeature with sig. 'mmm' on line 643. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \aliasfontfeature with sig. 'mm' on line 647. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \aliasfontfeatureoption with sig. 'mmm' on line 651. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \newfontscript with sig. 'mm' on line 655. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \newfontlanguage with sig. 'mm' on line 659. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \DeclareFontExtensions with sig. 'm' on line 663. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \IfFontFeatureActiveTF with sig. 'mmm' on line 667. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \EncodingCommand with sig. 'mO{}m' on line 3655. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \EncodingAccent with sig. 'mm' on line 3661. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \EncodingSymbol with sig. 'mm' on line 3667. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \EncodingComposite with sig. 'mmm' on line 3673. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \EncodingCompositeCommand with sig. 'mmm' on line 3679. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \DeclareUnicodeEncoding with sig. 'mm' on line 3704. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \UndeclareSymbol with sig. 'm' on line 3710. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \UndeclareAccent with sig. 'm' on line 3716. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \UndeclareCommand with sig. 'm' on line 3722. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \UndeclareComposite with sig. 'mm' on line 3729. -................................................. - -("D:\MiKTeX 2.9\tex\latex\fontspec\fontspec.cfg") -LaTeX Info: Redefining \itshape on input line 3910. -LaTeX Info: Redefining \slshape on input line 3915. -LaTeX Info: Redefining \scshape on input line 3920. -LaTeX Info: Redefining \upshape on input line 3925. -LaTeX Info: Redefining \em on input line 3955. -LaTeX Info: Redefining \emph on input line 3980. -LaTeX Info: Redefining \- on input line 4034. -................................................. -. LaTeX info: "xparse/redefine-command" -. -. Redefining command \oldstylenums with sig. 'm' on line 4129. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \liningnums with sig. 'm' on line 4133. -................................................. -)) -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKsetup with sig. '+m' on line 4422. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKsetemboldenfactor with sig. 'm' on line 4424. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKsetslantfactor with sig. 'm' on line 4426. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \punctstyle with sig. 'm' on line 4427. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKplainchr with sig. '' on line 4428. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \CJKsetecglue with sig. 'm' on line 4429. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \CJKspace with sig. '' on line 4431. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \CJKnospace with sig. '' on line 4432. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKallowbreakbetweenpuncts with sig. '' on line 4434. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKnobreakbetweenpuncts with sig. '' on line 4436. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKenablefallback with sig. '' on line 4438. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKdisablefallback with sig. '' on line 4440. -................................................. -................................................. -. LaTeX info: "xparse/define-command" -. -. Defining command \xeCJKsetcharclass with sig. 'mmm' on line 4445. -................................................. -................................................. -. LaTeX info: "xparse/redefine-command" -. -. Redefining command \fontfamily with sig. 'm' on line 4628. -................................................. - -("D:\MiKTeX 2.9\tex\xelatex\xecjk\xeCJK.cfg" -File: xeCJK.cfg 2018/04/30 v3.7.1 Configuration file for xeCJK package -)) -................................................. -. fontspec info: "no-font-shape" -. -. Could not resolve font "Noto Sans CJK TC/I" (it probably doesn't exist). -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'NotoSansCJKTC(0)' created for font 'Noto Sans CJK TC' with -. options [Script={CJK}]. -. -. This font family consists of the following NFSS series/shapes: -. -. - 'normal' (m/n) with NFSS spec.: <->"Noto Sans CJK -. TC/OT:script=hani;language=DFLT;" -. - 'small caps' (m/sc) with NFSS spec.: -. - 'bold' (bx/n) with NFSS spec.: <->"Noto Sans CJK -. TC/B/OT:script=hani;language=DFLT;" -. - 'bold small caps' (bx/sc) with NFSS spec.: -. - 'bold italic' (bx/it) with NFSS spec.: <->"Noto Sans CJK -. TC/BI/OT:script=hani;language=DFLT;" -. - 'bold italic small caps' (bx/itsc) with NFSS spec.: -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'CourierNew(0)' created for font 'Courier New' 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.: <->"Courier -. New/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.: <->"Courier -. New/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.: <->"Courier -. New/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.: <->"Courier -. New/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 7. - -("D:\MiKTeX 2.9\tex\latex\listings\listings.sty" -\lst@mode=\count194 -\lst@gtempboxa=\box42 -\lst@token=\toks15 -\lst@length=\count195 -\lst@currlwidth=\dimen167 -\lst@column=\count196 -\lst@pos=\count197 -\lst@lostspace=\dimen168 -\lst@width=\dimen169 -\lst@newlines=\count198 -\lst@lineno=\count199 -\lst@maxwidth=\dimen170 - -("D:\MiKTeX 2.9\tex\latex\listings\lstmisc.sty" -File: lstmisc.sty 2018/09/02 1.7 (Carsten Heinz) -\c@lstnumber=\count266 -\lst@skipnumbers=\count267 -\lst@framebox=\box43 -) -("D:\MiKTeX 2.9\tex\latex\listings\listings.cfg" -File: listings.cfg 2018/09/02 1.7 listings configuration -)) -Package: listings 2018/09/02 1.7 (Carsten Heinz) - -("D:\MiKTeX 2.9\tex\latex\graphics\color.sty" -Package: color 2016/07/10 v1.1e Standard LaTeX Color (DPC) - -("D:\MiKTeX 2.9\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. - -("D:\MiKTeX 2.9\tex\latex\graphics-def\xetex.def" -File: xetex.def 2017/06/24 v5.0h Graphics/color driver for xetex -)) -("D:\MiKTeX 2.9\tex\latex\xcolor\xcolor.sty" -Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK) - -("D:\MiKTeX 2.9\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. - -("D:\MiKTeX 2.9\tex\latex\xcolor\x11nam.def" -File: x11nam.def 2016/05/11 v2.12 Predefined colors according to Unix/X11 (UK) -)) -("D:\MiKTeX 2.9\tex\latex\geometry\geometry.sty" -Package: geometry 2018/04/16 v5.8 Page Geometry - -("D:\MiKTeX 2.9\tex\generic\oberdiek\ifpdf.sty" -Package: ifpdf 2017/03/15 v3.2 Provides the ifpdf switch -) -("D:\MiKTeX 2.9\tex\generic\oberdiek\ifvtex.sty" -Package: ifvtex 2016/05/16 v1.6 Detect VTeX and its facilities (HO) -Package ifvtex Info: VTeX not detected. -) -("D:\MiKTeX 2.9\tex\generic\ifxetex\ifxetex.sty" -Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional -) -\Gm@cnth=\count268 -\Gm@cntv=\count269 -\c@Gm@tempcnt=\count270 -\Gm@bindingoffset=\dimen171 -\Gm@wd@mp=\dimen172 -\Gm@odd@mp=\dimen173 -\Gm@even@mp=\dimen174 -\Gm@layoutwidth=\dimen175 -\Gm@layoutheight=\dimen176 -\Gm@layouthoffset=\dimen177 -\Gm@layoutvoffset=\dimen178 -\Gm@dimlist=\toks16 - -("D:\MiKTeX 2.9\tex\xelatex\xetexconfig\geometry.cfg")) -("D:\MiKTeX 2.9\tex\latex\fancyhdr\fancyheadings.sty" -Package: fancyheadings 2017/06/30 v3.9a Legacy package to call fancyhdr - - -Package fancyheadings Warning: Please stop using fancyheadings! -(fancyheadings) Use fancyhdr instead. -(fancyheadings) We will call fancyhdr with the very same -(fancyheadings) options you passed to fancyheadings. -(fancyheadings) -(fancyheadings) fancyhdr is 99 percent compatible with -(fancyheadings) fancyheadings. The only incompatibility is -(fancyheadings) that \headrulewidth and \footrulewidth and -(fancyheadings) their \plain... versions are no longer length -(fancyheadings) parameters, but normal macros (to be changed -(fancyheadings) with \renewcommand rather than \setlength).. - -("D:\MiKTeX 2.9\tex\latex\fancyhdr\fancyhdr.sty" -Package: fancyhdr 2017/06/30 v3.9a Extensive control of page headers and footer -s -\f@nch@headwidth=\skip56 -\f@nch@O@elh=\skip57 -\f@nch@O@erh=\skip58 -\f@nch@O@olh=\skip59 -\f@nch@O@orh=\skip60 -\f@nch@O@elf=\skip61 -\f@nch@O@erf=\skip62 -\f@nch@O@olf=\skip63 -\f@nch@O@orf=\skip64 -)) -("D:\MiKTeX 2.9\tex\latex\listings\lstlang1.sty" -File: lstlang1.sty 2018/09/02 1.7 listings language file -) -("D:\MiKTeX 2.9\tex\latex\listings\lstlang1.sty" -File: lstlang1.sty 2018/09/02 1.7 listings language file -) -("D:\MiKTeX 2.9\tex\latex\listings\lstmisc.sty" -File: lstmisc.sty 2018/09/02 1.7 (Carsten Heinz) -) -("D:\MiKTeX 2.9\tex\xelatex\xecjk\xeCJK-listings.sty" -Package: xeCJK-listings 2018/04/30 v3.7.1 xeCJK patch file for listings -\l__xeCJK_listings_max_char_int=\count271 -\l__xeCJK_listings_flag_int=\count272 -) - -LaTeX Warning: Unused global option(s): - [8pt]. - -(codebook.aux) -\openout1 = `codebook.aux'. - -LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 45. -LaTeX Font Info: ... okay on input line 45. -LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 45. -LaTeX Font Info: ... okay on input line 45. -LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 45. -LaTeX Font Info: ... okay on input line 45. -LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 45. -LaTeX Font Info: ... okay on input line 45. -LaTeX Font Info: Checking defaults for TU/lmr/m/n on input line 45. -LaTeX Font Info: ... okay on input line 45. -LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 45. -LaTeX Font Info: ... okay on input line 45. -LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 45. -LaTeX Font Info: ... okay on input line 45. -................................................. -. fontspec info: "setup-math" -. -. Adjusting the maths setup (use [no-math] to avoid this). -................................................. -\symlegacymaths=\mathgroup4 -LaTeX Font Info: Overwriting symbol font `legacymaths' in version `bold' -(Font) OT1/cmr/m/n --> OT1/cmr/bx/n on input line 45. -LaTeX Font Info: Redeclaring math accent \acute on input line 45. -LaTeX Font Info: Redeclaring math accent \grave on input line 45. -LaTeX Font Info: Redeclaring math accent \ddot on input line 45. -LaTeX Font Info: Redeclaring math accent \tilde on input line 45. -LaTeX Font Info: Redeclaring math accent \bar on input line 45. -LaTeX Font Info: Redeclaring math accent \breve on input line 45. -LaTeX Font Info: Redeclaring math accent \check on input line 45. -LaTeX Font Info: Redeclaring math accent \hat on input line 45. -LaTeX Font Info: Redeclaring math accent \dot on input line 45. -LaTeX Font Info: Redeclaring math accent \mathring on input line 45. -LaTeX Font Info: Redeclaring math symbol \colon on input line 45. -LaTeX Font Info: Redeclaring math symbol \Gamma on input line 45. -LaTeX Font Info: Redeclaring math symbol \Delta on input line 45. -LaTeX Font Info: Redeclaring math symbol \Theta on input line 45. -LaTeX Font Info: Redeclaring math symbol \Lambda on input line 45. -LaTeX Font Info: Redeclaring math symbol \Xi on input line 45. -LaTeX Font Info: Redeclaring math symbol \Pi on input line 45. -LaTeX Font Info: Redeclaring math symbol \Sigma on input line 45. -LaTeX Font Info: Redeclaring math symbol \Upsilon on input line 45. -LaTeX Font Info: Redeclaring math symbol \Phi on input line 45. -LaTeX Font Info: Redeclaring math symbol \Psi on input line 45. -LaTeX Font Info: Redeclaring math symbol \Omega on input line 45. -LaTeX Font Info: Redeclaring math symbol \mathdollar on input line 45. -LaTeX Font Info: Redeclaring symbol font `operators' on input line 45. -LaTeX Font Info: Encoding `OT1' has changed to `TU' for symbol font -(Font) `operators' in the math version `normal' on input line 45. -LaTeX Font Info: Overwriting symbol font `operators' in version `normal' -(Font) OT1/cmr/m/n --> TU/lmr/m/n on input line 45. -LaTeX Font Info: Encoding `OT1' has changed to `TU' for symbol font -(Font) `operators' in the math version `bold' on input line 45. -LaTeX Font Info: Overwriting symbol font `operators' in version `bold' -(Font) OT1/cmr/bx/n --> TU/lmr/m/n on input line 45. -LaTeX Font Info: Overwriting symbol font `operators' in version `normal' -(Font) TU/lmr/m/n --> TU/lmr/m/n on input line 45. -LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' -(Font) OT1/cmr/m/it --> TU/lmr/m/it on input line 45. -LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' -(Font) OT1/cmr/bx/n --> TU/lmr/bx/n on input line 45. -LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' -(Font) OT1/cmss/m/n --> TU/lmss/m/n on input line 45. -LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' -(Font) OT1/cmtt/m/n --> TU/CourierNew(0)/m/n on input line 45. - -LaTeX Font Info: Overwriting symbol font `operators' in version `bold' -(Font) TU/lmr/m/n --> TU/lmr/bx/n on input line 45. -LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' -(Font) OT1/cmr/bx/it --> TU/lmr/bx/it on input line 45. -LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' -(Font) OT1/cmss/bx/n --> TU/lmss/bx/n on input line 45. -LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' -(Font) OT1/cmtt/m/n --> TU/CourierNew(0)/bx/n on input line 45 -. -\c@lstlisting=\count273 - -*geometry* detected driver: pdftex -*geometry* verbose mode - [ preamble ] result: -* driver: pdftex -* paper: a4paper -* layout: -* layoutoffset:(h,v)=(0.0pt,0.0pt) -* modes: landscape -* h-part:(L,W,R)=(28.45274pt, 788.14136pt, 28.45274pt) -* v-part:(T,H,B)=(56.9055pt, 526.376pt, 14.22636pt) -* \paperwidth=845.04684pt -* \paperheight=597.50787pt -* \textwidth=788.14136pt -* \textheight=540.0pt -* \oddsidemargin=-43.81725pt -* \evensidemargin=-43.81725pt -* \topmargin=-52.36449pt -* \headheight=12.0pt -* \headsep=5.0pt -* \topskip=10.0pt -* \footskip=30.0pt -* \marginparwidth=9.0pt -* \marginparsep=10.0pt -* \columnsep=10.0pt -* \skip\footins=9.0pt plus 4.0pt minus 2.0pt -* \hoffset=0.0pt -* \voffset=0.0pt -* \mag=1000 -* \@twocolumntrue -* \@twosidefalse -* \@mparswitchfalse -* \@reversemarginfalse -* (1in=72.27pt=25.4mm, 1cm=28.453pt) - -(codebook.toc -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <7> on input line 2. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <5> on input line 2. -) -\tf@toc=\write3 -\openout3 = `codebook.toc'. - - -************************************************* -* xeCJK warning: "CJKfamily-Unknown" -* -* Unknown CJK family `\CJKttdefault' is being ignored. -* -* Try to use `\setCJKmonofont[...]{...}' to define it. -************************************************* -(code/DataStructure/ext_heap.cpp [1 - -]) (code/DataStructure/KDTree.cpp) -(code/DataStructure/link_cut_tree.cpp [2] -Underfull \vbox (badness 10000) has occurred while \output is active [] - - -Underfull \vbox (badness 10000) has occurred while \output is active [] - - [3]) -(code/DataStructure/SparseTable.h) (code/DataStructure/Treap.cpp -Underfull \vbox (badness 10000) has occurred while \output is active [] - - [4]) -(code/Flow/Dinic.cpp) (code/Flow/Gomory_Hu.cpp [5]) -("code/Flow/Min Cost Flow.cpp") (code/Flow/SW-mincut.cpp [6]) -(code/Geometry/2Dpoint.cpp) (code/Geometry/circumcentre.cpp) -(code/Geometry/ConvexHull.cpp - -LaTeX Font Warning: Font shape `TU/NotoSansCJKTC(0)/m/it' undefined -(Font) using `TU/NotoSansCJKTC(0)/m/n' instead on input line 3. - -[7]) (code/Geometry/half_plane_intersection.cpp) -(code/Geometry/Intersection_of_two_circle.cpp) -(code/Geometry/Intersection_of_two_lines.cpp) -(code/Geometry/Smallest_Circle.cpp) (code/Graph/BCC_edge.cpp [8]) -("D:\MiKTeX 2.9\tex\latex\listings\lstlang1.sty" -File: lstlang1.sty 2018/09/02 1.7 listings language file -) (code/Graph/Dijkstra.py) -(code/Graph/LCA.cpp) (code/Graph/MaximumClique.cpp [9]) -(code/Graph/MinimumSteinerTree.cpp) (code/Graph/Min_mean_cycle.cpp [10]) -Underfull \vbox (badness 10000) has occurred while \output is active [] - - -(code/Graph/Tarjan.cpp -Underfull \vbox (badness 10000) has occurred while \output is active [] - - [11]) -(code/Graph/TwoSAT.cpp) -Underfull \vbox (badness 1946) has occurred while \output is active [] - - -(code/Matching/KM.cpp [12]) (code/Matching/Maximum_General_Matching.cpp) -(code/Matching/Minimum_General_Weighted_Matching.cpp [13] -Underfull \vbox (badness 10000) has occurred while \output is active [] - -) -("code/Matching/Stable Marriage.cpp" [14]) (code/Math/ax+by=gcd.cpp) -(code/Math/FFT.cpp) (code/Math/FWHT.cpp [15]) (code/Math/GaussElimination.cpp) -(code/Math/inverse.cpp) (code/Math/Karatsuba.cpp) (code/Math/LinearPrime.cpp -[16]) (code/Math/Miller-Rabin.cpp) (code/Math/Mobius.cpp) -(code/Math/pollardRho.cpp) (code/Math/Sprague-Grundy.cpp [17]) -(code/Math/theorem.cpp) (code/Other/count_spanning_tree.cpp [18] -Underfull \vbox (badness 10000) has occurred while \output is active [] - -) -(code/Other/CYK.cpp [19]) (code/Other/DigitCounting.cpp) -(code/Other/DP-optimization.txt) (code/Other/Dp1D1D.cpp [20] -Underfull \vbox (badness 10000) has occurred while \output is active [] - -) -(code/Other/ManhattanMST.cpp [21] -Underfull \vbox (badness 10000) has occurred while \output is active [] - -) -(code/String/AC.cpp [22]) (code/String/BWT.cpp) (code/String/KMP.h) -(code/String/PalindromicTree.cpp [23] -Underfull \vbox (badness 10000) has occurred while \output is active [] - -) -(code/String/SAM.cpp) (code/String/smallest_rotation.cpp [24]) -(code/String/suffix_array.cpp) (code/String/Z-value.cpp) [25] (codebook.aux) - -LaTeX Font Warning: Some font shapes were not available, defaults substituted. - - ) -Here is how much of TeX's memory you used: - 18323 strings out of 427798 - 363430 string characters out of 3154443 - 1060218 words of memory out of 3000000 - 22050 multiletter control sequences out of 15000+200000 - 532522 words of font info for 47 fonts, out of 3000000 for 9000 - 1328 hyphenation exceptions out of 8191 - 41i,12n,67p,859b,1823s stack positions out of 5000i,500n,10000p,200000b,50000s - -Output written on codebook.pdf (25 pages). diff --git a/codebook.synctex.gz b/codebook.synctex.gz deleted file mode 100755 index 1a0adcc..0000000 Binary files a/codebook.synctex.gz and /dev/null differ diff --git a/codebook.toc b/codebook.toc deleted file mode 100755 index 45b58a4..0000000 --- a/codebook.toc +++ /dev/null @@ -1,62 +0,0 @@ -\contentsline {section}{\numberline {1}DataStructure}{1} -\contentsline {subsection}{\numberline {1.1}Ext Heap}{1} -\contentsline {subsection}{\numberline {1.2}KDTree}{2} -\contentsline {subsection}{\numberline {1.3}Link Cut Tree}{2} -\contentsline {subsection}{\numberline {1.4}SparseTable}{4} -\contentsline {subsection}{\numberline {1.5}Treap}{4} -\contentsline {section}{\numberline {2}Flow}{5} -\contentsline {subsection}{\numberline {2.1}Dinic}{5} -\contentsline {subsection}{\numberline {2.2}Gomory Hu}{5} -\contentsline {subsection}{\numberline {2.3}Min Cost Flow}{6} -\contentsline {subsection}{\numberline {2.4}SW-mincut}{6} -\contentsline {section}{\numberline {3}Geometry}{7} -\contentsline {subsection}{\numberline {3.1}2Dpoint}{7} -\contentsline {subsection}{\numberline {3.2}Circumcentre}{7} -\contentsline {subsection}{\numberline {3.3}ConvexHull}{7} -\contentsline {subsection}{\numberline {3.4}Half Plane Intersection}{8} -\contentsline {subsection}{\numberline {3.5}Intersection Of Two Circle}{8} -\contentsline {subsection}{\numberline {3.6}Intersection Of Two Lines}{8} -\contentsline {subsection}{\numberline {3.7}Smallest Circle}{8} -\contentsline {section}{\numberline {4}Graph}{8} -\contentsline {subsection}{\numberline {4.1}BCC Edge}{8} -\contentsline {subsection}{\numberline {4.2}Dijkstra}{9} -\contentsline {subsection}{\numberline {4.3}LCA}{9} -\contentsline {subsection}{\numberline {4.4}MaximumClique}{9} -\contentsline {subsection}{\numberline {4.5}MinimumSteinerTree}{10} -\contentsline {subsection}{\numberline {4.6}Min Mean Cycle}{10} -\contentsline {subsection}{\numberline {4.7}Tarjan}{11} -\contentsline {subsection}{\numberline {4.8}TwoSAT}{12} -\contentsline {section}{\numberline {5}Matching}{12} -\contentsline {subsection}{\numberline {5.1}KM}{12} -\contentsline {subsection}{\numberline {5.2}Maximum General Matching}{13} -\contentsline {subsection}{\numberline {5.3}Minimum General Weighted Matching}{13} -\contentsline {subsection}{\numberline {5.4}Stable Marriage}{14} -\contentsline {section}{\numberline {6}Math}{15} -\contentsline {subsection}{\numberline {6.1}Ax+by=gcd}{15} -\contentsline {subsection}{\numberline {6.2}FFT}{15} -\contentsline {subsection}{\numberline {6.3}FWHT}{15} -\contentsline {subsection}{\numberline {6.4}GaussElimination}{16} -\contentsline {subsection}{\numberline {6.5}Inverse}{16} -\contentsline {subsection}{\numberline {6.6}Karatsuba}{16} -\contentsline {subsection}{\numberline {6.7}LinearPrime}{16} -\contentsline {subsection}{\numberline {6.8}Miller-Rabin}{17} -\contentsline {subsection}{\numberline {6.9}Mobius}{17} -\contentsline {subsection}{\numberline {6.10}PollardRho}{17} -\contentsline {subsection}{\numberline {6.11}Sprague-Grundy}{17} -\contentsline {subsection}{\numberline {6.12}Theorem}{18} -\contentsline {section}{\numberline {7}Other}{18} -\contentsline {subsection}{\numberline {7.1}Count Spanning Tree}{18} -\contentsline {subsection}{\numberline {7.2}CYK}{19} -\contentsline {subsection}{\numberline {7.3}DigitCounting}{20} -\contentsline {subsection}{\numberline {7.4}DP-optimization}{20} -\contentsline {subsection}{\numberline {7.5}Dp1D1D}{20} -\contentsline {subsection}{\numberline {7.6}ManhattanMST}{21} -\contentsline {section}{\numberline {8}String}{22} -\contentsline {subsection}{\numberline {8.1}AC}{22} -\contentsline {subsection}{\numberline {8.2}BWT}{23} -\contentsline {subsection}{\numberline {8.3}KMP}{23} -\contentsline {subsection}{\numberline {8.4}PalindromicTree}{23} -\contentsline {subsection}{\numberline {8.5}SAM}{24} -\contentsline {subsection}{\numberline {8.6}Smallest Rotation}{24} -\contentsline {subsection}{\numberline {8.7}Suffix Array}{25} -\contentsline {subsection}{\numberline {8.8}Z-value}{25}