custom-nochunks.xsl
来自「这是一个C的源代码」· XSL 代码 · 共 11 行
XSL
11 行
<?xml version='1.0'?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"><xsl:param name="html.stylesheet" select="'default.css'"/><xsl:param name="generate.toc" select="'book toc'"/><xsl:output method="html" encoding="UTF-8" indent="no"doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/></xsl:stylesheet>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?