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
- @MANUAL {_1,
- title = {The EAP-TLS authentication Protocol},
- Author = {D Simon and R Hurst and et al},
- organization = {IETF},
- Year = {2008},
- }
- @MANUAL {_2,
- title = {Extensible Authentication Protocol tunneled Transport Layer Security authenticated Protocol},
- Author = {P Funk and S Wilson and et al},
- organization = {IETF},
- Year = {2008},
- }
The intermediate code looks like this:
[Plain]View plain copy
- %Type = Manual
- \bibitem[{simon et~al. Simon, Hurst and Et~al}]{_1}
- \bibinfo{author}{simon\xfnm[D]}, \bibinfo{author}{hurst\xfnm[R.]},
- \bibinfo{author}{et~al\xfnm[]}.
- \newblock \bibinfo{title}{the EAP-TLS authentication Protocol}.
- \newblock \BIBINFO{ORGANIZATION}{IETF}; \BIBINFO{YEAR}{2008}.
- %Type = Manual
- \bibitem[{funk et~al. Funk, Wilson and Et~al}]{_2}
- \bibinfo{author}{funk\xfnm[P.]}, \bibinfo{author}{wilson\xfnm[S.]},
- \bibinfo{author}{et~al\xfnm[]}.
- \newblock \bibinfo{title}{extensible authentication Protocol tunneled Transport
- Layer Security authenticated Protocol}.
- \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
- \author{
- % you can go ahead and credits any number of authors here,
- % e.g. one ' row of three ' or both rows (consisting of one row of three
- % and a second row of one, or three).
- %
- % the command \alignauthor (no curly braces needed) should
- % precede each author name, Affiliation/snail-mail address and
- % e-mail address. Additionally, tag each line of
- % affiliation/address with \affaddr, and tag the
- % e-mail address with \email.
- %
- % 1st. Author
- \alignauthor
- Ben Trovato\titlenote{dr.~trovato insisted his name is first .} \\
- \email{[email protected]}
- % 2nd. Author
- \alignauthor
- G.K.M. Tobin\titlenote{the Secretary Disavows
- Any knowledge of this author ' s actions.} \\
- \email{[email protected]}
- % 3rd. Author
- \alignauthor Lars th{\o}rv{\ "a}ld\titlenote{this author is the
- One who does all the really hard work .} \\
- \email{[email protected]}
- \ and% use ' \and ' If you need ' another row ' of author names
- % 4th. Author
- \alignauthor Lawrence P. leipuner\\
- \email{[email protected]}
- % 5th. Author
- \alignauthor Sean fogarty\\
- \email{[email protected]}
- % 6th. Author
- \alignauthor Charles palmer\\
- \email{[email protected]}
- \sharedaffiliation
- \affaddr{shaanxi Key Laboratory of Network and System security}\\
- \affaddr{school of Computer science and technology, Xidian university}\\
- \affaddr{2 South Taibai Road, Xi ' A, Shaanxi, China}
- }
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