about.tex
来自「finite element library for mathematic ma」· TEX 代码 · 共 52 行
TEX
52 行
% This chapter is common to the DOLFIN and FFC manuals.\addcontentsline{toc}{chapter}{About this manual}\chapter*{About this manual}%------------------------------------------------------------------------------\section*{Intended audience}This manual is written both for the beginning and the advanced user.There is also some useful information for developers. More advanced topicsare treated at the end of the manual or in the appendix.%------------------------------------------------------------------------------\section*{Typographic conventions}\index{typographic conventions}\begin{itemize}\item Code is written in monospace (typewriter) \texttt{like this}.\item Commands that should be entered in a Unix shell are displayed as follows: \begin{code}# ./configure# make \end{code} Commands are written in the dialect of the \texttt{bash} shell. For other shells, such as \texttt{tcsh}, appropriate translations may be needed.\end{itemize}%------------------------------------------------------------------------------\section*{Enumeration and list indices}\index{enumeration}\index{indices}Throughout this manual, elements $x_i$ of sets $\{x_i\}$ of size $n$are enumerated from $i = 0$ to $i = n-1$. Derivatives in $\R^n$ areenumerated similarly:$\frac{\partial}{\partial x_0}, \frac{\partial}{\partial x_1}, \ldots, \frac{\partial}{\partial x_{n-1}}$.%------------------------------------------------------------------------------\section*{Contact}\index{contact}Comments, corrections and contributions to this manual are most welcomeand should be sent to\begin{macrocode}\packagett{}-dev@fenics.org \end{macrocode}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?