由买买提看人间百态

topics

全部话题 - 话题: twocolumn
(共0页)
c*******h
发帖数: 1096
1
来自主题: TeX版 - 问两个footnote的问题
not an elegant way either. but a universal solution:
\makeatletter
\renewcommand\maketitle{\par
\begingroup
%\renewcommand\thefootnote{\@fnsymbol\c@footnote}%
\def\@makefnmark{\rlap{\@textsuperscript{\normalfont\@thefnmark}}}%
\long\def\@makefntext##1{\parindent 1em\noindent
\hb@[email protected]{%
\hss\@textsuperscript{\normalfont\@thefnmark}}##1}%
\if@twocolumn
\ifnum \col@number=\@ne
\@maketitle
\else
\twocolumn[\@maketitle]%
i*******r
发帖数: 1064
2
来自主题: TeX版 - 求助 - toc spacing
这是我用的 style file 中的 \listoftables 的定义
%----------
\def\listoftables{%%%
\newpage\pagestyle{plain}\pagenumbering{roman}
\setcounter{page}{\value{@ldpage}}
\doublesp@cing
\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn\fi
\vspace*{53pt}\centerline{\Large\bf\listtablename}
\addcontentsline{toc}{chapter}{\listtablename}
\vskip 46pt
\@starttoc{lot}
\if@restonecol\twocolumn\fi
\newpage\setcounter{@ldpage}{\value{page}}
\addtocontents{lof}{\setst... 阅读全帖
z****e
发帖数: 2024
3
我怎么用\thanks{myemail}既没有报错,也没有任何效果呢?连个星号都没有。
\documentclass[aps,prstab,showpacs,showkeys,
twocolumn,groupedaddress,preprintnumbers,amsfonts,amssymb,nofootinbib]{
revtex4}
这个是我那个文档的开头
多谢了。
d******8
发帖数: 2191
4
【 以下文字转载自 USTC 讨论区 】
发信人: dd322508 (流月飞絮), 信区: USTC
标 题: Latex ref{figure}显示的是罗马数字而不是阿拉伯数字
发信站: BBS 未名空间站 (Fri Jun 25 12:24:45 2010, 美东)
图片下面是阿拉伯数字,但是引用的结果就成了罗马数字了。
\documentclass[aps,prb,showpacs,twocolumn,floats]{revtex4}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{epsfig}
\usepackage{dcolumn}
\usepackage{bm}
\usepackage{amsmath}
省去中间部分......
\begin{figure}\label{junctionmodel}
\includegraphics[width=70mm]{junctionmodel}
\caption{Color online:.....}
\end{figu
d******8
发帖数: 2191
5
图片下面是阿拉伯数字,但是引用的结果就成了罗马数字了。
\documentclass[aps,prb,showpacs,twocolumn,floats]{revtex4}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{epsfig}
\usepackage{dcolumn}
\usepackage{bm}
\usepackage{amsmath}
省去中间部分......
\begin{figure}\label{junctionmodel}
\includegraphics[width=70mm]{junctionmodel}
\caption{Color online:.....}
\end{figure}
省去中间部分.......
\ref{junctionmodel} 结果为 I,而不是1.
求达人指点。谢谢!
d********f
发帖数: 8289
6
\documentclass[letterpaper,10pt,twocolumn]{article}
改成小于10pt得好象根本就没有变化
J*****n
发帖数: 48
7
来自主题: TeX版 - 表格向左缩进?
twocolumn mode, 在左边的column里有一个table稍微长了
一些,跨越了中间的空白,我想把这个table向作缩进一些
也就是让table从左边突出,如何实现?
//bow
V***a
发帖数: 11942
8
deadline后天,图书馆说我的thesis format 有问题。可是这个是我在网上下载的他们
的提供的thesis format in latex。nnd
说要求List of Abbreviations上方要空2 inch, table of content上方要空1.25,我
打开他们提供的sty文件。看到这些定义,但是看不懂,不知道改那里。各位帮忙看看
吧,多谢了。
\def\tableofcontents{
\baselineskip=0.25pc
\lineskip=0.25pc
\lineskiplimit=0.25pc
\@restonecolfalse
\if@twocolumn
\@restonecoltrue\onecolumn
\fi
\chapt*{Table of Contents\@mkboth{TABLE OF CONTENTS}{TABLE OF CONTENTS}}
\vskip -0.83 pc
\hfill Page \par
\lineskip=
Z***e
发帖数: 2983
9
来自主题: TeX版 - list of figure问题
在毕业论文的table of content里面
显示list of figures的时候只有figure的番号,但是没有
"Figure"在前面
研究生院说要和正文的一直,在List of figures要显示成
Figure. II.1 caption....
而我现在的模板只能生成
II.1 caption...
因为是自动生成的,也不知道怎么改。大概知道相关的东西在.cls file里面,
% LIST OF FIGURES
%
% Single-space list of figures, add it to the table of contents.
\def\listoffigures{\@restonecolfalse
\if@twocolumn\@restonecoltrue\onecolumn\fi
% \chapter*{\listfigurename\@mkboth{\uppercase{\listfigurename}}%
% {\uppercase{\listfigurename}}}
% WBB
\newpage
\centerline{\
T*********r
发帖数: 11175
10
那试试revtex4,选pr的格式,twocolumns
w****h
发帖数: 212
11
你可以看看如下:
\documentclass[10pt,conference,letterpaper,twocolumn]{IEEEtran}
\usepackage{amsfonts}
\pagestyle{plain}
\pagenumbering{arabic}
\usepackage{amsmath,multirow} % for subequations
\usepackage{subfigure,graphics,psfig,epsfig,wrapfig}
\newtheorem{Theorem}{Theorem}
\newtheorem{Definition}{Definition}
\newtheorem{Assumption}{Assumption}
\newtheorem{Corollary}{Corollary}
显示的是斜体、非粗;
奇怪的是,但我在\documentclass[a4paper, 12pt]{article}下面,就能够显示正常的
粗体、正体定理、定义。
我不会change the definition of the class
l********r
发帖数: 175
12
I have a very long table in latex. It could not be split into several pages.
Instead, after showing content to the bottom of the first page, it has no
more on the next page. I found that when the first setting using 'preprint'
in documentclass, it has that kind of problem. When using onecolumn or
twocolumn, it won't. Could anyone tell me how to let latex split table in
the preprint format? Thanks a lot.
s*m
发帖数: 9
13
我自己做了个test.tex用
\usepackage[colorlinks,linkcolor=blue,anchorcolor=red,citecolor=blue]{
hyperref}
和\cite{},发现链接是可以的。
但是用Optics Letters的模板就不行,
\documentclass[10pt,letterpaper,twocolumn]{article} %% two column, final
layout
\usepackage{ol2}
%\usepackage[draft]{hyperref}
\usepackage{amsmath}
\usepackage{subfigure}
\usepackage[colorlinks,linkcolor=blue,anchorcolor=red,citecolor=blue]{
hyperref}
那位高手思考过这个问题?
e******d
发帖数: 310
14
来自主题: TeX版 - questions about reference
I have the following code,
=============================
\documentclass[9pt, twocolumn,times]{article}
\begin{document}
\date{}
\title{THIS IS TITLE}
\maketitle
\section{INTRODUCTION}
This is an introduction
\section{CONCLUSION}
This is conclusion
\begin{thebibliography}{99}
\bibitem{ref01} author1, author2, `` This is a reference, '' xxx press,
2000.

\end{thebibliography}
\end{document}
===========================================
In the above code, the reference appears as
=============
Ref
z****e
发帖数: 2024
15
【 以下文字转载自 Faculty 讨论区 】
发信人: zaoxie (gg), 信区: Faculty
标 题: 求助latex高手,小问题,如何加通讯作者
发信站: BBS 未名空间站 (Sat Apr 10 14:19:48 2010, 美东)
我怎么用\thanks{myemail}既没有报错,也没有任何效果呢?连个星号都没有。
\documentclass[aps,prstab,showpacs,showkeys,
twocolumn,groupedaddress,preprintnumbers,amsfonts,amssymb,nofootinbib]{
revtex4}
这个是我那个文档的开头
多谢了。
l*********s
发帖数: 5409
16
All right, this answer is correct, though not very complete. The trick is put the abstract command in the argument parameter for \towcolumn, as shown below:
\twocolumn[\begin{@twocolumnfalse}
\maketitle
\begin{abstract}
... ...
\end{abstract}
\end{@twocolumnfalse}
]
bao zi sent out, thank you for your tip!
z*y
发帖数: 1311
17
below is a partial list of .toc file auto-generated
\select@language {english}
\contentsline {schapter}{Preface}{vii}
\gdef \the@ipfilectr {@-1}
\contentsline {chapter}{Chapter\ 1: Introduction}{1}
\contentsline {section}{Network Design}{4}
\contentsline {section}{Methodology}{5}
\contentsline {section}{General Problem Statement}{6}
\contentsline {section}{Definitions}{8}
\contentsline {section}{Literature Review}{9}
...
When the pdf is generated, only Preface and Chapter are shown, but
not sect... 阅读全帖
c*******y
发帖数: 3529
18
我用的是Revtex4.1的class,
用bibtex管理文献
documentclass[pra,aps,twocolumn,nofootinbib,10pt]{revtex4-1}
bibliographystyle{apsrev4-1}
bibliography{myref}
最终显示出来,某本书的书名没有断行,直接戳出纸外面。
投稿的时候显示错误,out of page,打回让我重新修改。
google了一下,找不到solution
事先谢谢各位大大帮忙,解决了有包子送
c*******y
发帖数: 3529
19
我用的是Revtex4.1的class,
用bibtex管理文献
documentclass[pra,aps,twocolumn,nofootinbib,10pt]{revtex4-1}
bibliographystyle{apsrev4-1}
bibliography{myref}
最终显示出来,某本书的书名没有断行,直接戳出纸外面。
投稿的时候显示错误,out of page,打回让我重新修改。
google了一下,找不到solution
事先谢谢各位大大帮忙,解决了有包子送
m******e
发帖数: 21
20
twocolumn的时候经常公式越界从左栏跑到右边那栏去,请问如何处理。
谢谢拉
(共0页)