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

📄 formulas.doc

📁 doxygen(一个自动从源代码生成文档的工具)的源代码
💻 DOC
字号:
/****************************************************************************** * * $Id: formulas.doc,v 1.2 2001/03/19 19:27:39 root Exp $ * * Copyright (C) 1997-2001 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby  * granted. No representations are made about the suitability of this software  * for any purpose. It is provided "as is" without express or implied warranty. * See the GNU General Public License for more details. * * Documents produced by Doxygen are derivative works derived from the * input used in their production; they are not affected by this license. * *//*! \page formulas Including formulas Doxygen allows you to put \f$\mbox{\LaTeX}\f$ formulas in theoutput (this works only for the HTML and \f$\mbox{\LaTeX}\f$ output, not for the RTF nor for the man page output). To be able to include formulas (as images) in the HTML documentation, you will also need to have the following tools installed<ul><li>\c latex: the \f$\mbox{\LaTeX}\f$ compiler, needed to parse the formulas.     To test I have used the teTeX 0.9 distribution.<li>\c dvips: a tool to convert DVI files to PostScript files     I have used version 5.86 from Radical Eye software for testing.<li>\c gs: the GhostScript interpreter for converting PostScript files     to bitmaps. I have used Aladdin GhostScript 5.10 for testing.</ul>There are two ways to include formulas in the documentation.<ol><li>Using in-text formulas that appear in the running text.     These formulas should be put between a pair of \\f\$     commands, so\verbatim  The distance between \f$(x_1,y_1)\f$ and \f$(x_2,y_2)\f$ is   \f$\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\f$.\endverbatim results in:  The distance between \f$(x_1,y_1)\f$ and \f$(x_2,y_2)\f$ is   \f$\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\f$.<br><li>Unnumbered displayed formulas that are centered on a separate line.    These formulas should be put between \\f[ and \\f] commands.    An example:\verbatim  \f[    |I_2|=\left| \int_{0}^T \psi(t)              \left\{                 u(a,t)-                \int_{\gamma(t)}^a                 \frac{d\theta}{k(\theta,t)}                \int_{a}^\theta c(\xi)u_t(\xi,t)\,d\xi             \right\} dt          \right|  \f]\endverbatim  results in:  \f[    |I_2|=\left| \int_{0}^T \psi(t)              \left\{                 u(a,t)-                \int_{\gamma(t)}^a                 \frac{d\theta}{k(\theta,t)}                \int_{a}^\theta c(\xi)u_t(\xi,t)\,d\xi             \right\} dt          \right|  \f]</ol>Formulas should be valid commands in \f$\mbox{\LaTeX}\f$'s math-mode.\warning Currently, doxygen is not very fault tolerant in recovering from typos in formulas. It may have to be necessary to remove thefile <code>formula.repository</code> that is written in the html directory to a rid of an incorrect formula\htmlonlyGo to the <a href="diagrams.html">next</a> section or return to the <a href="index.html">index</a>.\endhtmlonly*/

⌨️ 快捷键说明

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