24小时热门版块排行榜    

查看: 3231  |  回复: 5
【悬赏金币】回答本帖问题,作者TNT19053将赠送您 50 个金币

TNT19053

新虫 (初入文坛)

[求助] Latex 引用多个连续文献问题 已有1人参与

各位大神,最近准备投稿,遇到格式问题,请问Latex 怎么引用多个连续的文献,达到效果:  [1-4],, 现在我只能做到: [1,2,3,4].
相关代码如下:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt]{article}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{fancyhdr}
\usepackage{amsmath,amsfonts,amssymb,graphicx}
\usepackage{subfigure}
\renewcommand\figurename{Fig.}
\usepackage{indentfirst}
\usepackage{bm}
\usepackage{multicol}
\usepackage{indentfirst}
\usepackage{picins}
\usepackage{abstract}
\usepackage{multirow}

\usepackage[colorlinks, citecolor=blue]{hyperref}%
\usepackage{ctex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\addtolength{\topmargin}{-54pt}
\setlength{\oddsidemargin}{-0.9cm}  % 3.17cm - 1 inch
\setlength{\evensidemargin}{\oddsidemargin}
\setlength{\textwidth}{17.00cm}
\setlength{\textheight}{24.00cm}    % 24.62
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\baselinestretch}{1.5}
\parindent 22pt
\makeatletter
\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{\huge\textbf{}}
%2. On  Consensus Convergence Model  Based on the Discriminating Factor of Weights
\author{\Large{}\\
\normalsize  1. \\
\normalsize \\
\normalsize 2. \\
\normalsize \\
\emph{} \\
[2pt]}
\date{}  % ???"???????????????????????
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newenvironment{figurehere}
  {\def\@captype{figure}}
  {}
