加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

LaTeX技巧322:如何在一页上显示两页内容?

(2010-07-28 20:31:39)
标签:

latex

两页

单页显示

分类: 小技巧

QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载

问题描述
如何在一页上显示两页内容呢,我们如果遇到这一问题,该怎么解决?

解决方案
可以使用2in1宏包,下载地址在:
http://www.ctan.org/tex-archive/help/Catalogue/entries/twoinone.html
使用方法:
\documentclass[10pt,landscape]{article} (or 11pt or 12pt)
OR
\documentclass[10pt]{article} (or 11pt or 12pt)
\usepackage{2in1}

运行方式为:latex-->ps-->pdf或者XeLaTeX。
演示效果图:
http://bbs.chinatex.org/data/attachment/forum/201007/28/202643k5o60lk60o0ulso5.png
分钟前 上传
下载 (94.09 KB)

我们也可以自己用其他方式实现如下便是一例,读者可自行测试:

\documentclass[10pt,twocolumn,landscape,a4paper]{article}
\special{landscape}\special{! /landplus90 true store}
\setlength{\oddsidemargin}{0mm}
\setlength{\evensidemargin}{0mm}
\addtolength{\textheight}{55mm}
\addtolength{\textwidth}{43mm}
\setlength{\topmargin}{0mm}
\setlength{\headsep}{4mm}
\voffset=-20mm
\hoffset=-20mm
\columnseprule=.01pt

参考:http://amath.colorado.edu/documentation/LaTeX/reference/landscape/

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有