Introduction to Latex Beginners (iv)-Multiple authors sharing the same address

Source: Internet
Author: User

And to the boss to change the format, in fact, most of the meeting is the template is different, the difference is mainly in comments, authors, abstracts and citations of the different, the last time that the use of the bib database, really daoteng a whole day, do not know why must use this thing, and the boss seems not satisfied with the style of others, Finally inadvertently opened the generated intermediate code, is the directory of the. bbl file, the following is the code written in the reference:

[Plain]View plain copy
  1. @MANUAL {_1,
  2. title = {The EAP-TLS authentication Protocol},
  3. Author = {D Simon and R Hurst and et al},
  4. organization = {IETF},
  5. Year = {2008},
  6. }
  7. @MANUAL {_2,
  8. title = {Extensible Authentication Protocol tunneled Transport Layer Security authenticated Protocol},
  9. Author = {P Funk and S Wilson and et al},
  10. organization = {IETF},
  11. Year = {2008},
  12. }


The intermediate code looks like this:

[Plain]View plain copy
  1. %Type = Manual
  2. \bibitem[{simon et~al. Simon, Hurst and Et~al}]{_1}
  3. \bibinfo{author}{simon\xfnm[D]}, \bibinfo{author}{hurst\xfnm[R.]},
  4. \bibinfo{author}{et~al\xfnm[]}.
  5. \newblock \bibinfo{title}{the EAP-TLS authentication Protocol}.
  6. \newblock \BIBINFO{ORGANIZATION}{IETF}; \BIBINFO{YEAR}{2008}.
  7. %Type = Manual
  8. \bibitem[{funk et~al. Funk, Wilson and Et~al}]{_2}
  9. \bibinfo{author}{funk\xfnm[P.]}, \bibinfo{author}{wilson\xfnm[S.]},
  10. \bibinfo{author}{et~al\xfnm[]}.
  11. \newblock \bibinfo{title}{extensible authentication Protocol tunneled Transport
  12. Layer Security authenticated Protocol}.
  13. \newblock \BIBINFO{ORGANIZATION}{IETF}; \BIBINFO{YEAR}{2008}.

"Because the reference order is different, the first reference appears"

If you are not satisfied with the style of the generated reference, directly modify the BBL file, such as those comma, semicolon, can be changed, but: after this change absolutely not to edit the database again, or the middle of the changes will be overwritten.

The main problem is that multiple authors refer to the same address, do not know why the Asiaccs in the template does not give a specific instructions to use the command, do not want the sci directly in the template, is really a ...

The solution or the case of copying the Internet
The original effect is as follows:

If multiple authors use the same communication address, it is not good looking, the boss prefers the pursuit of perfection, for the author of this request must use the same address, no way, Daoteng for a while, and then a variety of search, and finally find the code can be used: the following:

The modified sections are:

To add a custom command before \begin{document}

\def\sharedaffiliation{
\end{tabular}
\BEGIN{TABULAR}{C}}:

The purpose is to make the content appear in tabular form. If not added, although can be quoted at the same time, but the address bar will be very ugly.

Then the reference code is as follows:

[SQL]View plain copy
  1. \author{
  2. % you can go ahead and credits any number of authors here,
  3. % e.g. one ' row of three ' or both rows (consisting of one row of three
  4. % and a second row of one, or three).
  5. %
  6. % the command \alignauthor (no curly braces needed) should
  7. % precede each author name, Affiliation/snail-mail address and
  8. % e-mail address. Additionally, tag each line of
  9. % affiliation/address with \affaddr, and tag the
  10. % e-mail address with \email.
  11. %
  12. % 1st. Author
  13. \alignauthor
  14. Ben Trovato\titlenote{dr.~trovato insisted his name is first .} \\  
  15. \email{[email protected]}
  16. % 2nd. Author
  17. \alignauthor
  18. G.K.M. Tobin\titlenote{the Secretary Disavows
  19. Any knowledge of this author ' s actions.} \\  
  20. \email{[email protected]}
  21. % 3rd. Author
  22. \alignauthor Lars th{\o}rv{\ "a}ld\titlenote{this author is the
  23. One who does all the really hard work .} \\  
  24. \email{[email protected]}
  25. \ and% use ' \and ' If you need ' another row ' of author names
  26. % 4th. Author
  27. \alignauthor Lawrence P. leipuner\\
  28. \email{[email protected]}
  29. % 5th. Author
  30. \alignauthor Sean fogarty\\
  31. \email{[email protected]}
  32. % 6th. Author
  33. \alignauthor Charles palmer\\
  34. \email{[email protected]}
  35. \sharedaffiliation
  36. \affaddr{shaanxi Key Laboratory of Network and System security}\\
  37. \affaddr{school of Computer science and technology, Xidian university}\\
  38. \affaddr{2 South Taibai Road, Xi ' A, Shaanxi, China}
  39. }


It is important to note that there is absolutely no blank line between these rows and rows, otherwise you will be prompted: such a wonderful problem

Daoteng a night plus 1 hours in the morning, hey, still do not like this tool layout ah ...

from:http://blog.csdn.net/xueerfei008/article/details/17349809

Introduction to Latex Beginners (iv)-Multiple authors sharing the same address

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.