\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\makeatletter
%\renewcommand\@biblabel[1]{}
%\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%  ????????
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\maketitle \setcounter{page}{1}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setlength{\oddsidemargin}{1cm}  % 3.17cm - 1 inch
\setlength{\evensidemargin}{\oddsidemargin}
\setlength{\textwidth}{13.50cm} \vspace{-.8cm} {\small
\begin{center}
\parbox{\textwidth}{}
\end{center}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\supercite}[1]{\textsuperscript{\cite{#1}}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\maketitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{center}
{\small\parbox{\textwidth}{
{\textbf{Abstract}\quad

\textbf{Key Words}\quad  \textbf{\emph{}}

}}}
%
\end{center}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setlength{\oddsidemargin}{-.5cm}  % 3.17cm - 1 inch
\setlength{\evensidemargin}{\oddsidemargin}
\setlength{\textwidth}{17.00cm}
%\setlength{\columnsep}{0.5cm}
\setcounter{section}{0}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}
A series of extreme weather caused by climate warming have a great impact on the production and life of human society. Weather change affects the economy, and many industries show significant sensitivity to weather change \cite{Regnier E,Larsen P H,Luo Hui,Sun W}.

\begin{thebibliography}{}
\small\makeatother \setlength{\itemsep}{1pt}
\bibitem{Regnier E}Regnier E. Doing something about the weather. Omega 2008;36(1):22-32.
\bibitem{Larsen P H}Larsen PH. An evaluation of the sensitivity of US economic sectors to weather. Available at SSRN 900901; 2006.
\bibitem{Luo Hui}Luo H, Xu XF, Zhang GC, et al. Sensitiveness Analyses of Economic Output Impacted by Meteorological Conditions in China. Journal of natural resources 2010;25(1):112-120.
\bibitem{Sun W}Sun W, Li L, Gong Z. Meteorological and environmental effects on manufacturing in Jiangsu, China. Natural Hazards 2014;71(2):1107-1123.

\end{thebibliography}

\end{document}

生成结果为:[1,2,3,4], 怎么处理可以显示为[1-4]。
麻烦大家了,五一快乐。
回复此楼

» 本帖附件资源列表

  • 欢迎监督和反馈:小木虫仅提供交流平台,不对该内容负责。
    本内容由用户自主发布,如果其内容涉及到知识产权问题,其责任在于用户本人,如对版权有异议,请联系邮箱:xiaomuchong@tal.com
  • 附件 1 : wenti01.pdf
  • 2016-04-29 15:35:31, 13.91 K

» 猜你喜欢

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

mczhouwei

木虫 (正式写手)

为啥非得1-4?这个有啥意义?我最近在写,我就是散列出来,比如[5,15,4,35]遇到这种情况你还是得散列出来啊

发自小木虫Android客户端
3Dishere!
2楼2016-04-29 15:47:38
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

TNT19053

新虫 (初入文坛)

引用回帖:
2楼: Originally posted by mczhouwei at 2016-04-29 15:47:38
为啥非得1-4?这个有啥意义?我最近在写,我就是散列出来,比如[5,15,4,35]遇到这种情况你还是得散列出来啊

有很多连续的引用,期刊要求是这样的。

发自小木虫Android客户端
3楼2016-04-29 17:20:26
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
4楼2016-04-29 17:21:52
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

latexstudio

禁虫 (著名写手)

本帖内容被屏蔽

5楼2016-05-08 10:43:28
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

TNT19053

新虫 (初入文坛)

引用回帖:
5楼: Originally posted by latexstudio at 2016-05-08 10:43:28
用宏包 natbib
\usepackage{natbib}即可。

还是不行,发给出版社处理吧!
6楼2016-05-09 08:06:33
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 TNT19053 的主题更新
不应助 确定回帖应助 (注意:应助才可能被奖励,但不允许灌水,必须填写15个字符以上)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 0857调剂 +3 一ll半 2026-02-28 3/150 2026-03-01 18:32 by 热情沙漠
[考研] 材料类求调剂 +10 wana_kiko 2026-02-28 11/550 2026-03-01 18:11 by 海嵙Y
[考研] 高分子化学与物理调剂 +6 好好好1233 2026-02-28 11/550 2026-03-01 17:47 by 好好好1233
[考博] 26申博 +4 想申博! 2026-02-26 6/300 2026-03-01 17:32 by 想申博!
[考研] 328求调剂 +3 aaadim 2026-03-01 5/250 2026-03-01 17:29 by njzyff
[考研] 0856求调剂285 +8 吕仔龙 2026-02-28 8/400 2026-03-01 17:25 by 刘兵
[考研] 321求调剂一志愿东北林业大学材料与化工英二数二 +4 虫虫虫虫虫7 2026-03-01 7/350 2026-03-01 16:52 by caszguilin
[考研] 0856材料求调剂 +4 麻辣鱿鱼 2026-02-28 4/200 2026-03-01 16:51 by caszguilin
[考研] 材料学硕318求调剂 +8 February_Feb 2026-03-01 10/500 2026-03-01 16:48 by sunny81
[考研] 材料化工调剂 +9 今夏不夏 2026-03-01 10/500 2026-03-01 16:01 by hmn_wj
[考研] 307求调剂 +5 wyyyqx 2026-03-01 5/250 2026-03-01 15:21 by Fff-1
[考研] 课题组接收材料类调剂研究生 +3 gaoxiaoniuma 2026-02-28 4/200 2026-03-01 14:30 by jjj三跨
[考研] 298求调剂 +9 人间唯你是清欢 2026-02-28 12/600 2026-03-01 14:23 by Ducount.Y
[考研] 284求调剂 +6 天下熯 2026-02-28 6/300 2026-03-01 14:19 by Ducount.Y
[考研] 302材料工程求调剂 +4 Doleres 2026-03-01 5/250 2026-03-01 11:52 by liqiongjy
[考研] 272求调剂 +5 材紫有化 2026-02-28 5/250 2026-03-01 11:51 by gaoxiaoniuma
[考研] 272求调剂 +4 田智友 2026-02-28 4/200 2026-03-01 06:43 by 刘兵
[基金申请] 面上模板改不了页边距吧? +5 ieewxg 2026-02-25 6/300 2026-03-01 00:10 by addressing
[考研] 292求调剂 +3 yhk_819 2026-02-28 3/150 2026-02-28 21:57 by gaoxiaoniuma
[考研] 265分求调剂不调专业和学校有行学上就 +4 礼堂丁真258 2026-02-28 6/300 2026-02-28 16:18 by 求调剂zz
信息提示
请填处理意见