WORD模板使用
html { font-family: Times, serif; font-size: 12pt }
.title { text-align: center }
.todo { color: rgba(255, 0, 0, 1) }
.done { color: rgba(0, 128, 0, 1) }
.tag { background-color: rgba(173, 216, 230, 1); font-weight: normal }
.target { }
.timestamp { color: rgba(190, 190, 190, 1) }
.timestamp-kwd { color: rgba(95, 158, 160, 1) }
.right { margin-left: auto; margin-right: 0; text-align: right }
.left { margin-left: 0; margin-right: auto; text-align: left }
.center { margin-left: auto; margin-right: auto; text-align: center }
p.verse { margin-left: 3% }
pre { border: 1pt solid rgba(174, 189, 204, 1); background-color: rgba(243, 245, 247, 1); padding: 5pt; font-family: courier, monospace; font-size: 90%; overflow: auto }
table { border-collapse: collapse }
td, th { vertical-align: top }
th.right { text-align: center }
th.left { text-align: center }
th.center { text-align: center }
td.right { text-align: right }
td.left { text-align: left }
td.center { text-align: center }
dt { font-weight: bold }
div.figure { padding: 0.5em }
div.figure p { text-align: center }
div.inlinetask { padding: 10px; border: 2px solid rgba(128, 128, 128, 1); margin: 10px; background: rgba(255, 255, 204, 1) }
textarea { overflow-x: auto }
.linenr { font-size: smaller }
.code-highlighted { background-color: rgba(255, 255, 0, 1) }
.org-info-js_info-navigation { border-style: none }
#org-info-js_console-label { font-size: 10px; font-weight: bold; white-space: nowrap }
.org-info-js_search-highlight { background-color: rgba(255, 255, 0, 1); color: rgba(0, 0, 0, 1); font-weight: bold }
pre { background-color: rgba(47, 79, 79, 1); font: 10.5pt Consola, “Bitstream Vera Sans”, Courier New, helvetica; color: rgba(245, 222, 179, 1) }

WORD模板使用

1 前言

模板的使用能大大的减轻重复劳动,在新建文档的时候应用应用以后的模板可以迅速展现符合要求的文档,修改文档的时候可以直接修改样式就可以应用于所有相关的文档应用中了。而且对于题注,列表等形式还能自动顺延,真是一劳永逸啊。

2 模板样式

2.1 文字

对于文字相对比较简单,一般论文都分为标题一,标题二,标题三然后正文之类的,可以对应设置下相应的样式即可,对于标题一可以额外的设置对应的列表形式,让它自动生成第一章 标题一类型的结构
正文的段落设置也相对简单。

2.2 图片

图片中可以右键设置题注,题注可以根据当前的标题来设置,这样就会形成自动地图片题注顺延效果。

2.3 多级列表

多级列表的使用较为关键,网上也有很多关于控制word中多级列表使用方式的,主要要控制标题的缩进,列表的缩进,和制表符的缩进。这里不再赘述了。

Date: 2012-12-03 13:05:55 中国标准时间

Author: csophys

Org version 7.8.11 with Emacs version 24

Validate XHTML 1.0

版权声明:本文为csophys原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/csophys/archive/2012/12/03/2799436.html