Skip to content
Accessibility statement
100%
100%
0%
0 turns

APS/123-QED

[Also at ]Physics Department, XYZ University.Second.Author@institution.edu Authors’ institution and/or address

MUSO Collaboration

http://www.Second.institution.edu/ Charlie.Author Second institution and/or address Third institution, the second for Charlie Author Authors’ institution and/or address

CLEO Collaboration

An article usually includes an abstract, a concise summary of the work covered at length in the main body of the article.
Usage

Secondary publications and information retrieval purposes.

Structure

You may use the description environment to structure your abstract; use the optional argument of the \item command to give the category of each item.

Manuscript Title

Ann Author Second Author Charlie Author Delta Author

June 25, 2024

A footnote to the article title

I. First-level heading

This sample document demonstrates proper use of REVTeX 4.2 (and ) in mansucripts prepared for submission to APS journals. Further information can be found in the REVTeX 4.2 documentation included in the distribution or available at http://journals.aps.org/revtex/.

When commands are referred to in this example file, they are always shown with their required arguments, using normal TeX format. In this format, #1, #2, etc. stand for required author-supplied arguments to commands. For example, in \section{#1} the #1 stands for the title text of the author’s section heading, and in \title{#1} the #1 stands for the title text of the paper.

Line breaks in section headings at all levels can be introduced using \\. A blank input line tells TeX that the paragraph has ended. Note that top-level section headings are automatically uppercased. If a specific letter or word should appear in lowercase instead, you must escape it using \lowercase{#1}.

A. Second-level heading: Formatting

This file may be formatted in either the preprint or reprint style. reprint format mimics final journal output. Either format may be used for submission purposes. letter sized paper should be used when submitting to APS journals.

Wide text (A level-3 head)

The widetext environment will make the text the width of the full page, as on page *. (Note the use the \pageref{#1} command to refer to the page number.)

Note (Fourth-level head is run in)

The width-changing commands only take effect in two-column formatting. There is no effect if text is in a single column.

B. Citations and References

A citation in text uses the command \cite{#1} or \onlinecite{#1} and refers to an entry in the bibliography. An entry in the bibliography is a reference to another document.

Citations

Because REVTeX uses the natbib package of Patrick Daly, the entire repertoire of commands in that package are available for your document; see the natbib documentation for further details. Please note that REVTeX requires version 8.31a or later of natbib.

Syntax

The argument of \cite may be a single key, or may consist of a comma-separated list of keys. The citation key may contain letters, numbers, the dash (-) character, or the period (.) character. New with natbib 8.3 is an extension to the syntax that allows for a star (*) form and two optional arguments on the citation key itself. The syntax of the \cite command is thus (informally stated)

\cite { key }, or
\cite { optarg+key }, or
\cite { optarg+key , optarg+key},

where optarg+key signifies

key, or
*key, or
[pre]key, or
[pre][post]key, or even
*[pre][post]key.

where pre and post is whatever text you wish to place at the beginning and end, respectively, of the bibliographic reference (see Ref. [witten2001] and the two under Ref. [feyn54]). (Keep in mind that no automatic space or punctuation is applied.) It is highly recommended that you put the entire pre or post portion within its own set of braces, for example: \cite { [ {text}]key}. The extra set of braces will keep LaTeX out of trouble if your text contains the comma (,) character.

The star (*) modifier to the key signifies that the reference is to be merged with the previous reference into a single bibliographic entry, a common idiom in APS and AIP articles (see below, Ref. [epr]). When references are merged in this way, they are separated by a semicolon instead of the period (full stop) that would otherwise appear.

Eliding repeated information

When a reference is merged, some of its fields may be elided: for example, when the author matches that of the previous reference, it is omitted. If both author and journal match, both are omitted. If the journal matches, but the author does not, the journal is replaced by ibid., as exemplified by Ref. [epr]. These rules embody common editorial practice in APS and AIP journals and will only be in effect if the markup features of the APS and AIP BibTeX styles is employed.

The options of the cite command itself

Please note that optional arguments to the key change the reference in the bibliography, not the citation in the body of the document. For the latter, use the optional arguments of the \cite command itself: \cite *[pre-cite][post-cite]{key-list}.

Example citations

By default, citations are numerical [ Beutler(1994a) ] . Author-year citations are used when the journal is RMP. To give a textual citation, use \onlinecite{#1}: Refs. [][and references therein]witten2001,Bire82. By default, the natbib package automatically sorts your citations into numerical order and “compresses” runs of three or more consecutive numerical citations. REVTeX provides the ability to automatically change the punctuation when switching between journal styles that provide citations in square brackets and those that use a superscript style instead. This is done through the citeautoscript option. For instance, the journal style prb automatically invokes this option because Physical Review B uses superscript-style citations. The effect is to move the punctuation, which normally comes after a citation in square brackets, to its proper position before the superscript. To illustrate, we cite several together [ Witten(2001) , G. P. Berman and F. M. Izrailev(1983) , Davies and Parns(1988) , Birell and Davies(1982) ] , and once again in different order (Refs.  [ Einstein et al.(1935)Einstein, Podolsky, and Rosen , Feynman(1954) , Birell and Davies(1982) , G. P. Berman and F. M. Izrailev(1983) , Witten(2001) , Davies and Parns(1988) ] ). Note that the citations were both compressed and sorted. Futhermore, running this sample file under the prb option will move the punctuation to the correct place.

When the prb class option is used, the \cite{#1} command displays the reference’s number as a superscript rather than in square brackets. Note that the location of the \cite{#1} command should be adjusted for the reference style: the superscript references in prb style must appear after punctuation; otherwise the reference must appear before any punctuation. This sample was written for the regular (non-prb) citation style. The command \onlinecite{#1} in the prb style also displays the reference on the baseline.

References

A reference in the bibliography is specified by a \bibitem{#1} command with the same argument as the \cite{#1} command. \bibitem{#1} commands may be crafted by hand or, preferably, generated by BibTeX. REVTeX 4.2 includes BibTeX style files apsrev4-2.bst, apsrmp4-2.bst appropriate for Physical Review and Reviews of Modern Physics, respectively.

Example references

This sample file employs the \bibliography command, which formats the .bbl file and specifies which bibliographic databases are to be used by BibTeX (one of these should be by arXiv convention .bib). Running BibTeX (via bibtex ) after the first pass of LaTeX produces the file .bbl which contains the automatically formatted \bibitem commands (including extra markup information via \bibinfo and \bibfield commands). If not using BibTeX, you will have to create the thebibiliography environment and its \bibitem commands by hand.

Numerous examples of the use of the APS bibliographic entry types appear in the bibliography of this sample document. You can refer to the .bib file, and compare its information to the formatted bibliography itself.

C. Footnotes

Footnotes, produced using the \footnote{#1} command, usually integrated into the bibliography alongside the other entries. Numerical citation styles do this 1 ; author-year citation styles place the footnote at the bottom of the text column. Note: due to the method used to place footnotes in the bibliography, you must re-run BibTeX every time you change any of your document’s footnotes.

II. Math and Equations

Inline math may be typeset using the $ delimiters. Bold math symbols may be achieved using the bm package and the \bm{#1} command it supplies. For instance, a bold \(\alpha \) can be typeset as $\bm{\alpha}$ giving \(\bm {\alpha }\). Fraktur and Blackboard (or open face or double struck) characters should be typeset using the \mathfrak{#1} and \mathbb{#1} commands respectively. Both are supplied by the amssymb package. For example, $\mathbb{R}$ gives \(\mathbb {R}\) and $\mathfrak{G}$ gives \(\mathfrak {G}\)

In LaTeX there are many different ways to display equations, and a few preferred ways are noted below. Displayed math will center by default. Use the class option fleqn to flush equations left.

Below we have numbered single-line equations; this is the most common type of equation in Physical Review:

Note the open one in Eq. (2).

Not all numbered equations will fit within a narrow column this way. The equation number will move down automatically if it cannot fit on the same line with a one-line equation:

When the \label{#1} command is used [cf. input for Eq. (2)], the equation can be referred to in text without knowing the equation number that TeX will assign to it. Just use \ref{#1}, where #1 is the same name that used in the \label{#1} command.

Unnumbered single-line equations can be typeset using the \[, \] format:

\[ g^+g^+ \rightarrow g^+g^+g^+g^+ \dots ~ ,~ ~ q^+q^+\rightarrow q^+g^+g^+ \dots ~ . \]

A. Multiline equations

Multiline equations are obtained by using the eqnarray environment. Use the \nonumber command at the end of each line to avoid assigning a number:

Note: Do not use \label{#1} on a line of a multiline equation if \nonumber is also used on that line. Incorrect cross-referencing will result. Notice the use \text{#1} for using a Roman font within a math environment.

To set a multiline equation without any equation numbers, use the \begin{eqnarray*}, \end{eqnarray*} format:

A few notes on tags

\tag{#1} requires the amsmath package. Place the \tag{#1} command before the \label{#1}, if any. The numbering produced by \tag{#1} does not affect the automatic numbering in REVTeX; therefore, the number must be known ahead of time, and it must be manually adjusted if other equations are added. \tag{#1} works with both single-line and multiline equations. \tag{#1} should only be used in exceptional cases—do not use it to number many equations in your paper. Please note that this feature of the amsmath package is not compatible with the hyperref (6.77u) package.

Wide equations

The equation that follows is set in a wide format, i.e., it spans the full page. The wide format is reserved for long equations that cannot easily be set in a single column:

This is typed to show how the output appears in wide format. (Incidentally, since there is no blank line between the equation environment above and the start of this paragraph, this paragraph is not indented.)

III. Cross-referencing

REVTeX will automatically number such things as sections, footnotes, equations, figure captions, and table captions. In order to reference them in text, use the \label{#1} and \ref{#1} commands. To reference a particular page, use the \pageref{#1} command.

The \label{#1} should appear within the section heading, within the footnote text, within the equation, or within the table or figure caption. The \ref{#1} command is used in text at the point where the reference is to be displayed. Some examples: Section I. on page *, Table 1,

Table 1 A table that fits into a single column of a two-column layout. Note that REVTeX 4 adjusts the intercolumn spacing so that the table fills the entire width of the column. Table captions are numbered automatically. This table illustrates left-, center-, decimal- and right-aligned columns, along with the use of the ruledtabular environment which sets the Scotch (double) rules above and below the alignment, per APS style.

Left 2

Centered 3

Decimal

Right

1

2

3.001

4

10

20

30

40

100

200

300.0

400

and Fig. 1.

\includegraphics{fig_1}

Figure 1 A figure caption. The figure captions are automatically numbered.

IV. Floats: Figures, Tables, Videos, etc.

Figures and tables are usually allowed to “float”, which means that their placement is determined by LaTeX, while the document is being typeset.

Use the figure environment for a figure, the table environment for a table. In each case, use the \caption command within to give the text of the figure or table caption along with the \label command to provide a key for referring to this figure or table. The typical content of a figure is an image of some kind; that of a table is an alignment.

\includegraphics{fig_2}

Figure 2 Use the figure* environment to get a wide figure that spans the page in twocolumn formatting.
Table 2 This is a wide table that spans the full page width in a two-column layout. It is formatted using the table* environment. It also demonstates the use of \multicolumn in rows with entries that span more than one column.
 

\(D_{4h}^1\)

\(D_{4h}^5\)

Ion

1st alternative

2nd alternative

lst alternative

2nd alternative

K

\((2e)+(2f)\)

\((4i)\)

\((2c)+(2d)\)

\((4f)\)

Mn

\((2g)\) 4

\((a)+(b)+(c)+(d)\)

\((4e)\)

\((2a)+(2b)\)

Cl

\((a)+(b)+(c)+(d)\)

\((2g)\) 7

\((4e)^{\text{a}}\)

He

\((8r)^{\text{a}}\)

\((4j)^{\text{a}}\)

\((4g)^{\text{a}}\)

Ag

 

\((4k)^{\text{a}}\)

 

\((4h)^{\text{a}}\)

Insert an image using either the graphics or graphix packages, which define the \includegraphics{#1} command. (The two packages differ in respect of the optional arguments used to specify the orientation, scaling, and translation of the image.) To create an alignment, use the tabular environment.

The best place to locate the figure or table environment is immediately following its first reference in text; this sample document illustrates this practice for Fig. 1, which shows a figure that is small enough to fit in a single column.

In exceptional cases, you will need to move the float earlier in the document, as was done with Table 2: LaTeX’s float placement algorithms need to know about a full-page-width float earlier.

Fig. 2 has content that is too wide for a single column, so the figure* environment has been used.

Table 3 Numbers in columns Three–Five are aligned with the “d” column specifier (requires the dcolumn package). Non-numeric entries (those entries without a “.”) in a “d” column are aligned on the decimal point. Use the “D” specifier for more complex layouts.

One

Two

Three

Four

Five

one

two

three

four

five

He

2

2.77234

45672.

0.69

C 5

C 6

12537.64

37.66345

86.37

The content of a table is typically a tabular environment, giving rows of type in aligned columns. Column entries separated by &’s, and each row ends with \\. The required argument for the tabular environment specifies how data are aligned in the columns. For instance, entries may be centered, left-justified, right-justified, aligned on a decimal point. Extra column-spacing may be be specified as well, although REVTeX 4 sets this spacing so that the columns fill the width of the table. Horizontal rules are typeset using the \hline command. The doubled (or Scotch) rules that appear at the top and bottom of a table can be achieved enclosing the tabular environment within a ruledtabular environment. Rows whose columns span multiple columns can be typeset using the \multicolumn{#1}{#2}{#3} command (for example, see the first row of Table 2).

Tables 1, 2, 3, and 4

Table 4 A table with numerous columns that still fits into a single column. Here, several entries share the same footnote. Inspect the LaTeX input for this table to see exactly how it is done.
 

\(r_c\) ()

\(r_0\) ()

\(\kappa r_0\)

 

\(r_c\) ()

\(r_0\) ()

\(\kappa r_0\)

Cu

0.800

14.10

2.550

Sn 8

0.680

1.870

3.700

Ag

0.990

15.90

2.710

Pb 9

0.450

1.930

3.760

Au

1.150

15.90

2.710

Ca 10

0.750

2.170

3.560

Mg

0.490

17.60

3.200

Sr 11

0.900

2.370

3.720

Zn

0.300

15.20

2.970

Li 2

0.380

1.730

2.830

Cd

0.530

17.10

3.160

Na 5

0.760

2.110

3.120

Hg

0.550

17.80

3.220

K 5

1.120

2.620

3.480

Al

0.230

15.80

3.240

Rb 3

1.330

2.800

3.590

Ga

0.310

16.70

3.330

Cs 4

1.420

3.030

3.740

In

0.460

18.40

3.500

Ba 5

0.960

2.460

3.780

Tl

0.480

18.90

3.550

       

show various effects. A table that fits in a single column employs the table environment. Table 2 is a wide table, set with the table* environment. Long tables may need to break across pages. The most straightforward way to accomplish this is to specify the [H] float placement on the table or table* environment. However, the package longtable allows headers and footers to be specified for each page of the table. A simple example of the use of longtable can be found in the file summary.tex that is included with the REVTeX 4 distribution.

There are two methods for setting footnotes within a table (these footnotes will be displayed directly below the table rather than at the bottom of the page or in the bibliography). The easiest and preferred method is just to use the \footnote{#1} command. This will automatically enumerate the footnotes with lowercase roman letters. However, it is sometimes necessary to have multiple entries in the table share the same footnote. In this case, there is no choice but to manually create the footnotes using \footnotemark[#1] and \footnotetext[#1]{#2}. #1 is a numeric value. Each time the same value for #1 is used, the same mark is produced in the table. The \footnotetext[#1]{#2} commands are placed after the tabular environment. Examine the LaTeX source and output for Tables 1 and 4 for examples.

Physical Review style requires that the initial citation of figures or tables be in numerical order in text, so don’t cite Fig. 2 until Fig. 1 has been cited.

We wish to acknowledge the support of the author community in using REVTeX, offering suggestions and encouragement, testing new versions, ….

V. Appendixes

To start the appendixes, use the \appendix command. This signals that all following section commands refer to appendixes instead of regular sections. Therefore, the \appendix command should be used only once—to setup the section commands to act as appendixes. Thereafter normal section commands are used. The heading for a section can be left empty. For example,

\appendix
\section{}

will produce an appendix heading that says “APPENDIX A” and

\appendix
\section{Background}

will produce an appendix heading that says “APPENDIX A: BACKGROUND” (note that the colon is set automatically).

If there is only one appendix, then the letter “A” should not appear. This is suppressed by using the star version of the appendix command (\appendix* in the place of \appendix).

VI. A little more on appendixes

Observe that this appendix was started by using

\section{A little more on appendixes}

Note the equation number in an appendix:

A. A subsection in an appendix

You can use a subsection or subsubsection in an appendix. Note the numbering: we are now in Appendix A..

Note the equation numbers in this appendix:

They turn out to be Eqs. (8), (9), and (10).

References

  • [Witten(2001)]

    author author E. Witten, (year 2001), hep-th/0106109 .3000

  • [Feynman(1954)]

    author author R. P. Feynman, journal journal Phys. Rev. volume 94, pages 262 (year 1954).3000

  • [Einstein et al.(1935)Einstein, Podolsky, and Rosen]

    author author A. Einstein, author Yu. Podolsky, and author N. Rosen (collaboration EPR), journal journal Phys. Rev. volume 47, pages 777 (year 1935).3000

  • [Beutler(1994a)]

    author author E. Beutler, in booktitle Williams Hematology, Vol. volume 2, editor edited by editor E. Beutler, editor M. A. Lichtman, editor B. W. Coller, and editor T. S. Kipps (publisher McGraw-Hill, address New York, year 1994) Chap. chapter 7, pp. pages 654–662, edition 5th ed.

  • [Birell and Davies(1982)]

    author author N. D. Birell and author P. C. W. Davies, title Quantum Fields in Curved Space (publisher Cambridge University Press, year 1982).3000

  • [G. P. Berman and F. M. Izrailev(1983)]

    author author J. G. P. Berman and author J. F. M. Izrailev, title title Stability of nonlinear modes, journal journal Physica D volume 88, pages 445 (year 1983).3000

  • [Davies and Parns(1988)]

    author author E. B. Davies and author L. Parns, title title Trapped modes in acoustic waveguides, journal journal Q. J. Mech. Appl. Math. volume 51, pages 477 (year 1988).3000

  • [Note1()]

    note Automatically placing footnotes into the bibliography requires using BibTeX to compile the bibliography.

  • [Beutler(1994b)]

    author author E. Beutler, in booktitle Williams Hematology, Vol. volume 2, editor edited by editor E. Beutler, editor M. A. Lichtman, editor B. W. Coller, and editor T. S. Kipps (publisher McGraw-Hill, address New York, year 1994) edition 5th ed., Chap. chapter 7, pp. pages 654–662.3000

  • [Knuth(1973)]

    author author D. E. Knuth, in booktitle Fundamental Algorithms, series The Art of Computer Programming, Vol. volume 1 (publisher Addison-Wesley, address Reading, Massachusetts, year 1973) type Section chapter 1.2, pp. pages 10–119, edition 2nd ed., note a full INBOOK entry.3000

  • [Smith and Johnson(2005)]

    author author J. S. Smith and author G. W. Johnson, journal journal Philos. Trans. R. Soc. London, Ser. B volume 777, pages 1395 (year 2005).3000

  • [Smith et al.(2010a)Smith, Johnson, and Miller]

    author author W. J. Smith, author T. J. Johnson, and author B. G. Miller, title title Surface chemistry and preferential crystal orientation on a silicon surface (year 2010a), note J. Appl. Phys. (unpublished).3000

  • [Smith et al.(2010b)Smith, Johnson, and Klein]

    author author V. K. Smith, author K. Johnson, and author M. O. Klein, title title Surface chemistry and preferential crystal orientation on a silicon surface (year 2010b), note J. Appl. Phys. (submitted).3000

  • [Ünderwood et al.(1988)Ünderwood, Ñet, and P̄ot]

    author author U. Ünderwood, author N. Ñet, and author P. P̄ot, title title Lower bounds for wishful research results (year 1988), note talk at Fanstord University (A full UNPUBLISHED entry).3000

  • [Johnson et al.(2007)Johnson, Miller, and Smith]

    author author M. P. Johnson, author K. L. Miller, and author K. Smith, howpublished personal communication (year 2007).3000

  • [Smith(2007a)]

    editor J. Smith, ed., title AIP Conf. Proc., Vol. volume 841 (year 2007).3000

  • [Oz and Yannakakis(1983)]

    editor W. V. Oz and editor M. Yannakakis, eds., title Proc. Fifteenth Annual, series All ACM Conferences No. number 17, organization ACM (publisher Academic Press, address Boston, year 1983) note a full PROCEEDINGS entry.3000

  • [Burstyn(2004)]

    author author Y. Burstyn, title title Proceedings of the 5th International Molecular Beam Epitaxy Conference, Santa Fe, NM (year 2004), note (unpublished).3000

  • [Quinn(2001)]

    editor B. Quinn, ed., title Proceedings of the 2003 Particle Accelerator Conference, Portland, OR, 12-16 May 2005 (publisher Wiley, address New York, year 2001) note albeit the conference was held in 2005, it was the 2003 conference, and the proceedings were published in 2001; go figure.3000

  • [Agarwal(2001)]

    author author A. G. Agarwal, title title Proceedings of the Fifth Low Temperature Conference, Madison, WI, 1999, journal journal Semiconductors volume 66, pages 1238 (year 2001).3000

  • [Smith(2001)]

    author author R. Smith, title title Hummingbirds are our friends, journal journal J. Appl. Phys. (these proceedings) (year 2001), note abstract No. DA-01.3000

  • [Smith(2007b)]

    author author J. Smith, journal journal Proc. SPIE volume 124, pages 367 (year 2007b), note required title is missing.3000

  • [Térrific(1988)]

    author author T. Térrific, title An \(O(n \log n / \! \log \log n)\) Sorting Algorithm, type Wishful Research Result number 7 (institution Fanstord University, address Computer Science Department, Fanstord, California, year 1988) note a full TECHREPORT entry.3000

  • [Nelson(1999a)]

    author author J. Nelson, type TWI Report number 666/1999 (year Jan. 1999) note required institution missing.3000

  • [Fields(2005)]

    author author W. K. Fields, type ECE Report No. number AL944 (year 2005) note required institution missing.3000

  • [Zalkins(2008)]

    author author Y. M. Zalkins, howpublished e-print arXiv:cond-mat/040426 (year 2008).3000

  • [Nelson(2005)]

    author author J. Nelson, howpublished U.S. Patent No. 5,693,000 (year 12 Dec. 2005).3000

  • [Nelson(1999b)]

    author author J. K. Nelson, type M.S. thesis, school New York University (year 1999b).3000

  • [Masterly(1988)]

    author author É. Masterly, title Mastering Thesis Writing, type Master’s project, school Stanford University, address English Department (year 1988), note a full MASTERSTHESIS entry.3000

  • [Smith(2003)]

    author author S. M. Smith, type Ph.D. thesis, school Massachusetts Institute of Technology (year 2003).3000

  • [Kawa and Lin(2003)]

    author author S. R. Kawa and author S.-J. Lin, journal journal J. Geophys. Res. volume 108, pages 4201 (year 2003), note DOI:10.1029/2002JD002268.3000

  • [Phony-Baloney(1988)]

    author author F. P. Phony-Baloney, title Fighting Fire with Fire: Festooning French Phrases, type PhD dissertation, school Fanstord University, address Department of French (year 1988), note a full PHDTHESIS entry.3000

  • [Knuth(1981)]

    author author D. E. Knuth, title Seminumerical Algorithms, edition 2nd ed., series The Art of Computer Programming, Vol. volume 2 (publisher Addison-Wesley, address Reading, Massachusetts, year 1981) note a full BOOK entry.3000

  • [Knvth(1988)]

    author author J. C. Knvth, title The programming of computer art, howpublished Vernier Art Center, address Stanford, California (year 1988), note a full BOOKLET entry.3000

  • [Ballagh and Savage(2000a)]

    author author R. Ballagh and author C. Savage, title Bose-einstein condensation: from atomic physics to quantum fluids, proceedings of the 13th physics summer school (publisher World Scientific, address Singapore, year 2000) cond-mat/0008070 .3000

  • [Ballagh and Savage(2000b)]

    author author R. Ballagh and author C. Savage, title title Bose-einstein condensation: from atomic physics to quantum fluids, in booktitle Proceedings of the 13th Physics Summer School, editor edited by editor C. Savage and editor M. Das (publisher World Scientific, address Singapore, year 2000) cond-mat/0008070 .3000

  • [Opechowski and Guccione(1965a)]

    author author W. Opechowski and author R. Guccione, title Introduction to the theory of normal metals, in booktitle Magnetism, Vol. volume IIa, editor edited by editor G. T. Rado and editor H. Suhl (publisher Academic Press, address New York, year 1965) p. pages 105.3000

  • [Opechowski and Guccione(1965b)]

    author author W. Opechowski and author R. Guccione, title title Introduction to the theory of normal metals, in booktitle Magnetism, Vol. volume IIa, editor edited by editor G. T. Rado and editor H. Suhl (publisher Academic Press, address New York, year 1965) p. pages 105.3000

  • [Opechowski and Guccione(1965c)]

    author author W. Opechowski and author R. Guccione, title title Introduction to the theory of normal metals, in booktitle Magnetism, Vol. volume IIa, editor edited by editor G. T. Rado and editor H. Suhl (publisher Academic Press, address New York, year 1965) p. pages 105.3000

  • [Smith(1980a)]

    author author J. M. Smith, title Molecular dynamics (publisher Academic, address New York, year 1980).3000

  • [Zakharov and Shabat(1971)]

    author author V. E. Zakharov and author A. B. Shabat, title title Exact theory of two-dimensional self-focusing and one-dimensional self-modulation of waves in nonlinear media, journal journal Zh. Eksp. Teor. Fiz. volume 61, pages 118 (year 1971), [Sov. Phys. JETP 34, 62 (1972)].3000

  • [Smith(1980b)]

    author author J. M. Smith, in booktitle Molecular Dynamics, editor edited by editor C. Brown (publisher Academic, address New York, year 1980).3000

  • [Lincoll(1977)]

    author author D. D. Lincoll, title title Semigroups of recurrences, in booktitle High Speed Computer and Algorithm Organization, series and number series Fast Computers No. number 23, editor edited by editor D. J. Lipcoll, editor D. H. Lawrie, and editor A. H. Sameh (publisher Academic Press, address New York, year 1977) edition 3rd ed., type Part chapter 3, pp. pages 179–183, note a full INCOLLECTION entry.3000

  • [Oaho et al.(1983)Oaho, Ullman, and Yannakakis]

    author author A. V. Oaho, author J. D. Ullman, and author M. Yannakakis, title title On notions of information transfer in VLSI circuits, in booktitle Proc. Fifteenth Annual ACM, address Boston, 1982, series and number series All ACM Conferences No. number 17, editor edited by editor W. V. Oz and editor M. Yannakakis, organization ACM (publisher Academic Press, address New York, year 1983) pp. pages 133–139, note a full INPROCEDINGS entry.3000

  • [Manmaker(1986)]

    author author L. Manmaker, title The Definitive Computer Manual, organization Chips-R-Us, address Silicon Valley, edition silver ed. (year 1986), note a full MANUAL entry.3000

Footnotes

  1. ^ Automatically placing footnotes into the bibliography requires using BibTeX to compile the bibliography.
  2. ^ Note a.
  3. ^ Note b.
  4. ^ The \(z\) parameter of these positions is \(z\sim \frac{1}{4}\).
  5. ^ Some tables require footnotes.
  6. ^ Some tables need more than one footnote.
  7. ^ Here’s the first, from Ref. feyn54.
  8. ^ Here’s the second.
  9. ^ Here’s the third.
  10. ^ Here’s the fourth.
  11. ^ And etc.
/>