📄 mk_htmlhelp.bat
字号:
@ECHO OFFREM #######################################################################REM FILE mk_htmlhelp.batREM PURPOSE Making MS HTML help file out of the svn-book sourcesREM ====================================================================REM Copyright (c) 2000-2005 CollabNet. All rights reserved.REMREM This software is licensed as described in the file COPYING, whichREM you should have received as part of this distribution. The termsREM are also available at http://subversion.tigris.org/license-1.html.REM If newer versions of this license are posted there, you may use aREM newer version instead, at your option.REMREM This software consists of voluntary contributions made by manyREM individuals. For exact contribution history, see the revisionREM history and logs, available at http://subversion.tigris.org/.REM ====================================================================SET BOOKNAME=svn-bookSET HHC=<%tv_path_hhc%>SET BOOKDEST=<%tv_bookdest%>mkdir imagescopy ..\en\book\images\*.* imagesSET XLSPARAMS=--param suppress.navigation 0 --param htmlhelp.hhc.binary 1SET XLSPARAMS=%XLSPARAMS% --param htmlhelp.show.advanced.search 1SET XLSPARAMS=%XLSPARAMS% --param htmlhelp.chm '%BOOKNAME%.chm'SET XLSPARAMS=%XLSPARAMS% --param htmlhelp.hhp '%BOOKNAME%.hhp'SET XLSPARAMS=%XLSPARAMS% --param htmlhelp.hhc '%BOOKNAME%.hhc'SET XLSPARAMS=%XLSPARAMS% --param html.stylesheet.type 'text/css'SET XLSPARAMS=%XLSPARAMS% --param html.stylesheet 'svn-doc.css'SET XLSPARAMS=%XLSPARAMS% --param htmlhelp.hhp.tail 'svn_bck.png'SET XLSPARAMS=%XLSPARAMS% --param htmlhelp.use.hhk 0SET XLSPARAMS=%XLSPARAMS% --param htmlhelp.hhc.show.root 0SET XLSPARAMS=%XLSPARAMS% --param htmlhelp.autolabel 1xsltproc %XLSPARAMS% ..\tools\xsl\htmlhelp\htmlhelp.xsl ..\en\book\book.xml%HHC% %BOOKNAME%.hhpmove %BOOKNAME%.chm %BOOKDEST%del /Q %BOOKNAME%.*del /Q *.htmlrmdir /S /Q images
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -