summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/easybook/chapter3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/easybook/chapter3.tex')
-rw-r--r--Master/texmf-dist/doc/latex/easybook/chapter3.tex43
1 files changed, 0 insertions, 43 deletions
diff --git a/Master/texmf-dist/doc/latex/easybook/chapter3.tex b/Master/texmf-dist/doc/latex/easybook/chapter3.tex
deleted file mode 100644
index 33030ffc478..00000000000
--- a/Master/texmf-dist/doc/latex/easybook/chapter3.tex
+++ /dev/null
@@ -1,43 +0,0 @@
-% Chapter 3
-
-\chapter{其它格式}
-\label{chap:other formats}
-
-\section{代码}
-\index{d@代码}
-\zhlipsum[41][name = aspirin]
-\begin{lstlisting}[language = Python,caption = python 程序练习题]
-#!/usr/bin/python
-# -*- coding: UTF-8 -*-
-
-i = ['a','b']
-l = [1,2]
-print dict([i,l])
-\end{lstlisting}
-
-\section{物理量}
-\index{w@物理量}
-阿司匹林还有三种作用方式 \num{-21x.3e5}。一是使线粒体的氧化磷酸化解偶联 \SIrange{12}{35}{\minute}。阿司匹林会携带质子从线粒体膜间隙扩散进入线粒体基质,然后再次电离释放质子 \SI{.5}{mol}。
-
-\section{化学式}
-\index{h@化学式}
-阿司匹林还有三种作用方式。一是使线粒体的氧化磷酸化解偶联。阿司匹林会携带质子从线粒体膜间隙扩散进入线粒体基质,然后再次电离释放质子\ch{(NH4)2S}、\ch{[Cu(NH3)4]^2+}。
-\[\ch{$x$ Na(NH4)HPO4 ->[$\Delta$] (NaPO3)_{$x$} + $x$ NH3 ^ + $x$ H2O}\]
-\zhlipsum[41][name = aspirin]
-
-\clearpage
-\section{引用}
-\index{y@引用}
-
-\subsection{引用章节}
-\label{subsec:reference section}
-\index{y@引用!s@索引}
-阿司匹林及其复方制剂都能有效治疗某几种头痛,但对另外几种则效果不明\ref{chap:other formats}。因其他疾病或创伤导致的继发性头痛需要及时在医疗机构接受治疗\ref{subsec:reference section}。
-
-\subsection{脚注}
-\index{y@引用!j@脚注}
-阿司匹林及其复方制剂都能有效治疗某几种头痛,但对另外几种则效果不明\footnote{\zhlipsum*[8][name = aspirin]}。因其他疾病或创伤导致的继发性头痛需要及时在医疗机构接受治疗\Footnote{*}{\zhlipsum*[8][name = aspirin]}。
-
-\subsection{参考文献}
-\index{y@引用!c@参考文献}
-这是一个参考文献引用的范例\cite{1979Prospect}。引用多个文献,将引用标号中的多个文献序号按升序排列,若其中有2个以上的连续序号,则改用范围序号,例如\cite{1979Prospect,1989The,2010An}。 \ No newline at end of file