下面是我的 latex 代码,我想删除边界线。如何更改?谢谢
\documentclass{bioinfo}
\copyrightyear{2015} \pubyear{2015}
\access{Advance Access Publication Date: Day Month Year}
\appnotes{Manuscript Category}
\begin{document}
\firstpage{1}
\subtitle{Subject Section}
\title[short Title]{This is a title}
\author[Sample \textit{et~al}.]{Corresponding Author\,$^{\text{\sfb 1,}*}$, Co-Author\,$^{\text{\sfb 2}}$ and Co-Author\,$^{\text{\sfb 2,}*}$}
\address{$^{\text{\sf 1}}$Department, Institution, City, Post Code, Country and \\
$^{\text{\sf 2}}$Department, Institution, City, Post Code,
Country.}
\corresp{$^\ast$To whom correspondence should be addressed.}
\history{Received on XXXXX; revised on XXXXX; accepted on XXXXX}
\editor{Associate Editor: XXXXXXX}
\end{document}
答案1
这bioinfo
您正在使用的类提供了两个选项
crop
nocrop
指定是否需要裁剪标记。要指定nocrop
,即不需裁剪标记,请将第一行更改为
\documentclass[nocrop]{bioinfo}
类似地,要明确启用裁剪标记,请使用
\documentclass[crop]{bioinfo}