http:^^www.cs.cornell.edu^info^courses^spring-96^cs664^scribe^howto.html
来自「This data set contains WWW-pages collect」· HTML 代码 · 共 63 行
HTML
63 行
MIME-Version: 1.0
Server: CERN/3.0
Date: Monday, 16-Dec-96 23:20:20 GMT
Content-Type: text/html
Content-Length: 2506
Last-Modified: Tuesday, 06-Feb-96 00:32:05 GMT
<HEAD><TITLE>CS 664: How to Scribe</TITLE></HEAD><BODY><h1> CS 664: How to Scribe </h1> This page should provide enough information to get you started.Unfortunately, LaTeX can be complicated and has many options, we areunable to provide a reference to the LaTeX system itself. What isprovided is a commented version of the third lecture scribe's notes. Thisconsists of a few parts:<ul><li> <b><a href="howto/lec3.tex">lec3.tex</a></b> this is the main LaTeXDocument. It is similiar to the main file of a c program, it describes thetext of the document, it can include other files, and details how other filesshould be "linked" in to make the final postscript output.<li> <b><a href="howto/graph2.eps">graph2.eps</a> and <ahref="howto/barn-scene.eps">barn-scene.eps</a></b> these are the figures seenin the document, EPS stands for ecapsulated postscript. Figures can becreated in a number of ways. Most people will create figures for the firsthomework by converting PGM format pictures to EPS using the "pnmtops"program. "xfig" is a useful program to create drawings.<li> <b><a href="howto/lec3.ps">lec3.ps</a></b> the final output, a postscriptfile.</ul> You should first look at the file <a href="howto/lec3.tex">lec3.tex</a>.Comments in the source begin with a % symbol. Typically you will edit thisfile so that it contains your notes. Then you can "compile" the LaTeX file,for example "latex lec3.tex". This will create a few files, including"lec3.aux", "lec3.log", and "lec3.dvi". The important file is lec3.dvi, thisis contains the formatted text. You can view this file using the "xdvi"program. This file will not include any EPS figures that you might add, youwill need to run "dvips -o lec3.ps lec3.dvi" to create the final postscriptfile, <a href="howto/lec3.ps">lec3.ps</a>.<h3>Submissions:</h3> Eventually, your going to have to turn the mess in. What we need is thefinal postscript file, the LaTeX file, and the EPS files for any of thefigures you created. If you have an account on the cs or sunlab systems, youcan just email the locations to jmiller@cs.cornell.edu, otherwise you willhave to mail me a uuencoded tar file of the files.<p><h3>References:</h3><ul><li> <a href="http://www.cogs.susx.ac.uk/users/alanje/latex/intro.html">An Introduction to LaTeX</a><li> <a href="http://ugweb.cs.ualberta.ca/~pub/latex.html">AGuide to LaTeX</a><li> <a href="http://jasper.ora.com/texhelp/ltx-2.html">LaTeX Commands</a></ul>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?