04 2011 档案

摘要:Astronomical Magnitude Systems Astronomical Magnitude SystemsContents: Definitions of astronomical magnitude systems The solar absolute magnitude in various bands Conversion from AB magnitudes toJohnson magnitudes Photon Flux Filter Transformations Night Sky BrightnessesDefinitions of astronomical . 阅读全文
posted @ 2011-04-22 13:55 liyropt 阅读(3492) 评论(2) 推荐(1)
摘要:Latex宏包就是模板,分为class(以.cls为后缀,在documentclass命令中使用)和style(以.sty为后缀,在usepackage命令中使用),如常见的book,article类;以及graphicx,caption包等。Latex提供了专门的工具doc/docstrip来编写宏包。简单的包完全可以自己动手写,先看一个简单的例子,我们的目的是最终写出一个完整的毕业论文模板thesis.cls。编写thesis.cls内容如下:\NeedsTeXFormat{LaTeX2e}[2007/10/19]\ProvidesClass{thesis}[2011/04/05 v0.1 阅读全文
posted @ 2011-04-07 15:20 liyropt 阅读(12678) 评论(1) 推荐(2)
摘要:在撰写文章或著作时,大家喜欢在章节开头或末尾添加名言引用,这可以通过下面的包来实现。EpigraphsquotchapmemoirKoma-script其中Epigraphs比较简单,下面是得到的一个效果:\setlength{\unitlength}{1pt}\setlength{\epigraphwidth}{8cm}\chapter{引言}\label{chap:introduction}\epigraphhead[0]{%\epigraph{\textsf{No path leads from a knowledge of that which is to that which sho 阅读全文
posted @ 2011-04-06 16:17 liyropt 阅读(4441) 评论(1) 推荐(1)