LaTeX(Overleaf)写作笔记

1.LaTeX环境
1)使用在线的LaTeX工具overleaf,网站:https://www.overleaf.com/dash

2)安装LaTeX软件,并下载对应模板

 

2.论文写作
……后续补……

 

3.Poster制作
1)模板与文档设置\documentclass[a0,portrait]{a0poster}

①IEEE论文中的模板,算法一般直接通过以下方式即可正常使用

\begin{figure}[htbp]
  \centering
  \subfigure[shrimps]{\label{fig:co:1} \includegraphics[width=4.2cm]{shrimps}}
  \subfigure[]{\label{fig:co:2} \includegraphics[width=4.2cm]{shrimps_bw_result}}
  \caption{Counting Touching Concave Objects}\label{fig:result_concave_objects}
\end{figure}
但在写成\documentclass[a0,portrait]{a0poster}模板中,必须按照以下方法才能正常显示。

\captionof{algorithm}{algorithm name}
  \begin{algorithmic}[1]
  ……
  \end{algorithmic}
②图像通常按照以下方法导入也没有问题

%提前需要
%\usepackage{graphicx}
%\usepackage{subfigure}
%\graphicspath{{figures/}}

\begin{figure}[!htbp]
  \centering
  \subfigure[insulator]{\label{fig:bo:1} \includegraphics[width=2.1cm]{insulator}}
  \subfigure[]{\label{fig:bo:2} \includegraphics[width=2.1cm]{insulator_bw_result}}
  \caption{Counting Touching Big Objects}\label{fig:result_big_objects}
\end{figure}
但在a0poster模板中,通用需要使用\captionof来显示图片,即:

\begin{center}\vspace{1cm}%这是为了居中显示
\captionof{figure}[!htbp]
  \centering
  \subfigure[insulator]{\label{fig:bo:1} \includegraphics[width=2.1cm]{insulator}}
  \subfigure[]{\label{fig:bo:2} \includegraphics[width=2.1cm]{insulator_bw_result}}
  \caption{Counting Touching Big Objects}\label{fig:result_big_objects}
\end{center}\vspace{1cm}
③上述方法中,如

 

\captionof{figure}[!htbp]
会将图像的名称“Figure 1……”显示在图的上方,同时

 

\caption{Counting Touching Big Objects}\label{fig:result_big_objects}
会导致下方显示“Figure 2 ……”

因此,为了去掉(删除)图像上方的图标“Figure 1……”,上述改为\captionof*即可。
--------------------- 
作者:淡定的牧羊人 
来源:CSDN 
原文:https://blog.csdn.net/lantuxin/article/details/80778350 
版权声明:本文为博主原创文章,转载请附上博文链接!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值