readme_usr

来自「CCSM Research Tools: Community Atmospher」· 代码 · 共 50 行

TXT
50
字号
% $Id: README_USR,v 1.1.6.1 2002/04/24 03:25:24 erik Exp $================================================================================                                 README_USR================================================================================This file describes how to create a basic user's manual using a set of templates.  It is the least mature of the document templates.  Parts ofit, such as a table of input and output values, should be generated automatically by processing annoted namelists or resource files with an auto-documentation tool.  (We still need the tool.)A user's manual includes the parts shown in the table below.  Brackets []indicate that a part is optional.  In the filenames, "comp" refers to the component or library that the whole user's manual or user's manual chapterdescribes.  --------------------------------------------------------------------------------Part		Template File	    Description--------------------------------------------------------------------------------document	<comp>_usrdoc.tex   Document shell with software release number--------------------------------------------------------------------------------To create a new user's guide, fill in the template file.  In <comp>_usrdoc.tex, be sure to comment out the \input of any files you aren't including and specify the \input filenames of files that you are including.Build a dvi file from LaTeX documents:	do_latex <comp> usrProduce an html version of the documentation:	do_l2h <comp> usrThe html files are placed in a directory called <comp>_usrdoc.The dvipdf tool can be used to produce a pdf:	dvipdf <comp>_usrdoc.dvi================================================================================C. DeLuca (cdeluca@ucar.edu)                                      March 13, 2000

⌨️ 快捷键说明

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