templates

所属分类:matlab编程
开发工具:Unix_Linux
文件大小:28KB
下载次数:2
上传日期:2016-03-05 04:14:33
上 传 者fahadkhafji
说明:  GAUSS variables are of two types: matrices and strings. 1. Matrices may contain numerical data or character data or both. 2. Strings are pieces of text of unlimited length. These are used to give information to the user. If you try to assign a string value to an element of the matrix, all but the Ö rst eight characters will be lost. Variables need to have names to reference them. Acceptable names for variables can contain alphanumeric data and the underscore _ , and must not begin with a number . Reserved words may not be used standard procedure names may be reassigned, but this is not generally a good idea. Variables names are not case-sensitive. 1. Acceptable variable names: eric Eric eric1 eric_1 _eric1 _e_r_i_c 2. Unacceptable variable names: 1eric 100 if (reserved word) delif (GAUSS procedure - legal, but foolish) 2.2 Creating matrices 1. Square brackets [ ] refer to dimensions of a matrix or th

文件列表:
abstract.tex (1202, 1999-10-21)
appa.tex (229, 1999-10-21)
appb.tex (279, 1999-10-21)
biblio.tex (350, 2007-04-24)
chap1.tex (12823, 1999-10-21)
contents.tex (380, 1999-10-21)
cover.tex (5171, 2011-09-07)
main.tex (2074, 2014-01-24)
propcover.tex (9744, 1999-10-21)
signature.tex (1089, 2012-05-13)
lgrind.sty (7434, 1999-10-21)
mitthesis.cls (19739, 2012-02-15)
main.bib (9859, 1999-10-21)
main.bib.info (2694, 1999-10-21)

This file explains the options available to you for editting the file main.tex. The commands in the this file allow you to specify options such as spacing, double-sided printing, a draft copy, etc. By default, 12pt and lgrind are included; lgrind is the 2e style for including code in your thesis. \documentclass[12pt]{mitthesis} \usepackage{lgrind} \pagestyle{plain} You can add options in the documentclass line as follows: o singlespace \documentclass[12pt,singlespace]{mitthesis} o twoside \documentclass[12pt,twoside]{mitthesis} o draft (make sure to change the pagestyle to drafthead as well) \documentclass[12pt,draft]{mitthesis} \usepackage{lgrind} \pagestyle{drafthead} o vi (for course vi and course viii theses) \documentclass[12pt,vi]{mitthesis} Any options you would use for report.sty will work here as well. You should not need to change the first three lines and last two lines below. Be sure to include an \include command for each file you are including in your thesis. \include{cover} \pagestyle{plain} \include{contents} \include{chap1} \include{chap2} \appendix \include{appa} \include{appb} \include{biblio} \end{document} Comment: to include appendices use a single \appendix command followed by a number of \include{} commands as many files as needed, each of which should contain a \chapter{} command for the appendix title.

近期下载者

相关文件


收藏者