Latex references Multiple references

Source: Internet
Author: User

1. How can I connect a continuous reference with a dash? For example [6,7,8,9] becomes [6-9]? Method: Before the beginning of the document with the following statement command \usepackage[numbers,sort&compress]{natbib} Not only can compress the reference label, but also can be sorted, that is, regardless of the order of the body inside, display is the order. in the Elsevier template, the Natbib package is already referenced by default, no need to re-reference, change the Natbib option, set the method as follows:\biboptions{numbers,sort&compress}The following is the way to find, feel very good, only for reference. 2. How do I implement reference markings in the upper right corner?
method: Precede the beginning of the document with the following statement command \newcommand{\upcite}[1]{\textsuperscript{\textsuperscript{\cite{#1}}} and then refer to using \upcite{} Format (typical normal reference format is \cite{})
3. Is there a better-looking greater than equals sign, less than equals sign? (the default symbol inside equals is parallel, without inclination)
methods: \geqslant and \leqslant instead of \geq and \leq
4. In a larger picture, you want to implement 4 small plots, each with a label (such as A,b,c,d) and annotations? \BEGIN{FIGURE}[HTB] \centering \includegraphics[width=2.9cm]{1.eps} \includegraphics[width=2.9cm]{2.eps} \ Includegraphics[width=2.9cm]{3.eps} \includegraphics[width=2.9cm]{4.eps} \put ( -305,-10) {\footnotesize{(A)}} \put ( -220,-10) {\footnotesize{(b)}} \put ( -135,-10) {\footnotesize{(c)}} \put ( -45,-10) {\footnotesize{(d)}} \caption{ XXXXXXXXXXXXXXXXXXXXX: (a) xxxxxxx; (b) xxxxxxxxxx; (c) xxxxxxxxxx; (d) xxxxxxxxx.} \LABEL{FIG1} \end{figure}
Replace XX with the comment you want to add. Change the number of the put inside can adjust the position of the label, according to their actual situation adjustment.  go to: http://blog.sina.com.cn/s/blog_4fa8810401013gpx.html

Latex references Multiple references

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.