How to remove period from "et al."
I am creating a style. The citation does not require a period in "et al."
Check example
Smith FN et al (Year) Title. Publication
Any help from anyone?
Thanks.
Check example
Smith FN et al (Year) Title. Publication
Any help from anyone?
Thanks.
<locale xml:lang="en">
<term name="et-al">et al</term>
</locale>
</terms>
right after
</info>
Am I going to make -if- loops within the -options- brackets? Here is a complete example
One author:
Citation
(Smith J 1999)
Bibliography
Smith J (1999) Future of health insurance. N Engl J Med 965:325–329
Two authors:
Citation
(Smith and Jones 1999)
Bibliography
Smith J, Jones MJ (1999) Future of health insurance. N Engl J Med 965:325–329
Three or more authors:
Citation
(Smith et al. 1999)
Bibliography
Smith J, Jones MJ, Houghton L et al (1999) Future of health insurance. N Engl J Med 965:325–329
Note that for three or more authors, there is period in the citation.
These are other messages I get when committing. What could be the possible cause?
Commit
C:\Documents and Settings\Larry.OWN-8EC7B2505AE\Desktop\Working Folder\hydrogeology-journal.csl
C:\Documents and Settings\Larry.OWN-8EC7B2505AE\Desktop\Working Folder\hydrogeology-journal.csl
Commit failed (details follow):
Commit blocked by pre-commit hook (exit code 1) with output:
Please use Unix newlines for CSL files.
https://ccrma.stanford.edu/~craig/utility/flip/
Commit failed (details follow):
Commit blocked by pre-commit hook (exit code 1) with output:
Please use Unix newlines for CSL files.
But when I tried modifying a style in the repository, there was no problem with committing. What might have gone wrong? Any help?
flip -u C:\Documents and Settings\Larry.OWN-8EC7B2505AE\Desktop\Working Folder\hydrogeology-journal.csl
then you replace the file that you already have in the SVN - csl folder with the "flipped" file and retry commit. If that doesn't work I don't know
http://gist.github.com/303350