发布时间:2010-07-28 20:31:39
文章类别:小技巧
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100kqew.html

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。
演示效果图:
LaTeX技巧322:如何在一页上显示两页内容? 2in1.png
4 分钟前 上传
下载 (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)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部