You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

py-graph.tex 2.6 kB

5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. %% Generated by Sphinx.
  2. \def\sphinxdocclass{report}
  3. \documentclass[letterpaper,10pt,english]{sphinxmanual}
  4. \ifdefined\pdfpxdimen
  5. \let\sphinxpxdimen\pdfpxdimen\else\newdimen\sphinxpxdimen
  6. \fi \sphinxpxdimen=.75bp\relax
  7. \PassOptionsToPackage{warn}{textcomp}
  8. \usepackage[utf8]{inputenc}
  9. \ifdefined\DeclareUnicodeCharacter
  10. % support both utf8 and utf8x syntaxes
  11. \edef\sphinxdqmaybe{\ifdefined\DeclareUnicodeCharacterAsOptional\string"\fi}
  12. \DeclareUnicodeCharacter{\sphinxdqmaybe00A0}{\nobreakspace}
  13. \DeclareUnicodeCharacter{\sphinxdqmaybe2500}{\sphinxunichar{2500}}
  14. \DeclareUnicodeCharacter{\sphinxdqmaybe2502}{\sphinxunichar{2502}}
  15. \DeclareUnicodeCharacter{\sphinxdqmaybe2514}{\sphinxunichar{2514}}
  16. \DeclareUnicodeCharacter{\sphinxdqmaybe251C}{\sphinxunichar{251C}}
  17. \DeclareUnicodeCharacter{\sphinxdqmaybe2572}{\textbackslash}
  18. \fi
  19. \usepackage{cmap}
  20. \usepackage[T1]{fontenc}
  21. \usepackage{amsmath,amssymb,amstext}
  22. \usepackage{babel}
  23. \usepackage{times}
  24. \usepackage[Bjarne]{fncychap}
  25. \usepackage{sphinx}
  26. \fvset{fontsize=\small}
  27. \usepackage{geometry}
  28. % Include hyperref last.
  29. \usepackage{hyperref}
  30. % Fix anchor placement for figures with captions.
  31. \usepackage{hypcap}% it must be loaded after hyperref.
  32. % Set up styles of URL: it should be placed after hyperref.
  33. \urlstyle{same}
  34. \addto\captionsenglish{\renewcommand{\contentsname}{Contents:}}
  35. \addto\captionsenglish{\renewcommand{\figurename}{Fig.}}
  36. \addto\captionsenglish{\renewcommand{\tablename}{Table}}
  37. \addto\captionsenglish{\renewcommand{\literalblockname}{Listing}}
  38. \addto\captionsenglish{\renewcommand{\literalblockcontinuedname}{continued from previous page}}
  39. \addto\captionsenglish{\renewcommand{\literalblockcontinuesname}{continues on next page}}
  40. \addto\captionsenglish{\renewcommand{\sphinxnonalphabeticalgroupname}{Non-alphabetical}}
  41. \addto\captionsenglish{\renewcommand{\sphinxsymbolsname}{Symbols}}
  42. \addto\captionsenglish{\renewcommand{\sphinxnumbersname}{Numbers}}
  43. \addto\extrasenglish{\def\pageautorefname{page}}
  44. \setcounter{tocdepth}{1}
  45. \title{py-graph Documentation}
  46. \date{Jan 28, 2020}
  47. \release{}
  48. \author{Linlin Jia}
  49. \newcommand{\sphinxlogo}{\vbox{}}
  50. \renewcommand{\releasename}{}
  51. \makeindex
  52. \begin{document}
  53. \maketitle
  54. \sphinxtableofcontents
  55. \phantomsection\label{\detokenize{index::doc}}
  56. \chapter{Indices and tables}
  57. \label{\detokenize{index:indices-and-tables}}\begin{itemize}
  58. \item {}
  59. \DUrole{xref,std,std-ref}{genindex}
  60. \item {}
  61. \DUrole{xref,std,std-ref}{modindex}
  62. \item {}
  63. \DUrole{xref,std,std-ref}{search}
  64. \end{itemize}
  65. \renewcommand{\indexname}{Index}
  66. \printindex
  67. \end{document}

A Python package for graph kernels, graph edit distances and graph pre-image problem.