当前位置: 首页 > news >正文

doxygen 1.11.0 使用详解(九)——包含公式

目录

Doxygen allows you to put LATEX formulas in the output (this works only for the HTML, LATEX and RTF output. To be able to include formulas (as images) in the HTML and RTF documentation, you will also need to have the following tools installed

  • latex: the LATEX compiler, needed to parse the formulas. To test I have used the teTeX 1.0 distribution.
  • dvips: a tool to convert DVI files to PostScript files I have used version 5.92b from Radical Eye software for testing.
  • gs: the GhostScript interpreter for converting PostScript files to bitmaps. I have used Aladdin GhostScript 8.0 for testing.

For the HTML output there is also an alternative solution using MathJax which does not require the above tools. If you enable USE_MATHJAX in the configuration then the latex formulas will be copied to the HTML “as is” and a client side javascript will parse them and turn them into (interactive) images.

There are four ways to include formulas in the documentation.

相关文章:

  • 技术周总结 2024.05.20~05.26 (Java架构师 数据库理论 MyBatis)
  • 1098: 堆的判断
  • Tkinter描述
  • Flutter 中的 ElevatedButton 小部件:全面指南
  • 椋鸟Linux笔记#0:学习Linux前
  • 【数据分析】Numpy和Pandas库基本用法及实例--基于Japyter notebook实现
  • # AI产品经理的自我修养:既懂用户,更懂技术!
  • Springboot应用的配置管理
  • cuda11.8安装torch2.0.1
  • 基于springboot+vue的致远汽车租赁系统
  • 自定义RedisTemplate序列化器
  • SQL面试题练习 —— 波峰波谷
  • 蛮力法0/1背包问题实验
  • Python 渗透测试:Redis 数据库 弱密码测试.(6379端口)
  • python-数据分析与可视化基础
  • 自己简单写的 事件订阅机制
  • 0x05 Python数据分析,Anaconda八斩刀
  • C++类中的特殊成员函数
  • CSS盒模型深入
  • dva中组件的懒加载
  • ES学习笔记(12)--Symbol
  • Git同步原始仓库到Fork仓库中
  • HTTP--网络协议分层,http历史(二)
  • JS创建对象模式及其对象原型链探究(一):Object模式
  • leetcode378. Kth Smallest Element in a Sorted Matrix
  • Median of Two Sorted Arrays
  • MySQL数据库运维之数据恢复
  • npx命令介绍
  • PHP 的 SAPI 是个什么东西
  • sublime配置文件
  • 解析 Webpack中import、require、按需加载的执行过程
  • 什么软件可以剪辑音乐?
  • 原生 js 实现移动端 Touch 滑动反弹
  • 【运维趟坑回忆录 开篇】初入初创, 一脸懵
  • 京东物流联手山西图灵打造智能供应链,让阅读更有趣 ...
  • !!Dom4j 学习笔记
  • # Kafka_深入探秘者(2):kafka 生产者
  • # 睡眠3秒_床上这样睡觉的人,睡眠质量多半不好
  • #100天计划# 2013年9月29日
  • (+3)1.3敏捷宣言与敏捷过程的特点
  • (02)vite环境变量配置
  • (1)svelte 教程:hello world
  • (2)nginx 安装、启停
  • (4)STL算法之比较
  • (C#)一个最简单的链表类
  • (C++20) consteval立即函数
  • (delphi11最新学习资料) Object Pascal 学习笔记---第8章第5节(封闭类和Final方法)
  • (solr系列:一)使用tomcat部署solr服务
  • (第二周)效能测试
  • (六)Hibernate的二级缓存
  • (每日持续更新)jdk api之FileFilter基础、应用、实战
  • (区间dp) (经典例题) 石子合并
  • (三)Honghu Cloud云架构一定时调度平台
  • (转)ABI是什么
  • (转)setTimeout 和 setInterval 的区别