我这问题都很low,感谢您帮助我。我想请您喝杯奶茶,方便的话可以加个微信哈哈哈哈,还有几个问题。
1.怎么插这样类型的两张图![](https://pics.latexstudio.net/data/images/201911/3c7cd0c671a5573.png)
代码如下,是错的,无法编译。
\begin{figure}[htbp]
\centering
\subfigure[]{\label{figa}
\includegraphics[]{3}}
\hspace{1in}
\subfigure[]{
\label{fig:subfig:b}
\includegraphics[]{4}}
\caption{ Experimental platform, (a) detection platform block diagram, (b) transmitter and receiver parts.}
\label{figb} %% label for entire figure
\end{figure}
2.见下图
Lihaiyang右上角的怎么处理,或者说可以换成什么形式
两个人 同一个 脚注的
这样的脚注怎么做
![](https://pics.latexstudio.net/data/images/201911/cbe6d6e6652b58a.png)
Lihaiyang 1,* An Zhiwu2 GaoCuiCui1 LiQiaoXia1
1 School of information and communication engineering, North University of China, Shanxi, 030051;
2 Institute of Acoustics, Chinese Academy of Sciences, Beijing, 100190;
* Correspondence: climb_021@163.com; Tel.:+86-1352-015-1406
3.有必要用bib什么的弄文献吗,和直接打出来的效果不一样吗。
我下载了2天,很多沙雕问题您见谅。
回答:
2019-11-04 14:40
![](https://pics.latexstudio.net/data/images/201911/f33cfd1bd5801fb.jpg)
![](https://pics.latexstudio.net/data/images/201911/fd54c11d2cbdc9d.jpg)
```tex
\documentclass{ctexart}
\usepackage[left=3cm,right=3cm,top=4cm,bottom=3cm]{geometry}
\usepackage{graphicx}
\usepackage{authblk}
\usepackage{subcaption}
\renewcommand\Authsep{ }
\renewcommand\Authand{ }
\renewcommand\Authands{ }
\renewcommand\Affilfont{\small}
\author[1, *]{Lihaiyang}
\author[2]{An Zhiwu}
\author[1]{GaoCuiCui}
\author[1]{LiQiaoXia}
\affil[1]{School of information and communication engineering, North University of China, Shanxi, 030051}
\affil[2]{Institute of Acoustics, Chinese Academy of Sciences, Beijing, 100190}
\affil[*]{Correspondence: climb\_021@163.com; Tel: +86-1352-015-1406}
\title{标题}
\begin{document}
\maketitle
\section{问题一}
可以使用\verb|\parbox|命令和\verb|subcaption|包,如图\ref{fig:1}和图\ref{fig:2}所示。
\begin{figure}[!htpb]
\centering
\parbox[b]{0.5\textwidth}{%
\includegraphics[width=0.4\textwidth]{your-figure.jpg}%
\subcaption{}%
}%
\parbox[b]{0.5\textwidth}{%
\includegraphics[width=0.4\textwidth]{your-figure.jpg}%
\subcaption{}%
}%
\caption{Collected waveform in time domain, (a) Fundamental wave, and (b) Second harmonics}\label{fig:1}
\end{figure}
\begin{figure}[!htpb]
\centering
\parbox[b]{0.5\textwidth}{%
\includegraphics[width=0.4\textwidth]{your-figure.jpg}%
\subcaption{Fundamental wave}%
}%
\parbox[b]{0.5\textwidth}{%
\includegraphics[width=0.4\textwidth]{your-figure.jpg}%
\subcaption{Second harmonics}%
}%
\caption{Collected waveform in time domain}\label{fig:2}
\end{figure}
\section{问题二}
第二个问题有些复杂,一种方法是使用\verb|authblk|包,在\verb|\author|命令时使用,
在使用\verb|\maketitle|命令时会在文中插入标题和作者,如本页标题中所示。另外
\verb|authblk|包属于\verb|preprint|包的一部分,若要安装需要使用命令
\verb|tlmgr install preprint|。
另一种方法是添加脚注,但是这里一会使用数字一会使用*号有些麻烦,如下所示。
\begin{center}
% 注意下面几行最后需要有%来防止行尾空格,否则上标1和上标*之间会有较大的空格
Lihaiyang\footnote{School of information and communication engineering, North University of China, Shanxi, 030051}%
\footnotetext[2]{Institute of Acoustics, Chinese Academy of Sciences, Beijing, 100190}%
\renewcommand\thefootnote{*}%
\hspace{1pt}% 可以略微增加两个上标之间的距离
\footnote{Correspondence: climb\_021@163.com; Tel: +86-1352-015-1406}
\renewcommand\thefootnote{\arabic{footnote}}
An Zhiwu\footnotemark[2]\hspace{3pt}
GaoCuiCui\footnotemark[1]\hspace{3pt}
LiQiaoXia\footnotemark[1]\hspace{3pt}
\end{center}
\section{问题三}
使用\verb|.bib|文件方便管理,如果参考文献较多建议使用。当然直接写也没有任何关系。
\end{document}
```
若要加微信请私信我联系方式。
作者追问:2019-11-04 14:40
回答: 2019-11-04 14:40
一周热门 更多>