summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-27 21:52:37 +0000
committerKarl Berry <karl@freefriends.org>2019-03-27 21:52:37 +0000
commitfdf72eb7326451df89152180380aeea978386658 (patch)
tree6983b68017bc6f7904a1028d6c68bd6e48849f86 /Master/texmf-dist/doc/bibtex
parent86535c1940974894e18a8071d47c375318640a9f (diff)
zootaxa-bst (27mar19)
git-svn-id: svn://tug.org/texlive/trunk@50619 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/bibtex')
-rw-r--r--Master/texmf-dist/doc/bibtex/zootaxa-bst/CHANGES.md7
-rw-r--r--Master/texmf-dist/doc/bibtex/zootaxa-bst/LICENSE415
-rw-r--r--Master/texmf-dist/doc/bibtex/zootaxa-bst/README.md48
-rw-r--r--Master/texmf-dist/doc/bibtex/zootaxa-bst/example-refs.bib961
-rw-r--r--Master/texmf-dist/doc/bibtex/zootaxa-bst/example.pdfbin0 -> 114795 bytes
-rw-r--r--Master/texmf-dist/doc/bibtex/zootaxa-bst/example.tex72
6 files changed, 1503 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/bibtex/zootaxa-bst/CHANGES.md b/Master/texmf-dist/doc/bibtex/zootaxa-bst/CHANGES.md
new file mode 100644
index 00000000000..b8391bb62be
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/zootaxa-bst/CHANGES.md
@@ -0,0 +1,7 @@
+Changelog
+===============
+
+
+## Ver. 1.0 (2019-03-25)
+
+* Initial version, a fork from apa.bst with own functions for managing some specific aspects of the literature cited required by zootaxa. Checked against the [instructions for authors](https://www.mapress.com/j/zt/pages/view/forauthors).
diff --git a/Master/texmf-dist/doc/bibtex/zootaxa-bst/LICENSE b/Master/texmf-dist/doc/bibtex/zootaxa-bst/LICENSE
new file mode 100644
index 00000000000..058caea9cec
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/zootaxa-bst/LICENSE
@@ -0,0 +1,415 @@
+The LaTeX Project Public License
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+
+LPPL Version 1.3c 2008-05-04
+
+Copyright 1999 2002-2008 LaTeX3 Project
+ Everyone is allowed to distribute verbatim copies of this
+ license document, but modification of it is not allowed.
+
+
+PREAMBLE
+========
+
+The LaTeX Project Public License (LPPL) is the primary license under
+which the LaTeX kernel and the base LaTeX packages are distributed.
+
+You may use this license for any work of which you hold the copyright
+and which you wish to distribute. This license may be particularly
+suitable if your work is TeX-related (such as a LaTeX package), but
+it is written in such a way that you can use it even if your work is
+unrelated to TeX.
+
+The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE',
+below, gives instructions, examples, and recommendations for authors
+who are considering distributing their works under this license.
+
+This license gives conditions under which a work may be distributed
+and modified, as well as conditions under which modified versions of
+that work may be distributed.
+
+We, the LaTeX3 Project, believe that the conditions below give you
+the freedom to make and distribute modified versions of your work
+that conform with whatever technical specifications you wish while
+maintaining the availability, integrity, and reliability of
+that work. If you do not see how to achieve your goal while
+meeting these conditions, then read the document `cfgguide.tex'
+and `modguide.tex' in the base LaTeX distribution for suggestions.
+
+
+DEFINITIONS
+===========
+
+In this license document the following terms are used:
+
+ `Work'
+ Any work being distributed under this License.
+
+ `Derived Work'
+ Any work that under any applicable law is derived from the Work.
+
+ `Modification'
+ Any procedure that produces a Derived Work under any applicable
+ law -- for example, the production of a file containing an
+ original file associated with the Work or a significant portion of
+ such a file, either verbatim or with modifications and/or
+ translated into another language.
+
+ `Modify'
+ To apply any procedure that produces a Derived Work under any
+ applicable law.
+
+ `Distribution'
+ Making copies of the Work available from one person to another, in
+ whole or in part. Distribution includes (but is not limited to)
+ making any electronic components of the Work accessible by
+ file transfer protocols such as FTP or HTTP or by shared file
+ systems such as Sun's Network File System (NFS).
+
+ `Compiled Work'
+ A version of the Work that has been processed into a form where it
+ is directly usable on a computer system. This processing may
+ include using installation facilities provided by the Work,
+ transformations of the Work, copying of components of the Work, or
+ other activities. Note that modification of any installation
+ facilities provided by the Work constitutes modification of the Work.
+
+ `Current Maintainer'
+ A person or persons nominated as such within the Work. If there is
+ no such explicit nomination then it is the `Copyright Holder' under
+ any applicable law.
+
+ `Base Interpreter'
+ A program or process that is normally needed for running or
+ interpreting a part or the whole of the Work.
+
+ A Base Interpreter may depend on external components but these
+ are not considered part of the Base Interpreter provided that each
+ external component clearly identifies itself whenever it is used
+ interactively. Unless explicitly specified when applying the
+ license to the Work, the only applicable Base Interpreter is a
+ `LaTeX-Format' or in the case of files belonging to the
+ `LaTeX-format' a program implementing the `TeX language'.
+
+
+
+CONDITIONS ON DISTRIBUTION AND MODIFICATION
+===========================================
+
+1. Activities other than distribution and/or modification of the Work
+are not covered by this license; they are outside its scope. In
+particular, the act of running the Work is not restricted and no
+requirements are made concerning any offers of support for the Work.
+
+2. You may distribute a complete, unmodified copy of the Work as you
+received it. Distribution of only part of the Work is considered
+modification of the Work, and no right to distribute such a Derived
+Work may be assumed under the terms of this clause.
+
+3. You may distribute a Compiled Work that has been generated from a
+complete, unmodified copy of the Work as distributed under Clause 2
+above, as long as that Compiled Work is distributed in such a way that
+the recipients may install the Compiled Work on their system exactly
+as it would have been installed if they generated a Compiled Work
+directly from the Work.
+
+4. If you are the Current Maintainer of the Work, you may, without
+restriction, modify the Work, thus creating a Derived Work. You may
+also distribute the Derived Work without restriction, including
+Compiled Works generated from the Derived Work. Derived Works
+distributed in this manner by the Current Maintainer are considered to
+be updated versions of the Work.
+
+5. If you are not the Current Maintainer of the Work, you may modify
+your copy of the Work, thus creating a Derived Work based on the Work,
+and compile this Derived Work, thus creating a Compiled Work based on
+the Derived Work.
+
+6. If you are not the Current Maintainer of the Work, you may
+distribute a Derived Work provided the following conditions are met
+for every component of the Work unless that component clearly states
+in the copyright notice that it is exempt from that condition. Only
+the Current Maintainer is allowed to add such statements of exemption
+to a component of the Work.
+
+ a. If a component of this Derived Work can be a direct replacement
+ for a component of the Work when that component is used with the
+ Base Interpreter, then, wherever this component of the Work
+ identifies itself to the user when used interactively with that
+ Base Interpreter, the replacement component of this Derived Work
+ clearly and unambiguously identifies itself as a modified version
+ of this component to the user when used interactively with that
+ Base Interpreter.
+
+ b. Every component of the Derived Work contains prominent notices
+ detailing the nature of the changes to that component, or a
+ prominent reference to another file that is distributed as part
+ of the Derived Work and that contains a complete and accurate log
+ of the changes.
+
+ c. No information in the Derived Work implies that any persons,
+ including (but not limited to) the authors of the original version
+ of the Work, provide any support, including (but not limited to)
+ the reporting and handling of errors, to recipients of the
+ Derived Work unless those persons have stated explicitly that
+ they do provide such support for the Derived Work.
+
+ d. You distribute at least one of the following with the Derived Work:
+
+ 1. A complete, unmodified copy of the Work;
+ if your distribution of a modified component is made by
+ offering access to copy the modified component from a
+ designated place, then offering equivalent access to copy
+ the Work from the same or some similar place meets this
+ condition, even though third parties are not compelled to
+ copy the Work along with the modified component;
+
+ 2. Information that is sufficient to obtain a complete,
+ unmodified copy of the Work.
+
+7. If you are not the Current Maintainer of the Work, you may
+distribute a Compiled Work generated from a Derived Work, as long as
+the Derived Work is distributed to all recipients of the Compiled
+Work, and as long as the conditions of Clause 6, above, are met with
+regard to the Derived Work.
+
+8. The conditions above are not intended to prohibit, and hence do not
+apply to, the modification, by any method, of any component so that it
+becomes identical to an updated version of that component of the Work as
+it is distributed by the Current Maintainer under Clause 4, above.
+
+9. Distribution of the Work or any Derived Work in an alternative
+format, where the Work or that Derived Work (in whole or in part) is
+then produced by applying some process to that format, does not relax or
+nullify any sections of this license as they pertain to the results of
+applying that process.
+
+10. a. A Derived Work may be distributed under a different license
+ provided that license itself honors the conditions listed in
+ Clause 6 above, in regard to the Work, though it does not have
+ to honor the rest of the conditions in this license.
+
+ b. If a Derived Work is distributed under a different license, that
+ Derived Work must provide sufficient documentation as part of
+ itself to allow each recipient of that Derived Work to honor the
+ restrictions in Clause 6 above, concerning changes from the Work.
+
+11. This license places no restrictions on works that are unrelated to
+the Work, nor does this license place any restrictions on aggregating
+such works with the Work by any means.
+
+12. Nothing in this license is intended to, or may be used to, prevent
+complete compliance by all parties with all applicable laws.
+
+
+NO WARRANTY
+===========
+
+There is no warranty for the Work. Except when otherwise stated in
+writing, the Copyright Holder provides the Work `as is', without
+warranty of any kind, either expressed or implied, including, but not
+limited to, the implied warranties of merchantability and fitness for a
+particular purpose. The entire risk as to the quality and performance
+of the Work is with you. Should the Work prove defective, you assume
+the cost of all necessary servicing, repair, or correction.
+
+In no event unless required by applicable law or agreed to in writing
+will The Copyright Holder, or any author named in the components of the
+Work, or any other party who may distribute and/or modify the Work as
+permitted above, be liable to you for damages, including any general,
+special, incidental or consequential damages arising out of any use of
+the Work or out of inability to use the Work (including, but not limited
+to, loss of data, data being rendered inaccurate, or losses sustained by
+anyone as a result of any failure of the Work to operate with any other
+programs), even if the Copyright Holder or said author or said other
+party has been advised of the possibility of such damages.
+
+
+MAINTENANCE OF THE WORK
+=======================
+
+The Work has the status `author-maintained' if the Copyright Holder
+explicitly and prominently states near the primary copyright notice in
+the Work that the Work can only be maintained by the Copyright Holder
+or simply that it is `author-maintained'.
+
+The Work has the status `maintained' if there is a Current Maintainer
+who has indicated in the Work that they are willing to receive error
+reports for the Work (for example, by supplying a valid e-mail
+address). It is not required for the Current Maintainer to acknowledge
+or act upon these error reports.
+
+The Work changes from status `maintained' to `unmaintained' if there
+is no Current Maintainer, or the person stated to be Current
+Maintainer of the work cannot be reached through the indicated means
+of communication for a period of six months, and there are no other
+significant signs of active maintenance.
+
+You can become the Current Maintainer of the Work by agreement with
+any existing Current Maintainer to take over this role.
+
+If the Work is unmaintained, you can become the Current Maintainer of
+the Work through the following steps:
+
+ 1. Make a reasonable attempt to trace the Current Maintainer (and
+ the Copyright Holder, if the two differ) through the means of
+ an Internet or similar search.
+
+ 2. If this search is successful, then enquire whether the Work
+ is still maintained.
+
+ a. If it is being maintained, then ask the Current Maintainer
+ to update their communication data within one month.
+
+ b. If the search is unsuccessful or no action to resume active
+ maintenance is taken by the Current Maintainer, then announce
+ within the pertinent community your intention to take over
+ maintenance. (If the Work is a LaTeX work, this could be
+ done, for example, by posting to comp.text.tex.)
+
+ 3a. If the Current Maintainer is reachable and agrees to pass
+ maintenance of the Work to you, then this takes effect
+ immediately upon announcement.
+
+ b. If the Current Maintainer is not reachable and the Copyright
+ Holder agrees that maintenance of the Work be passed to you,
+ then this takes effect immediately upon announcement.
+
+ 4. If you make an `intention announcement' as described in 2b. above
+ and after three months your intention is challenged neither by
+ the Current Maintainer nor by the Copyright Holder nor by other
+ people, then you may arrange for the Work to be changed so as
+ to name you as the (new) Current Maintainer.
+
+ 5. If the previously unreachable Current Maintainer becomes
+ reachable once more within three months of a change completed
+ under the terms of 3b) or 4), then that Current Maintainer must
+ become or remain the Current Maintainer upon request provided
+ they then update their communication data within one month.
+
+A change in the Current Maintainer does not, of itself, alter the fact
+that the Work is distributed under the LPPL license.
+
+If you become the Current Maintainer of the Work, you should
+immediately provide, within the Work, a prominent and unambiguous
+statement of your status as Current Maintainer. You should also
+announce your new status to the same pertinent community as
+in 2b) above.
+
+
+WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE
+======================================================
+
+This section contains important instructions, examples, and
+recommendations for authors who are considering distributing their
+works under this license. These authors are addressed as `you' in
+this section.
+
+Choosing This License or Another License
+----------------------------------------
+
+If for any part of your work you want or need to use *distribution*
+conditions that differ significantly from those in this license, then
+do not refer to this license anywhere in your work but, instead,
+distribute your work under a different license. You may use the text
+of this license as a model for your own license, but your license
+should not refer to the LPPL or otherwise give the impression that
+your work is distributed under the LPPL.
+
+The document `modguide.tex' in the base LaTeX distribution explains
+the motivation behind the conditions of this license. It explains,
+for example, why distributing LaTeX under the GNU General Public
+License (GPL) was considered inappropriate. Even if your work is
+unrelated to LaTeX, the discussion in `modguide.tex' may still be
+relevant, and authors intending to distribute their works under any
+license are encouraged to read it.
+
+A Recommendation on Modification Without Distribution
+-----------------------------------------------------
+
+It is wise never to modify a component of the Work, even for your own
+personal use, without also meeting the above conditions for
+distributing the modified component. While you might intend that such
+modifications will never be distributed, often this will happen by
+accident -- you may forget that you have modified that component; or
+it may not occur to you when allowing others to access the modified
+version that you are thus distributing it and violating the conditions
+of this license in ways that could have legal implications and, worse,
+cause problems for the community. It is therefore usually in your
+best interest to keep your copy of the Work identical with the public
+one. Many works provide ways to control the behavior of that work
+without altering any of its licensed components.
+
+How to Use This License
+-----------------------
+
+To use this license, place in each of the components of your work both
+an explicit copyright notice including your name and the year the work
+was authored and/or last substantially modified. Include also a
+statement that the distribution and/or modification of that
+component is constrained by the conditions in this license.
+
+Here is an example of such a notice and statement:
+
+ %% pig.dtx
+ %% Copyright 2005 M. Y. Name
+ %
+ % This work may be distributed and/or modified under the
+ % conditions of the LaTeX Project Public License, either version 1.3
+ % of this license or (at your option) any later version.
+ % The latest version of this license is in
+ % http://www.latex-project.org/lppl.txt
+ % and version 1.3 or later is part of all distributions of LaTeX
+ % version 2005/12/01 or later.
+ %
+ % This work has the LPPL maintenance status `maintained'.
+ %
+ % The Current Maintainer of this work is M. Y. Name.
+ %
+ % This work consists of the files pig.dtx and pig.ins
+ % and the derived file pig.sty.
+
+Given such a notice and statement in a file, the conditions
+given in this license document would apply, with the `Work' referring
+to the three files `pig.dtx', `pig.ins', and `pig.sty' (the last being
+generated from `pig.dtx' using `pig.ins'), the `Base Interpreter'
+referring to any `LaTeX-Format', and both `Copyright Holder' and
+`Current Maintainer' referring to the person `M. Y. Name'.
+
+If you do not want the Maintenance section of LPPL to apply to your
+Work, change `maintained' above into `author-maintained'.
+However, we recommend that you use `maintained', as the Maintenance
+section was added in order to ensure that your Work remains useful to
+the community even when you can no longer maintain and support it
+yourself.
+
+Derived Works That Are Not Replacements
+---------------------------------------
+
+Several clauses of the LPPL specify means to provide reliability and
+stability for the user community. They therefore concern themselves
+with the case that a Derived Work is intended to be used as a
+(compatible or incompatible) replacement of the original Work. If
+this is not the case (e.g., if a few lines of code are reused for a
+completely different task), then clauses 6b and 6d shall not apply.
+
+
+Important Recommendations
+-------------------------
+
+ Defining What Constitutes the Work
+
+ The LPPL requires that distributions of the Work contain all the
+ files of the Work. It is therefore important that you provide a
+ way for the licensee to determine which files constitute the Work.
+ This could, for example, be achieved by explicitly listing all the
+ files of the Work near the copyright notice of each file or by
+ using a line such as:
+
+ % This work consists of all files listed in manifest.txt.
+
+ in that place. In the absence of an unequivocal list it might be
+ impossible for the licensee to determine what is considered by you
+ to comprise the Work and, in such a case, the licensee would be
+ entitled to make reasonable conjectures as to which files comprise
+ the Work. \ No newline at end of file
diff --git a/Master/texmf-dist/doc/bibtex/zootaxa-bst/README.md b/Master/texmf-dist/doc/bibtex/zootaxa-bst/README.md
new file mode 100644
index 00000000000..7ca5fa7fd12
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/zootaxa-bst/README.md
@@ -0,0 +1,48 @@
+# zootaxa-bst
+A .bst reference style for LaTeX
+
+## Introduction
+
+This package provides a bst reference style file for the journal zootaxa that publishes contributions in zoology and classification. This is a fork of `apa.bst` as provided by texlive since this style file resembled the most Zootaxa's own style. Further modifications were made to the code in order to generate in-text citations and bibliography sections appropriately. Although I have not tested the style with tools other than the texlive distribution under linux, it is expected to work on any platform and distribution that the apa.bst file does. Please see below under 'Bug reports and contributing' if something is not behaving as expected.
+
+## Download
+
+This package is being submited to CTAN and will eventually be available there and probably bundled together with distributions such as texlive. In the meantime, it can be downloaded from github (https://github.com/gaballench/zootaxa-bst/) where we will also find the development version of the package.
+
+## Installation
+
+There are two ways:
+
+- Put the .bst file where latex can find it.
+- Put the .bst file in the same directory as your tex file so that it can be found during compilation. This method is preferred when you need the style file just for a single project and don't expect to needed later.
+
+## Usage
+
+Please note that three lines are necessary for compiling with this reference style:
+
+```
+\documentclass{article}
+
+\usepackage{natbib}
+...
+...
+...
+\bibliographystyle{zootaxa}
+\bibliography{example-refs}
+
+\end{document}
+```
+
+The command `usepackage` activates the `natbib` package necessary for managing references. The command `bibliographystyle` will tell the system to use `zootaxa.bst`. The command `bibliography` points the `.bib` file. Please note that the fact that we are not indicating paths indicates that 1) the files are in the path (in the case of the package if it was installed where the system can find it), or the in working directory where the remaining files are found (e.g., the bibliography file).
+
+## Author(s) and maintainer(s)
+
+Currently only Gustavo A. Ballen is involved in the development of this package.
+
+## Bug reports and contributing
+
+Please feel free to send a pull request through github for improving the package. Also, you can send bug reports and suggestions for improvement; please ensure that you provide a reproducible instance along with your bug report (e.g., both the .tex file and the .bib file that I can compile so that I can better understand what is going on).
+
+## License
+
+This package is released under the LaTeX Project Public License in order to follow the license of the apa package on CTAN. See https://ctan.org/license/lppl1.3c for details and the file `LICENSE` for details.
diff --git a/Master/texmf-dist/doc/bibtex/zootaxa-bst/example-refs.bib b/Master/texmf-dist/doc/bibtex/zootaxa-bst/example-refs.bib
new file mode 100644
index 00000000000..b8a5d1154f4
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/zootaxa-bst/example-refs.bib
@@ -0,0 +1,961 @@
+@article{Arratia2018,
+author = {Arratia, Gloria and Gonz{\'{a}}lez-Rodr{\'{i}}guez, Katia A. and Hern{\'{a}}ndez-Guerrero, Citlalli},
+doi = {10.5194/fr-21-93-2018},
+issn = {21930074},
+journal = {Fossil Record},
+number = {1},
+pages = {93--107},
+title = {{A new Pachyrhizodontid Fish (Actinopterygii, Teleostei) from the Muhi Quarry (Albian-Cenomanian), Hidalgo, Mexico}},
+volume = {21},
+year = {2018}
+}
+@book{Agassiz1833II,
+author = {Agassiz, Louis},
+pages = {1--336},
+title = {{Recherches sur les Poissons Fossiles. Tome II}},
+year = {1833}
+}
+@article{Doiuchi2005,
+author = {Doiuchi, Ryu and Nakabo, Tetsuji},
+doi = {10.1007/s10228-004-0263-1},
+issn = {13418998},
+journal = {Ichthyological Research},
+keywords = {Sphyraena,Sphyraena iburiensis sp. nov.,Sphyraena obtusata group,Sphyraenidae},
+pages = {132--151},
+title = {{The \textit{Sphyraena obtusata} group (Perciformes: Sphyraenidae) with a description of a new species from southern Japan}},
+volume = {52},
+year = {2005}
+}
+@article{Mainwaring1978,
+author = {Mainwaring, A. J.},
+pages = {162},
+title = {{Anatomical and Systematic review of the Pachycormidae, a family of Mesozoic fossil fishes}},
+year = {1978}
+}
+@article{Sanchez-Villagra2004,
+author = {S{\'{a}}nchez-Villagra, Marcelo R and Asher, Robert J and Rinc{\'{o}}n, Ascanio D and Carlini, Alfredo A and Meylan, Peter A and Purdy, Robert W},
+journal = {Special Papers in Palaeontology},
+pages = {105--112},
+title = {{New faunal reports for the cerro La Cruz locality (Lower Miocene), north-eastern Venezuela}},
+volume = {71},
+year = {2004}
+}
+@article{Betancur2017,
+author = {Betancur-R, Ricardo and Wiley, Edward O and Arratia, Gloria and Acero, Arturo and Bailly, Nicolas and Miya, Masaki and Lecointre, Guillaume and Ort{\'{i}}, Guillermo},
+journal = {BMC Evolutionary Biology},
+number = {162},
+pages = {1--40},
+title = {{Phylogenetic classification of bony fishes}},
+volume = {17},
+year = {2017}
+}
+@article{Fowler1903,
+author = {Fowler, Henry W},
+journal = {Proceedings of the Academy of Natural Sciences of Philadelphia},
+number = {1903},
+pages = {743--752},
+title = {{New and little known Mugilidae and Sphyraenidae}},
+volume = {55},
+year = {1903}
+}
+@article{Brzobohaty2011a,
+author = {Brzobohat{\'{y}}, Rostislav and Nolf, Dirk},
+issn = {03746291},
+journal = {Bulletin de l'Institut Royal des Sciences Naturelles de Belqique, Sciences de la Terre},
+keywords = {Bartonian,Eocene,Otoliths,Spain,Teleosts},
+pages = {279--295},
+title = {{Fish otoliths from the middle Eocene (Bartonian) of Yebra de Basa, province of Huesca, Spain}},
+volume = {81},
+year = {2011}
+}
+@article{Cope1875,
+author = {Cope, Edward D},
+journal = {Proceedings of the American Philosophical Society},
+number = {94},
+pages = {361--364},
+title = {{Synopsis of the Vertebrata of the Miocene of Cumberland County , New Jersey}},
+volume = {14},
+year = {1875}
+}
+@article{Bryant1991,
+author = {Bryant, J Daniel},
+journal = {Journal of Vertebrate Paleontology},
+number = {4},
+pages = {472--489},
+title = {{New early Barstovian (Middle Miocene) vertebrates from the upper Torreya Formation, Eastern Florida Panhandle}},
+volume = {11},
+year = {1991}
+}
+@article{UGENE2012,
+author = {Okonechnikov, Konstantin and Golosova, Olga and Fursov, Mikhail and Varlamov, Alexey and Vaskin, Yuri and Efremov, Ivan and {German Grehov}, O. G. and Kandrov, Denis and Rasputin, Kirill and Syabro, Maxim and Tleukenov, Timur},
+doi = {10.1093/bioinformatics/bts091},
+isbn = {1367-4811 (Electronic)$\backslash$r1367-4803 (Linking)},
+issn = {13674803},
+journal = {Bioinformatics},
+pages = {1166--1167},
+pmid = {22368248},
+title = {{Unipro UGENE: A unified bioinformatics toolkit}},
+volume = {28},
+year = {2012}
+}
+@article{Arambourg1966,
+author = {Arambourg, Camille},
+journal = {Notes et M{\'{e}}moires sur le Moyen-Orient},
+pages = {1--210},
+title = {{Les poissons oligoc{\`{e}}nes de l'Iran}},
+volume = {3},
+year = {1966}
+}
+@article{Amalfitano2017,
+author = {Amalfitano, J. and Giusberti, L. and Fornaciari, E. and Carnevale, Giorgio},
+issn = {20394942},
+journal = {Rivista Italiana di Paleontologia e Stratigrafia},
+keywords = {Bony fishes,Historical collections,Pachycormiformes,Southern Europe},
+number = {3},
+pages = {475--485},
+title = {{A reappraisal of the Italian record of the cretaceous Pachycormid Fish \textit{Protosphyraena} Leidy, 1857}},
+volume = {123},
+year = {2017}
+}
+@article{Dollo1888,
+author = {Dollo, Louis and Storms, Raymond},
+journal = {Zoologischer Anzeiger},
+pages = {265--267},
+title = {{Sur les T{\'{e}}l{\'{e}}ost{\'{e}}ens du Rup{\'{e}}lien}},
+volume = {11},
+year = {1888}
+}
+@article{Ronquist2012,
+author = {Ronquist, Fredrik and Teslenko, Maxim and {Van Der Mark}, Paul and Ayres, Daniel L. and Darling, Aaron and H{\"{o}}hna, Sebastian and Larget, Bret and Liu, Liang and Suchard, Marc A. and Huelsenbeck, John P},
+doi = {10.1093/sysbio/sys029},
+isbn = {1076-836X (Electronic)$\backslash$n1063-5157 (Linking)},
+issn = {10635157},
+journal = {Systematic Biology},
+keywords = {Bayes factor,Bayesian inference,MCMC,model averaging,model choice},
+number = {3},
+pages = {539--542},
+pmid = {22357727},
+title = {{MrBayes 3.2: Efficient bayesian phylogenetic inference and model choice across a large model space}},
+volume = {61},
+year = {2012}
+}
+@misc{RCoreTeam2017,
+address = {Vienna},
+author = {{R Core Development Team}},
+publisher = {R Foundation for Statistical Computing},
+title = {{R: A language and environment for statistical computing}},
+url = {http://www.r-project.org/},
+year = {2017}
+}
+@book{Bannikov2010,
+address = {Moscow},
+author = {Bannikov, Alexandre F},
+pages = {92},
+publisher = {GEOS},
+title = {{Iskopaemye pozvonochnye Rossii i sopredel'nykh stran. Iskopaemye kolyucheperye ryby (Teleostei, Acanthopterigii)}},
+year = {2010}
+}
+@article{Leidy1856,
+author = {Leidy, Joseph},
+journal = {Proceedings of the Academy of Natural Sciences of Philadelphia},
+pages = {220--221},
+title = {{Notice of remains of extinct vertebrated animals of New-Jersey, collected by Prof. Cook of the State Geological Survey under the direction of Dr. W. Kitchell}},
+volume = {8},
+year = {1856}
+}
+@article{Weiler1938,
+author = {Weiler, Worms von Wilhelm},
+journal = {Geologica Hungarica. Series Palaeontologica},
+number = {1-30},
+title = {{Neue Untersuchungen an Mitteloligoz{\"{a}}nen Fischen Ungarns}},
+volume = {15},
+year = {1938}
+}
+@article{Bone1991,
+author = {Bone, David A and Todd, Jonathan A and Tracey, Steve},
+journal = {Tertiary Research},
+number = {3-4},
+pages = {131--137},
+title = {{Fossils from the Bracklesham Group exposed in the M27 Motorway excavations, Southampton, Hampshire}},
+volume = {12},
+year = {1991}
+}
+@incollection{FAO2005,
+address = {Rome},
+author = {FAO-FIGIS},
+booktitle = {A World Overview of Species of Interest to Fisheries},
+pages = {1--3},
+publisher = {FAO},
+title = {{\textit{Trachurus trachurus}}},
+year = {2005}
+}
+@article{Rana1990,
+author = {Rana, Rajendra Singh},
+journal = {Journal of the Palaeontological Society of India},
+pages = {105--120},
+title = {{Palaeontology and palaeoecology of the intertrappean (Cretaceous-Tertiary transition) beds of the Peninsular India}},
+volume = {35},
+year = {1990}
+}
+@article{Leidy1854,
+author = {Leidy, Joseph},
+journal = {Proeceedings of the Academy of Natural Sciencies of Philadelphia},
+pages = {395--397},
+title = {{Indications of twelve species of fossil Fishes}},
+volume = {7},
+year = {1855}
+}
+@article{Grubich2008,
+author = {Grubich, Justin R and Rice, Aaron N and Westneat, Mark W},
+doi = {10.1016/j.zool.2007.05.003},
+issn = {0944-2006},
+journal = {Zoology},
+keywords = {Animals,Biomechanics,Bite Force,Computer Simulation,Jaw,Jaw: anatomy {\&} histology,Jaw: physiology,Perciformes,Perciformes: anatomy {\&} histology,Perciformes: physiology,Predatory Behavior,Predatory Behavior: physiology,Video Recording},
+month = {jan},
+number = {1},
+pages = {16--29},
+pmid = {18082386},
+title = {{Functional morphology of bite mechanics in the Great Barracuda (\textit{Sphyraena barracuda})}},
+url = {http://www.ncbi.nlm.nih.gov/pubmed/18082386},
+volume = {111},
+year = {2008}
+}
+@article{Bardack1969,
+author = {Bardack, David},
+journal = {University of Kansas Paleontological Contributions},
+pages = {1--86},
+title = {{Anatomy and evolution of Chirocentrid fishes}},
+volume = {10},
+year = {1969}
+}
+@article{Casier1946,
+author = {Casier, Edgard},
+journal = {M{\'{e}}moires du Mus{\'{e}}e Royal d'Histoire Naturelle de Belgique},
+pages = {1--267},
+title = {{La faune ichthyologique de l'Ypr{\'{e}}sien de la Belgique}},
+volume = {104},
+year = {1946}
+}
+@article{Mateus2019,
+author = {Mateus, Oct{\'{a}}vio and Callapez, Pedro M. and Polcyn, Michael J. and Schulp, Anne S. and Gon{\c{c}}alves, Ant{\'{o}}nio Ol{\'{i}}mpio and Jacobs, Louis L.},
+doi = {10.1007/978-3-030-03083-4_4},
+isbn = {9783030030834},
+journal = {Biodiversity of Angola},
+pages = {53--76},
+title = {{The Fossil Record of Biodiversity in Angola Through Time: A Paleontological Perspective}},
+url = {http://link.springer.com/10.1007/978-3-030-03083-4{\_}4},
+year = {2019}
+}
+@article{Friedman2018a,
+author = {Friedman, Matt and Carnevale, Giorgio},
+doi = {10.1144/jgs2017-164},
+issn = {0016-7649},
+journal = {Journal of the Geological Society},
+number = {4},
+pages = {569--579},
+title = {{The Bolca Lagerst{\"{a}}tten: shallow marine life in the Eocene}},
+volume = {175},
+year = {2018}
+}
+@phdthesis{Anthony,
+author = {Monsch, Kenneth Anthony},
+title = {{The Phylogeny of the Scombroid Fishes}},
+year = {2000}
+}
+@article{Bannikov2008,
+author = {Bannikov, Alexandre F},
+journal = {Studie Ricerche sui Giacimenti Terziari di Bolca},
+pages = {65--76},
+title = {{Revision of the Atheriniform fish genera \textit{Rhamphognathus} Agassiz and \textit{Mesogaster} Agassiz (Teleostei) From the Eocene of Bolca, northern Italy}},
+volume = {9},
+year = {2008}
+}
+@book{Nelson2016,
+address = {New Jersey},
+author = {Nelson, J S and Grande, Terry and Wilson, Mark V H},
+edition = {5},
+isbn = {9781118342336},
+pages = {1--707},
+publisher = {John Wiley {\&} Sons},
+title = {{Fishes of the World}},
+year = {2016}
+}
+@article{Pastore2009,
+author = {Pastore, Michele A.},
+doi = {10.1017/S0025315409000575},
+issn = {00253154},
+journal = {Journal of the Marine Biological Association of the United Kingdom},
+keywords = {Gulf of Taranto,Mediterranean Sea,New species,Sphyraena intermedia,Sphyraenidae},
+number = {6},
+pages = {1299--1303},
+title = {{\textit{Sphyraena intermedia} sp. nov. (Pisces: Sphyraenidae): a potential new species of barracuda identified from the central Mediterranean Sea}},
+volume = {89},
+year = {2009}
+}
+@article{Forey1977,
+author = {Forey, Peter L},
+journal = {Bulletin of the British Museum (Natural History)},
+number = {2},
+pages = {123--204},
+title = {{The osteology of \textit{Notelops} Woodward, \textit{Rhacolepis} Agassiz and \textit{Pachyrhizodus} Dixon (Pisces: Teleostei)}},
+volume = {28},
+year = {1977}
+}
+@article{Mas2000a,
+author = {Mas, Guillem},
+issn = {0212260X},
+journal = {Bolleti de la Societat d'Historia Natural de les Balears},
+keywords = {Mallorca,Middle-upper pliocene,Palaeoecology,Pisces,Western Mediterranean},
+pages = {39--61},
+title = {{Ictiofauna del Plioc{\`{e}} mitj{\`{a}}-superior de la conca sediment{\`{a}}ria de Palma (Illes Balears, Mediterr{\`{a}}nia Occidental). Implicacions paleoambientals}},
+volume = {43},
+year = {2000}
+}
+@book{Nolf1985,
+author = {Nolf, Dirk},
+editor = {Schultze, Hans-Peter},
+isbn = {3437303996},
+pages = {1--145},
+publisher = {Gustav Fischer Verlag},
+title = {{Handbook of Paleoichthyology. Otolithi Piscium}},
+year = {1985}
+}
+@article{Hays1830,
+author = {Hays, Isaac},
+journal = {Transactions of the American Philosophical Society},
+pages = {471--477},
+title = {{Description of a fragment of the head of a new fossil animal, discovered in a Marl Pit, near Moorestown, New Jersey}},
+volume = {3},
+year = {1830}
+}
+@article{Carrillo-Briceno2018a,
+author = {Carrillo-Brice{\~{n}}o, Jorge D and Reyes-Cespedes, Andr{\'{e}}s E and Salas-Gismondi, Rodolfo and S{\'{a}}nchez, Rodolfo},
+doi = {10.1007/s13358-018-0180-y},
+isbn = {0123456789},
+issn = {16642384},
+journal = {Swiss Journal of Palaeontology},
+keywords = {Biogeography,Caujarao Formation,Miocene,Neogene,Orinoco River},
+title = {{A new vertebrate continental assemblage from the Tortonian of Venezuela}},
+volume = {0123456789},
+year = {2018}
+}
+@article{Fricke2011a,
+author = {Fricke, Ronald and Kulbick, Michel and Wantiez, Laurent},
+journal = {Stuttgarter Beitr{\"{a}}ge zur Naturkunde A, New Series},
+pages = {341--463},
+title = {{Checklist of the fishes of New Caledonia, and their distribution in the Southwest Pacific Ocean (Pisces)}},
+volume = {4},
+year = {2011}
+}
+@book{Woodward1895,
+address = {London},
+author = {Woodward, Arthur Smith},
+pages = {1--544},
+publisher = {Taylor {\&} Francis},
+title = {{Catalogue of the Fossil Fishes in the British Museum (Natural History). Part III}},
+year = {1895}
+}
+@book{Artedi1793,
+author = {Artedi, P},
+editor = {R{\"{o}}se, A F},
+pages = {1--140},
+title = {{Petri Artedi Angermannia--Sueci synonymia nominum piscium fere omnium;... Ichthyologiae pars IV. Editio II. Grypeswaldiae}},
+year = {1793}
+}
+@misc{EschmeyerWeb,
+author = {Fricke, R and Eschmeyer, W N and van der Laan, R},
+title = {{Eschmeyer's catalog of Fishes: Genera, species, references}},
+url = {http://researcharchive.calacademy.org/research/ichthyology/catalog/fishcatmain.asp},
+urldate = {2019-02-19},
+year = {2019}
+}
+@article{Fanti2016,
+author = {Fanti, Federico and Minelli, Daniela and Conte, Gabriele Larocca and Miyashita, Tetsuto},
+doi = {10.1186/s40851-016-0045-4},
+isbn = {4085101600454},
+issn = {2056-306X},
+journal = {Zoological Letters},
+keywords = {Bolca,Carcharhinuformes,Early eocene climatic optimum,Galeorhinus,Nursery habitat,Soft tissue,Sphyraena,Stomach content,Triakidae,von Bertalanffy},
+pages = {2--18},
+publisher = {Zoological Letters},
+title = {{An exceptionally preserved Eocene Shark and the rise of modern predator–prey interactions in the coral reef food web}},
+url = {http://dx.doi.org/10.1186/s40851-016-0045-4},
+volume = {2},
+year = {2016}
+}
+@article{DeSylva1963,
+author = {de Sylva, Donald P},
+journal = {Studies in Tropical Oceanography},
+pages = {1--179},
+title = {{Systematics and life history of the great barracuda \textit{Sphyraena barracuda} (Walbaum)}},
+volume = {1},
+year = {1963}
+}
+@article{Dames1883,
+author = {Dames, F T W},
+journal = {Sitzungsber . d . kgl . pr . Akad . d . Wiss. zu Berlin},
+pages = {129--135},
+title = {{{\"{U}}ber eine terti{\"{a}}re Wirbelthier-fauna von der westlichen Insel Birket-el-Qurun im Fajum (Aegypten).}},
+volume = {6},
+year = {1883}
+}
+@article{Paramo2001,
+author = {P{\'{a}}ramo-Fonseca, Mar{\'{i}}a Eur{\'{i}}dice},
+journal = {Bolte{\'{i}}n Geol{\'{o}}gico Ingeominas},
+pages = {47--83},
+title = {{Los peces de la familia Pachyrhizodontidae (Teleostei) del Turoniano del Valle Superior del Magdalena}},
+volume = {39},
+year = {2001}
+}
+@article{Whitley1947,
+author = {Whitley, G P},
+journal = {Australian Zoologist},
+number = {2},
+pages = {129--150},
+title = {{New sharks and fishes from Western Australia. Part 3}},
+volume = {11},
+year = {1947}
+}
+@incollection{Demere1984,
+address = {Baja California},
+author = {Dem{\'{e}}r{\'{e}}, Thomas A and Roeder, Mark A and Chandler, Robert M and Minch, John A},
+booktitle = {Miocene and Cretaceous Depositional Environments, Northwestern Baja California, Mexico},
+editor = {Minch, John A and Ashby, James R},
+pages = {47--56},
+publisher = {Pacific Section AAPG},
+title = {{Paleontology of the middle Miocene Los Indios Member of the Rosarito Formation, northwestern Baja California, Mexico}},
+year = {1984}
+}
+@incollection{Bourque2013,
+address = {Dodrecht},
+archivePrefix = {arXiv},
+arxivId = {arXiv:1011.1669v3},
+author = {Bourque, Jason R},
+booktitle = {Morphology and Evolution of Turtles},
+doi = {10.5860/choice.50-3263},
+eprint = {arXiv:1011.1669v3},
+isbn = {978-94-007-4308-3},
+issn = {0009-4978},
+pages = {459--475},
+pmid = {25246403},
+publisher = {Springer Sciences+Business Media},
+title = {{Fossil Kinosternidae from the Oligocene and Miocene of Florida, USA}},
+year = {2013}
+}
+@article{Santini2015,
+author = {Santini, F and Carnevale, G and Sorenson, L},
+doi = {10.1080/11250003.2014.962630},
+issn = {17485851},
+journal = {Italian Journal of Zoology},
+keywords = {Phylogeny,Sphyraenidae,coral reefs,fossils,molecular clock},
+number = {1},
+pages = {133--142},
+publisher = {Taylor {\&} Francis},
+title = {{First timetree of Sphyraenidae (Percomorpha) reveals a Middle Eocene crown age and an Oligo–Miocene radiation of Barracudas}},
+url = {http://dx.doi.org/10.1080/11250003.2014.962630},
+volume = {82},
+year = {2015}
+}
+@article{Darriba2012,
+archivePrefix = {arXiv},
+arxivId = {arXiv:1011.1669v3},
+author = {Darriba, Diego and Taboada, Guillermo L and Doallo, Ram{\'{o}}n and Posada, David},
+doi = {10.1038/nmeth.2109},
+eprint = {arXiv:1011.1669v3},
+isbn = {1548-7091},
+issn = {1548-7091},
+journal = {Nature Methods},
+language = {en},
+month = {aug},
+number = {8},
+pages = {772--772},
+pmid = {22847109},
+shorttitle = {jModelTest 2},
+title = {{jModelTest 2: more models, new heuristics and parallel computing}},
+url = {http://www.nature.com/nmeth/journal/v9/n8/full/nmeth.2109.html http://www.nature.com/doifinder/10.1038/nmeth.2109},
+volume = {9},
+year = {2012}
+}
+@article{Rapp1946,
+author = {Rapp, William F},
+journal = {Journal of Paleontology},
+number = {5},
+pages = {510--513},
+title = {{Check list of the fossil fishes of New Jersey}},
+volume = {20},
+year = {1946}
+}
+@article{Marsili2007,
+author = {Marsili, Stefano and Carnevale, Giorgio and Danese, Ermanno and Bianucci, Giovanni and Landini, Walter},
+doi = {10.1016/j.annpal.2007.01.001},
+issn = {07533969},
+journal = {Annales de Pal{\'{e}}ontologie},
+month = {jan},
+number = {1},
+pages = {27--66},
+title = {{Early Miocene vertebrates from Montagna della Maiella, Italy}},
+url = {http://linkinghub.elsevier.com/retrieve/pii/S075339690700002X},
+volume = {93},
+year = {2007}
+}
+@article{Casier1944b,
+author = {Casier, Edgard},
+journal = {Bulletin du Muse{\'{e}} Royal d'Histoire Naturelle de Belgique},
+number = {23},
+pages = {1--8},
+title = {{Contributions a l'etude des poissons fossiles de la Belgique. VII. Morphologie du dentaire de Sphyraenodus lerichei Casier}},
+volume = {20},
+year = {1944}
+}
+@article{Huyghebaert1979,
+author = {Huyghebaert, Beatrijs and Nolf, Dirk},
+journal = {Mededelingen van de Werkgroep voor Tertiaire en Kwartaire Geologie},
+number = {4},
+pages = {139--170},
+title = {on fish-otoliths, published since 1968},
+volume = {16},
+year = {1979}
+}
+@article{Bemis2005,
+author = {Bemis, William E. and Giuliano, Anne and McGuire, Betty},
+doi = {10.1016/j.zool.2005.09.004},
+issn = {09442006},
+journal = {Zoology},
+keywords = {Actinopterygians,Pomatomidae,Tooth replacement,Vertebrate dentition},
+number = {4},
+pages = {317--327},
+title = {{Structure, attachment, replacement and growth of teeth in bluefish, \textit{Pomatomus saltatrix} (Linnaeus, 1766), a teleost with deeply socketed teeth}},
+volume = {108},
+year = {2005}
+}
+@book{Nakamura1985,
+address = {Rome},
+author = {Nakamura, Izumi},
+isbn = {9251022321},
+number = {125},
+pages = {1--65},
+publisher = {FAO},
+title = {{FAO Species Catalogue. Volume 5. Billifishes of the World}},
+volume = {5},
+year = {1985}
+}
+@article{Newton1877,
+author = {Newton, E Tulley},
+journal = {Quarterly Journal of the Geological Society},
+number = {1-4},
+pages = {505--523},
+title = {{On the remains of \textit{Hypsodon}, \textit{Portheus}, and \textit{Ichthyodectes} from British Cretaceous strata, with descriptions of new species}},
+volume = {33},
+year = {1877}
+}
+@article{Bassani1889,
+author = {Bassani, Francesco},
+journal = {Atti della Reale Accademia delle Scienze Fisiche e Matematiche},
+number = {2},
+pages = {1--100},
+title = {{Ricerche sui pesci fossili di Chiavon (Strati di Sotzka - Miocene Inferiore)}},
+volume = {3},
+year = {1889}
+}
+@book{Woodward1901,
+address = {London},
+author = {Woodward, Arthur Smith},
+pages = {1--636},
+publisher = {Taylor {\&} Francis},
+title = {{Catalogue of the Fossil Fishes in the British Museum (Natural History). Part IV}},
+year = {1901}
+}
+@article{Leidy1877,
+author = {Leidy, Joseph},
+journal = {Journal of the Academy of Natural Sciences},
+number = {3},
+pages = {209--261},
+title = {{Description of vertebrate remains chiefly from the phosphate beds of South Carolina}},
+volume = {8},
+year = {1877}
+}
+@article{White1926,
+author = {White, Errol Ivor},
+journal = {Bulletin of the Geological Survey of Nigeria},
+pages = {1--82},
+title = {{Eocene Fishes from Nigeria}},
+volume = {10},
+year = {1926}
+}
+@article{Hendy2015,
+author = {Hendy, Austin J. W. and Jones, Douglas S. and Moreno, Federico and Zapata, Vladimir and Jaramillo, Carlos A},
+doi = {10.1007/s13358-015-0074-1},
+issn = {1664-2376},
+journal = {Swiss Journal of Palaeontology},
+keywords = {Castilletes Formation,Colombia,Guajira Peninsula,Jimol Formation,Mollusca,Ware Formation,a,colombia,formation {\'{a}},hendy et al,j,jimol formation {\'{a}} castilletes,w,ware formation {\'{a}} mollusca,{\'{a}} guajira peninsula {\'{a}}},
+pages = {1--31},
+publisher = {Springer Basel},
+title = {{Neogene molluscs, shallow marine paleoenvironments, and chronostratigraphy of the Guajira Peninsula, Colombia}},
+url = {http://link.springer.com/10.1007/s13358-015-0074-1},
+year = {2015}
+}
+@article{Katoh2013,
+author = {Katoh, Kazutaka and Standley, Daron M.},
+doi = {10.1093/molbev/mst010},
+isbn = {1537-1719 (Electronic)$\backslash$r0737-4038 (Linking)},
+issn = {07374038},
+journal = {Molecular Biology and Evolution},
+keywords = {metagemone,multiple sequence alignment,parallel processing,progressive alignment,protein structure},
+number = {4},
+pages = {772--780},
+pmid = {23329690},
+title = {{MAFFT multiple sequence alignment software version 7: Improvements in performance and usability}},
+volume = {30},
+year = {2013}
+}
+@article{Nolf1972,
+author = {Nolf, Dirk},
+journal = {Bulletin de la Societe Belge de Geologie, Paleontologie et Hydrologie},
+number = {1-2},
+pages = {95--109},
+title = {{Deuxi{\`{e}}me note sur les T{\'{e}}l{\'{e}}ost{\'{e}}ens des sabens de Lede ({\'{E}}oc{\`{e}}ne Belge)}},
+volume = {81},
+year = {1972}
+}
+@incollection{Senou2001,
+address = {Rome},
+author = {Senou, H},
+booktitle = {The Living Marine Resources of the Western Central Pacific. Volume 6},
+editor = {Carpenter, K E and Niem, V H},
+pages = {3685--3697},
+publisher = {FAO},
+title = {{Sphyraenidae}},
+year = {2001}
+}
+@article{Gillette1984,
+author = {Gillette, David D},
+journal = {Journal of Vertebrate Paleontology},
+number = {2},
+pages = {172--186},
+title = {{A marine ichthyofauna from the Miocene of Panama, and the Tertiary Caribbean Faunal Province}},
+volume = {4},
+year = {1984}
+}
+@book{Woodward1889,
+address = {London},
+author = {Woodward, Arthur Smith},
+pages = {1--474},
+publisher = {Taylor {\&} Francis},
+title = {{Catalogue of the Fossil Fishes in the British Museum (Natural History). Part I}},
+year = {1889}
+}
+@book{Agassiz,
+author = {Agassiz, Louis},
+pages = {1--69},
+title = {{Nomina Systematica Generum Piscium, tam Viventum Quam Fossilum}},
+year = {1846}
+}
+@book{Agassiz1833III,
+author = {Agassiz, Louis},
+pages = {1--390},
+title = {{Recherches sur les Poisson Fossiles. Tome III}},
+year = {1833}
+}
+@article{Ray1968,
+author = {Ray, Clayton E and Wetmore, Alexander and Dunkle, David H and Drez, Paul},
+journal = {Smithsonian Miscellaneous Collections},
+number = {3},
+pages = {1--25},
+title = {{Fossil vertebrates from the marine Pleistocene of southeastern Virginia}},
+volume = {153},
+year = {1968}
+}
+@article{Quillevere2018,
+author = {Quill{\'{e}}v{\'{e}}r{\'{e}}, Fr{\'{e}}d{\'{e}}ric and Koskeridou, Efterpi and Corn{\'{e}}e, Jean-Jacques and Moissette, Pierre and Girone, Angela and Agiadi, Konstantina},
+doi = {10.1016/j.quascirev.2018.07.037},
+issn = {02773791},
+journal = {Quaternary Science Reviews},
+pages = {80--99},
+title = {{Pleistocene marine fish invasions and paleoenvironmental reconstructions in the eastern Mediterranean}},
+volume = {196},
+year = {2018}
+}
+@article{Schultz2010,
+author = {Schultz, Ortwin and Brzobohat{\'{y}}, Rostislav and Kroupa, Oldrich},
+journal = {Annalen des Naturhistorischen Museums in Wien, Serie A},
+keywords = {badenian,central paratethys,chondrichthyes,osteichthyes,pisces},
+pages = {489--506},
+title = {{Fish teeth from the Middle Miocene of Kienberg at Mikulov, Czech Republic, Vienna Basin}},
+volume = {112},
+year = {2010}
+}
+@article{Diaz-Franco2009,
+author = {D{\'{i}}az-Franco, Stephen and Rojas-Consuegra, Reinaldo},
+journal = {Solenodon},
+keywords = {fossil,new record,perciformes,sphyraena,sphyraenidae,tertiary},
+pages = {124--129},
+title = {{Dientes f{\'{o}}siles de \textit{Sphyraena} (Perciformes: Sphyraenidae) en el Terciario de Cuba Occidental}},
+volume = {8},
+year = {2009}
+}
+@incollection{Bohm1924,
+address = {Berlin},
+author = {B{\"{o}}hm, J},
+booktitle = {Die Diamantenw{\"{u}}ste Sudwestafrikasfrikas. Vol II},
+editor = {Kaiser, E},
+pages = {55--87},
+title = {{Ueher terti{\^{a}}re Versteinerungen von den hogenfelser Diamantfeldern}},
+year = {1926}
+}
+@article{Westgate1984,
+author = {Westgate, James W},
+journal = {Journal of Vertebrate Paleontology},
+number = {4},
+pages = {536--546},
+title = {{Lower vertebrates from the late Eocene Crow Creek local fauna, St. Francis County, Arkansas}},
+volume = {4},
+year = {1984}
+}
+@article{Gottfried2017,
+author = {Gottfried, Michael D and Samonds, Karen E and Ostrowski, Summer A and Andrianavalona, Tsiory Harimalala and Ramihangihajason, Tolotra Niaina},
+doi = {10.1371/journal.pone.0176553},
+isbn = {1111111111},
+issn = {19326203},
+journal = {PLoS ONE},
+number = {5},
+pages = {1--9},
+pmid = {28542538},
+title = {{New evidence indicates the presence of Barracuda (Sphyraenidae) and supports a tropical marine environment in the Miocene of Madagascar}},
+volume = {12},
+year = {2017}
+}
+@book{ICZN1999,
+address = {London},
+author = {ICZN},
+edition = {4th},
+pages = {1--306},
+publisher = {The International Trust for Zoological Nomenclature},
+title = {{International Code of Zoological Nomenclature}},
+year = {1999}
+}
+@article{Harlan1824,
+author = {Harlan, R},
+doi = {10.1080/14786442408644630},
+issn = {1941-5796},
+journal = {Journal fo the Academy of Natural Sciences of Philadelphia},
+pages = {331--338},
+title = {{On a new fossil genus, of the order Enalio Sauri ( of Conybeare): and on a new species of Ichthyosaurus}},
+volume = {3},
+year = {1824}
+}
+@article{Casier1944a,
+author = {Casier, Edgard},
+journal = {Bulletin de l'Institut Royal des Sciences Naturelles de Belgique},
+number = {11},
+pages = {11--15},
+title = {{Contributions {\`{a}} l'{\'{e}}tude des Poissons fossiles de la Belgique. VI. Sur le Sphyraenodus de l'Eocene e sur la pr{\'{e}}sence d'un Sphyraenid{\'{e}} dans le Bruxellien (Lut{\'{e}}tien inf{\'{e}}rieur)}},
+volume = {20},
+year = {1944}
+}
+@book{Woodward1891,
+address = {London},
+author = {Woodward, Arthur Smith},
+pages = {1--567},
+publisher = {Taylor {\&} Francis},
+title = {{Catalogue of the Fossil Fishes in the British Museum (Natural History). Part II}},
+year = {1891}
+}
+@article{STRINGERGARYL.DepartmentofGe2003,
+author = {{STRINGER, GARY L., Department of Ge}},
+doi = {10.1306/8626cfaf-173b-11d7-8645000102c1865d},
+issn = {0149-1423},
+journal = {AAPG Bulletin},
+title = {{Paleoenvironmental Interpretations Based on Vertebrate Fossil Assemblages: An Example of their Utilization in the Gulf Coast}},
+volume = {85},
+year = {2003}
+}
+@article{Paramo1997,
+author = {P{\'{a}}ramo-Fonseca, Mar{\'{i}}a Eur{\'{i}}dice},
+doi = {10.1016/S1251-8050(97)83976-6},
+issn = {12518050},
+journal = {Comptes Rendus de l'Academie de Sciences - Serie IIa: Sciences de la Terre et des Planetes},
+keywords = {Colombia,New taxon,Tselfatioidei,Turonian},
+number = {2},
+pages = {147--150},
+title = {{\textit{Bachea huilensis} nov. gen., nov. sp., premier Tselfatioidei (Teleostei) de Colombie}},
+volume = {325},
+year = {1997}
+}
+@article{Chapman1935,
+author = {Chapman, Frederick},
+journal = {Transactions and Proceedings of the Royal Society of New Zealand},
+pages = {117--121},
+title = {{Descriptions of fossil fish from New Zealand}},
+volume = {64},
+year = {1935}
+}
+@incollection{DeSylva1986,
+address = {Johannesburg},
+author = {de Sylva, Donald P and Williams, F},
+booktitle = {Smiths' Sea Fishes},
+editor = {Smith, M M and Heemstra, P C},
+pages = {721--726},
+publisher = {Macmillan South Africa},
+title = {{Sphyraenidae}},
+year = {1986}
+}
+@book{Ray2001,
+address = {Washington DC},
+author = {Ray, Clayton E and Bohaska, David J},
+booktitle = {Smithsonian Contributions to Paleobiology},
+doi = {10.5479/si.00810266.90.1},
+edition = {Smithsonia},
+editor = {Ray, Clayton E. and Bohaska, David J.},
+issn = {00810266},
+number = {90},
+pages = {1--365},
+title = {{Geology and Paleontology of the Lee Creek Mine, North Carolina, III}},
+url = {http://si-pddr.si.edu/dspace/handle/10088/2006},
+year = {2001}
+}
+@article{Patterson1993,
+author = {Patterson, C.},
+issn = {00074977},
+journal = {Bulletin of Marine Science},
+number = {1},
+pages = {29--59},
+title = {{An overview of the early fossil record of Acanthomorphs}},
+volume = {52},
+year = {1993}
+}
+@article{BardackSprinkle1969,
+author = {Bardack, David and Sprinkle, G},
+journal = {Fieldiana Geology},
+pages = {297--340},
+title = {{Morphology and relationships of saurocephalid fishes}},
+volume = {16},
+year = {1969}
+}
+@article{Monsch2005,
+author = {Monsch, Kenneth A.},
+doi = {10.1017/S0263593300001164},
+isbn = {1755-6929},
+issn = {0263-5933},
+journal = {Transactions of the Royal Society of Edinburgh: Earth Sciences},
+keywords = {1990,and the,co-authors is outdated,fossils,g,has not seen,kemp et al,london clay formation,scombroidei,see e,sometimes,specimens,taxonomic revisions,which the present author},
+number = {November 2016},
+pages = {445--489},
+title = {{Revision of the scombroid fishes from the Cenozoic of England}},
+url = {http://www.journals.cambridge.org/abstract{\_}S0263593300001164},
+volume = {95},
+year = {2005}
+}
+@book{Agassiz1833IV,
+author = {Agassiz, Louis},
+pages = {1--296},
+title = {{Recherches sur les Poissons Fossiles. Tome IV}},
+year = {1833}
+}
+@article{Moreno2015,
+author = {Moreno, Federico and Hendy, A J W and Quiroz, Luis and Hoyos, Natalia and Jones, D S and Zapata, Vladimir and Zapata, S and Ballen, Gustavo A and Cadena, E and C{\'{a}}rdenas, A L and Carrillo-Brice{\~{n}}o, Jorge D and Carrillo, J D and Delgado-Sierra, D and Escobar, J and Mart{\'{i}}nez, J I and Mart{\'{i}}nez, C and Montes, Camilo and Moreno, J and P{\'{e}}rez, N and S{\'{a}}nchez, R. and Su{\'{a}}rez, C and Vallejo-Pareja, M C and Jaramillo, Carlos A},
+doi = {10.1007/s13358-015-0071-4},
+issn = {1664-2376},
+journal = {Swiss Journal of Palaeontology},
+pages = {5--43},
+title = {{Revised stratigraphy of Neogene strata in the Cocinetas Basin, La Guajira, Colombia}},
+volume = {134},
+year = {2015}
+}
+@misc{Agassiz1833I,
+author = {Agassiz, Louis},
+pages = {1--188},
+title = {{Recherches sur les Poissons Fossiles. Tome I}},
+year = {1833}
+}
+@article{VanderLaan2018,
+author = {{Van der Laan}, Richard},
+doi = {10.5852/ejt.2018.466},
+journal = {European Journal of Taxonomy},
+keywords = {1,10,167,2018,466,5852,agnatha,doi,ejt,european journal of taxonomy,family-group names of fossil,fi shes,gnathostomata,https,iczn,nomenclature,org,van der laan r,vertebrata},
+number = {466},
+pages = {1--167},
+title = {{Family-group names of fossil fishes}},
+year = {2018}
+}
+@article{Meek1884,
+author = {Meek, Seth E and Newland, Robert G},
+journal = {Proceedings of the Academy of Natural Sciences of Philadelphia},
+pages = {67--75},
+title = {{A review of the American species of the genus \textit{Sphyraena}}},
+volume = {36},
+year = {1884}
+}
+@article{Stringer2001,
+author = {Stringer, G L and Breard, S Q and Kontrovitz, M},
+journal = {Gulf Coast Association of Geological Societies Transactions},
+pages = {321--328},
+title = {{Biostratigraphy and Paleoecology of Diagnostic Invertebrates and Vertebrates from the Type Locality of the Oligocene Rosefiled Marl Beds, Louisiana}},
+volume = {LI},
+year = {2001}
+}
+@article{Cope1869,
+author = {Cope, E. D.},
+journal = {Transactions of the American Philosophical Society},
+pages = {1--252},
+title = {{Synopsis of the Batrachia and Reptilia of North America. Part I}},
+volume = {14},
+year = {1869}
+}
+@incollection{Switchenska1968,
+author = {Switchenska, Alexandra A},
+booktitle = {Ocherki po Filogenii i Sistematike Iskopaemykh Ryb I Beschelyustnykh},
+pages = {157--161},
+title = {{A new genus from the family Sphyraeniadae from the middle Miocene of Transcaucasia}},
+year = {1968}
+}
+@book{Agassiz1843,
+author = {Agassiz, Louis},
+pages = {1--160},
+title = {{Recherches sur les Poisson Fossiles. Tome V}},
+year = {1843}
+}
+@article{Vinola2017,
+author = {Vi{\~{n}}ola-L{\'{o}}pez, L{\'{a}}zaro William and Rojas-Consuegra, Reinaldo and Jim{\'{e}}nez-V{\'{a}}squez, Osvaldo},
+journal = {Novitates Caribaea},
+keywords = {cuba,dientes f{\'{o}}siles,for the,hispaniola,la espa{\~{n}}ola,mioceno,neogene of cuba and,new records of sphyraena,perciformes,sphyraena sp,sphyraenidae},
+pages = {89--94},
+title = {{Nuevos registros de \textit{Sphyraena} (Perciformes: Sphyraenidae) para el Ne{\'{o}}geno de Cuba y La Espa{\~{n}}ola}},
+volume = {11},
+year = {2017}
+}
+@book{NCBI2018,
+address = {Bethesta},
+author = {NCBI},
+number = {Md},
+publisher = {NCBI},
+title = {{Entrez Programming Utilities Help}},
+url = {http://www.ncbi.nlm.nih.gov/books/NBK25501/},
+year = {2018}
+}
+@article{Taverne2000,
+author = {Taverne, Louis and Chanet, Bruno},
+journal = {Geodiversitas},
+number = {1},
+pages = {23--34},
+title = {{\textit{Faugichthys loryi} n. gen., n. sp. (Teleostei, Ichthyodectiformes) de l'Albien terminal (Cr{\'{e}}tac{\'{e}} inf{\'{e}}rieur marin) du vallon de la Fauge (Is{\`{e}}re, France) et consid{\'{e}}rations sur la phylog{\'{e}}nie des Ichthyodectidae}},
+volume = {22},
+year = {2000}
+}
+@article{Smith1956,
+author = {Smith, J L B},
+journal = {Ichthyological Bulletin of the Department of Ichthyology of Rhodes University},
+pages = {37--46},
+title = {{The fishes of the family Sphyraenidae in the western Indian Ocean}},
+volume = {3},
+year = {1956}
+}
+@article{Tavora2010,
+author = {T{\'{a}}vora, Vladimir de Ara{\'{u}}jo and dos Santos, Andr{\'{e}} Augusto Rodrigues and Ara{\'{u}}jo, Raphael Neto},
+journal = {Boletim do Museu Paraense Emilio Goeldi Ciencias Naturais},
+keywords = {early miocene,fossiliferous localities,pirabas formation},
+number = {2},
+pages = {207--224},
+title = {{Localidades fossil{\'{i}}feras da Forma{\c{c}}{\~{a}}o Pirabas (Mioceno Inferior)}},
+volume = {5},
+year = {2010}
+}
diff --git a/Master/texmf-dist/doc/bibtex/zootaxa-bst/example.pdf b/Master/texmf-dist/doc/bibtex/zootaxa-bst/example.pdf
new file mode 100644
index 00000000000..464eea495a2
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/zootaxa-bst/example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/bibtex/zootaxa-bst/example.tex b/Master/texmf-dist/doc/bibtex/zootaxa-bst/example.tex
new file mode 100644
index 00000000000..52f2d0842cf
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/zootaxa-bst/example.tex
@@ -0,0 +1,72 @@
+\documentclass{article}
+
+\usepackage{natbib}
+\usepackage{amsmath}
+\usepackage[USenglish]{babel}
+\usepackage[utf8]{inputenc}
+\usepackage[colorlinks=true,citecolor=blue]{hyperref}
+
+\author{Gustavo A. Ballen}
+\date{\today}
+\title{An example manuscript using the \texttt{zootaxa.bst} reference style for Bib\TeX}
+
+\begin{document}
+
+\maketitle
+
+This example uses \texttt{natbib} for handling taxonomic author citations, that behave a bit different from usual bibliographic citations. For details see this blog post: https://gaballench.wordpress.com/2019/03/22/referencing-zoological-name-authorships-in-latex/
+
+The usage is pretty simple: Just install \texttt{zootaxa.bst} in a place where \texttt{bibtex} can find it and the compile a couple times with bibtex before compiling with latex. Rinse and repeat if needed. Also, don't forget to create your \texttt{bibtex} \texttt{.bib} bibliography file. Please note that three lines are absolutely necessary for this:
+
+\begin{verbatim}
+\documentclass{article}
+
+\usepackage{natbib}
+...
+...
+...
+\bibliographystyle{zootaxa}
+\bibliography{example-refs}
+
+\end{document}
+\end{verbatim}
+
+The command \texttt{usepackage} activates the \texttt{natbib} package necessary for managing references. The command \texttt{bibliographystyle} will tell the system to use \texttt{zootaxa.bst}. The command \texttt{bibliography} points the \texttt{.bib} file. Please note that the fact that we are not indicating paths indicates that 1) the files are in the path (in the case of the package if it was installed where the system can find it), or the in working directory where the remaining files are found (e.g., the bibliography file).
+
+The Instructions for Authors on zootaxa's website indicate that:
+
+
+ A) Journal paper:
+ Smith, A. (1999) Title of the paper. Title of the journal in full, volume number, page range.
+
+ B) Book chapter:
+ Smith, A. \& Smith, B. (2000) Title of the Chapter. In: Smith, A, Smith, B. \& Smith, C. (Eds), Title of Book. Publisher name and location, pp. x–y.
+
+ C) Book:
+ Smith, A., Smith, B. \& Smith, C. (2001) Title of Book. Publisher name and location, xyz pp.
+
+ D) Internet resources
+ Author (2002) Title of website, database or other resources, Publisher name and location (if indicated), number of pages (if known). Available from: http://xxx.xxx.xxx/ (Date of access).
+
+Dissertations resulting from graduate studies and non-serial proceedings of conferences/symposia are to be treated as books and cited as such. Papers not cited must not be listed in the references.
+
+Also, the separator between authors should the the ampersand (\&), and the abbreviation \textit{et allii} should be italized (\textit{et al.})
+
+All of these aspects are handled automatically by \texttt{zootaxa.bst}. For instance, the following text will make use of several references that will be rendered into text according to rules of zootaxa, while generating the references also in the appropriate format.
+
+\section{Live example}
+
+Seven genus-group names based on extant taxa have been allocated to the Sphyraenidae: \textit{Agriosphyraena} \citealp{Fowler1903} (type \textit{Esox barracuda}), \textit{Australuzza} \citealp{Whitley1947} (type \textit{Sphyraena novaehollandiae}), \textit{Callosphyraena} \citealp{Smith1956} (type \textit{Sphyraema toxeuma}, junior synonym of \textit{Sphyraena forsteri}), \textit{Indosphyraena} \citealp{Smith1956} (type \textit{Sphyraena africana}), \textit{Sphyraenella} \citealp{Smith1956} (type \textit{Sphyraena flavicauda}), and \textit{Sphyraena} \citealp{Artedi1793} (type \textit{Esox sphyraena}). All of these genera are currently considered synonyms of \textit{Sphyraena}. \cite{Smith1956} elevated all the previous names to subgeneric rank, while \citet{DeSylva1963} deemed such actions unjustified, synonymizing all of these into \textit{Sphyraena} Röse (correct authorship is by Artedi instead).
+
+\citet{Santini2015} has presented an overview of six fossil species names associated with \textit{Sphyraena}; these authors mentioned \textit{Sphyraena fluctuosa} as a Sphyraenid species based on otolihts; however, such species was originally described by \citet{Nolf1972} in the genus \textit{Platycephalus} (Scorpaeniformes) and subsequently ratified in that genus \citep[e.g.,][]{Huyghebaert1979}. It is herein excluded from the Sphyraenid fossil species. \textit{Sphyraena intermedia} \citealp{Bassani1889} was mentioned also by Santini et al. without noting that another species of extant \textit{Sphyraena} was described with the same specific epithet \citep{Pastore2009}; therefore the latter species by Pastore is herein found to be primary homonym of \textit{Sphyraena intermedia} \citep{Bassani1889}, a fossil species known from the Oligocene of Italy and consequently the name by Pastore is deemed permanently invalid under Article 57.2 of the \citet{ICZN1999}.
+
+The style handles properly situations just like web pages through the \texttt{@misc} tag \citep[e.g., ][]{EschmeyerWeb} and book sections \citep{Switchenska1968,Bohm1924}.
+
+\section{Acknowledgements}
+
+First of all to the open source community for doing all this sharing and modification possible for newer and case-specific uses. I never thought there will be the day that one could prepare a manuscript for zootaxa entirely in \LaTeX and this is a step forward. This late-hours project was indirectly funded by FAPESP through a doctoral scholarship. Many thanks to the Stack Overflow community. This as much of the software projects are speeded up a lot by its existence.
+
+\bibliographystyle{zootaxa}
+\bibliography{example-refs}
+
+\end{document} \ No newline at end of file