⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lib.tex

📁 python s60 1.4.5版本的源代码
💻 TEX
字号:
% Portions Copyright (c) 2005-2008 Nokia Corporation
\documentclass{manual}

% NOTE: this file controls which chapters/sections of the library
% manual are actually printed.  It is easy to customize your manual
% by commenting out sections that you're not interested in.

\title{PyS60 Library Reference}

\input{boilerplate}

\makeindex                      % tell \index to actually write the
                                % .idx file
\makemodindex                   % ... and the module index as well.

%begin{latexonly}
\ifx\pdftexversion\undefined
 \usepackage[dvips]{graphicx}
\else
 \usepackage[pdftex]{graphicx}
\fi
%end{latexonly}
\usepackage{graphicx}

\usepackage{longtable}

\graphicspath{{./}{figures/}}

\begin{document}

\maketitle

\ifhtml
\chapter*{Front Matter\label{front}}
\fi

\input{copyright}
% XXX the text itself is redundant, but leaving it out messes up the
% formatting of the rest of the document - the pages would end up on
% the wrong side.
\begin{abstract}
\noindent
\input{preamble}
\end{abstract}

\tableofcontents
                                % Chapter title:

\input{libintro}                % Introduction

\input{libsummary}              % API summary

\input{libselected}             % Selected issues

\chapter{Operating System Services and Information \label{s60os}}

\input{libe32}
\input{libsysinfo}

\chapter{User Interface and Graphics \label{s60graph}}

\input{libappuifw}
\input{libglobalui}
\input{libgraphics}
\input{libcamera}
\input{libkeycapture}
\input{libtopwindow}
\input{libgles}
\input{libglcanvas}
\input{libsensor}

\chapter{Audio and Communication Services \label{s60ac}}

\input{libaudio}
\input{libtelephone}
\input{libmessaging}
\input{libinbox}
\input{liblocation}
\input{libposition}

\chapter{Data Management \label{s60data}}

\input{libcontacts}
\input{libcalendar}
\input{libcalendareka2}
\input{libe32db}
\input{libe32dbm}
\input{liblogs}

\chapter{Standard Library Support and Extensions \label{s60lib}}

\input{standardlibrary}
\input{libextensions}

\chapter{Extending and Embedding \label{s60ext}}

\input{capiextensions}
\input{extending}

\input{libabbreviations}
\input{libreferences}

\appendix

\chapter{Reporting Bugs}
\input{reportingbugs}


%  The ugly "%begin{latexonly}" pseudo-environments are really just to
%  keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
%  not really valuable.


%begin{latexonly}
\renewcommand{\indexname}{Module Index}
%end{latexonly}
\input{modlib.ind}              % Module Index

%begin{latexonly}
\renewcommand{\indexname}{Index}
%end{latexonly}
\input{lib.ind}                 % Index

\end{document}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -