02 2012 档案

摘要:1.一定要及时换行,要不然latex是不会替你自动换行缩进的,相反如果我第几十个字来换一次那么它就会替我自动缩进下换行。2.关于中文首段缩进问题可用 \usepackage{indentfirst} + \setlength{\parindent}{2em} 来实现3.\setcounter{section}{-1}可使章节从0序号开始4.\usepackage[top=25mm,left=25mm,right=20mm,bottom=20mm]{geometry}可以来定制文档格式5.\documentclass[a4paper,12pt]{article}可以用来指定纸张和通用字体大小6. 阅读全文
posted @ 2012-02-24 15:40 重归混沌 阅读(337) 评论(0) 推荐(0)
摘要:编译完内核后进入linux3.0内核后,习惯性的打开virtualbox,然后突然发现virtualbox提示错误,然后又出现一个对话框,上面写着:Nevertheless, there is no shortage of changes, such as the auto grouping of processes within a session, which has caused a lot of commotion in the Linux online world as it is expected to considerably increase the reaction s... 阅读全文
posted @ 2012-02-19 20:30 重归混沌 阅读(555) 评论(0) 推荐(0)