提问于:
浏览数:
3699
## 编译环境
操作系统
* [x] Windows 7/8/10
* [ ] macOS
* [ ] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [x] TexLive `2020`
* [ ] MikTeX `版本号`
* [ ] CTeX
`若需勾选,请把[ ]改成[x]`
## 我的问题
大概实现这样的效果:
![](https://wenda.latexstudio.net/data/attach/210101/lLvFblnA.png)
2 回答
8
难,如果你是要投稿
- 期刊提供了 LaTeX 模板
- 不要自己去改
- 没有提供
- 不要用 LaTeX
------------
我查了一下源码,瞎试了一下,出任何问题我不负责。
用法:「只在」左边那面使用 `\footnote`,右边那面别用,可以达到跟图片一样的效果
```tex
\documentclass[twocolumn]{article}
\makeatletter
\long\def\@footnotetext#1{\insert\footins{%
\reset@font\footnotesize
\interlinepenalty\interfootnotelinepenalty
\splittopskip\footnotesep
\splitmaxdepth \dp\strutbox \floatingpenalty \@MM
\hsize\textwidth \@parboxrestore
\protected@edef\@currentlabel{%
\csname p@footnote\endcsname\@thefnmark
}%
\color@begingroup
\@makefntext{%
\rule\z@\footnotesep\ignorespaces#1\@finalstrut\strutbox}%
\color@endgroup}}%
\makeatother
\usepackage{lipsum}
\begin{document}
test\footnote{\lipsum[1]}
\newpage
test
\end{document}
```
-
非常感谢! – 2021-01-02 11:40 回复
1
就我所知,TeX或LaTeX还不能很好地实现这样的效果。只能歪七扭八凑合着用(没有代码示例,因此就不写具体的实现方法了,抱歉!)。不知道是否有其他人可以完美解决。
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。