├── LaTeX_Math_and_BibTeX ├── bibtexMathInLatex.snm ├── math │ ├── align.png │ ├── array.png │ ├── eqnarray.png │ ├── panels.png │ ├── tryIt3.png │ ├── alignMany.png │ ├── fracRoots.png │ ├── mathInText.png │ ├── eqnarrayStar.png │ ├── sumIntegral.png │ ├── superFailure.png │ ├── subSuperscript.png │ ├── fixingParentheses.png │ ├── fracRootsCombined.png │ └── subSuperscriptNoBraces.png ├── bibtexMathInLatex.pdf ├── bibtex │ ├── bibtexTypeset.png │ ├── custom-bib │ │ ├── makebst.pdf │ │ ├── merlin.pdf │ │ ├── makebst.ins │ │ ├── shorthnd.ins │ │ ├── svenska.mbs │ │ ├── slovene.mbs │ │ ├── italian.mbs │ │ ├── esperant.mbs │ │ ├── photjour.mbs │ │ ├── dansk.mbs │ │ ├── norsk.mbs │ │ └── finnish.mbs │ └── bibtex.tex ├── bibtexMathInLatex.synctex.gz ├── bibtexMathInLatex.toc ├── bibtexMathInLatex.out ├── bibtexMathInLatex.txt ├── bibtexMathInLatex.tex └── bibtexMathInLatex.nav ├── LaTeX_Basics ├── basicsOfLatex.pdf ├── basicsOfLatex │ ├── math │ │ ├── array.png │ │ ├── eqnarray.png │ │ ├── panels.png │ │ ├── mathInText.png │ │ └── eqnarrayStar.png │ ├── general │ │ ├── list.png │ │ ├── macros.png │ │ ├── packages.png │ │ ├── documentClass.png │ │ ├── paragraphSpacing.png │ │ └── sectionsSubsections.png │ ├── firstDoc │ │ ├── firstDoc.pdf │ │ └── firstDoc.tex │ ├── latexTemp │ │ ├── lower40.pdf │ │ ├── latexTemp.pdf │ │ ├── tryIt │ │ │ ├── tryIt1.png │ │ │ └── tryIt3.png │ │ ├── custom-bib │ │ │ ├── makebst.pdf │ │ │ ├── merlin.pdf │ │ │ ├── makebst.ins │ │ │ ├── shorthnd.ins │ │ │ ├── slovene.mbs │ │ │ ├── italian.mbs │ │ │ ├── esperant.mbs │ │ │ ├── photjour.mbs │ │ │ ├── dansk.mbs │ │ │ ├── norsk.mbs │ │ │ └── finnish.mbs │ │ ├── figures │ │ │ ├── mathInText.png │ │ │ ├── cleanFolder.png │ │ │ ├── messyFolder.png │ │ │ ├── figureTemplate.png │ │ │ ├── generalFigures.png │ │ │ ├── lower82 │ │ │ │ ├── lower82.pdf │ │ │ │ └── lower82.R │ │ │ └── figureWithCaptionLabel.png │ │ ├── shortTemplate │ │ │ ├── shortTemplate.pdf │ │ │ ├── figures │ │ │ │ ├── cleanFolder.png │ │ │ │ ├── mathInText.png │ │ │ │ ├── messyFolder.png │ │ │ │ ├── figureTemplate.png │ │ │ │ ├── generalFigures.png │ │ │ │ └── figureWithCaptionLabel.png │ │ │ ├── normalPlots │ │ │ │ ├── lower40.pdf │ │ │ │ └── lower82 │ │ │ │ │ ├── lower82.pdf │ │ │ │ │ └── lower82.R │ │ │ └── shortTemplate.synctex.gz │ │ ├── latexTemp.bbl │ │ ├── latexTemp.blg │ │ ├── latexTemp.toc │ │ └── biblio │ │ │ └── bibDB.bib │ ├── figures │ │ ├── basicFigures.png │ │ ├── centerFigure.png │ │ ├── centeredFigure.png │ │ ├── centeredFigure2.png │ │ ├── figureTemplate.png │ │ ├── generalFigures.png │ │ └── figureWithCaptionLabel.png │ ├── tabTable │ │ ├── basicTable.png │ │ ├── floatTable.png │ │ ├── labelTable.png │ │ ├── centeredTable.png │ │ └── tabbingExample.png │ ├── gettingStarted │ │ ├── console.png │ │ ├── finder.png │ │ ├── firstDoc.png │ │ ├── commenting.png │ │ ├── gotoError.png │ │ ├── consoleFail.png │ │ ├── dualScreens.png │ │ ├── firstOutput.png │ │ ├── outputFiles.png │ │ ├── chooseTemplate.png │ │ ├── dualScreenIcon.png │ │ ├── openingTexshop.png │ │ └── dualScreenIconLocation.png │ └── practice │ │ ├── latexTempPractice.pdf │ │ ├── normalPlots │ │ └── lower82 │ │ │ ├── lower82.pdf │ │ │ └── lower82.R │ │ └── latexTempPractice.tex └── basicsOfLatex.toc ├── README.md └── .gitignore /LaTeX_Math_and_BibTeX/bibtexMathInLatex.snm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex.pdf -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/math/align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/math/align.png -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/math/array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/math/array.png -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/math/eqnarray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/math/eqnarray.png -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/math/panels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/math/panels.png -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/math/tryIt3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/math/tryIt3.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/math/array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/math/array.png -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/math/alignMany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/math/alignMany.png -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/math/fracRoots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/math/fracRoots.png -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/math/mathInText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/math/mathInText.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/general/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/general/list.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/math/eqnarray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/math/eqnarray.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/math/panels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/math/panels.png -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtexMathInLatex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/bibtexMathInLatex.pdf -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/math/eqnarrayStar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/math/eqnarrayStar.png -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/math/sumIntegral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/math/sumIntegral.png -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/math/superFailure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/math/superFailure.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/general/macros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/general/macros.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/math/mathInText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/math/mathInText.png -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtex/bibtexTypeset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/bibtex/bibtexTypeset.png -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/math/subSuperscript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/math/subSuperscript.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/firstDoc/firstDoc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/firstDoc/firstDoc.pdf -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/general/packages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/general/packages.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/lower40.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/lower40.pdf -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/math/eqnarrayStar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/math/eqnarrayStar.png -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/math/fixingParentheses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/math/fixingParentheses.png -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/math/fracRootsCombined.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/math/fracRootsCombined.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/figures/basicFigures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/figures/basicFigures.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/figures/centerFigure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/figures/centerFigure.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/latexTemp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/latexTemp.pdf -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/tabTable/basicTable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/tabTable/basicTable.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/tabTable/floatTable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/tabTable/floatTable.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/tabTable/labelTable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/tabTable/labelTable.png -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtex/custom-bib/makebst.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/bibtex/custom-bib/makebst.pdf -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtex/custom-bib/merlin.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/bibtex/custom-bib/merlin.pdf -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtexMathInLatex.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/bibtexMathInLatex.synctex.gz -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/figures/centeredFigure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/figures/centeredFigure.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/figures/centeredFigure2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/figures/centeredFigure2.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/figures/figureTemplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/figures/figureTemplate.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/figures/generalFigures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/figures/generalFigures.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/general/documentClass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/general/documentClass.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/gettingStarted/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/gettingStarted/console.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/gettingStarted/finder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/gettingStarted/finder.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/gettingStarted/firstDoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/gettingStarted/firstDoc.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/tryIt/tryIt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/tryIt/tryIt1.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/tryIt/tryIt3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/tryIt/tryIt3.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/tabTable/centeredTable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/tabTable/centeredTable.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/tabTable/tabbingExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/tabTable/tabbingExample.png -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/math/subSuperscriptNoBraces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Math_and_BibTeX/math/subSuperscriptNoBraces.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/general/paragraphSpacing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/general/paragraphSpacing.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/gettingStarted/commenting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/gettingStarted/commenting.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/gettingStarted/gotoError.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/gettingStarted/gotoError.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/general/sectionsSubsections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/general/sectionsSubsections.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/gettingStarted/consoleFail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/gettingStarted/consoleFail.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/gettingStarted/dualScreens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/gettingStarted/dualScreens.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/gettingStarted/firstOutput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/gettingStarted/firstOutput.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/gettingStarted/outputFiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/gettingStarted/outputFiles.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/custom-bib/makebst.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/custom-bib/makebst.pdf -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/custom-bib/merlin.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/custom-bib/merlin.pdf -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/figures/mathInText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/figures/mathInText.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/practice/latexTempPractice.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/practice/latexTempPractice.pdf -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/figures/figureWithCaptionLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/figures/figureWithCaptionLabel.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/gettingStarted/chooseTemplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/gettingStarted/chooseTemplate.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/gettingStarted/dualScreenIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/gettingStarted/dualScreenIcon.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/gettingStarted/openingTexshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/gettingStarted/openingTexshop.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/figures/cleanFolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/figures/cleanFolder.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/figures/messyFolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/figures/messyFolder.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/figures/figureTemplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/figures/figureTemplate.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/figures/generalFigures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/figures/generalFigures.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/figures/lower82/lower82.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/figures/lower82/lower82.pdf -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/gettingStarted/dualScreenIconLocation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/gettingStarted/dualScreenIconLocation.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/shortTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/shortTemplate.pdf -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/practice/normalPlots/lower82/lower82.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/practice/normalPlots/lower82/lower82.pdf -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/figures/figureWithCaptionLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/figures/figureWithCaptionLabel.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/figures/cleanFolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/figures/cleanFolder.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/figures/mathInText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/figures/mathInText.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/figures/messyFolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/figures/messyFolder.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/normalPlots/lower40.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/normalPlots/lower40.pdf -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/shortTemplate.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/shortTemplate.synctex.gz -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/figures/figureTemplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/figures/figureTemplate.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/figures/generalFigures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/figures/generalFigures.png -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/normalPlots/lower82/lower82.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/normalPlots/lower82/lower82.pdf -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/figures/figureWithCaptionLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIntroOrg/mini-course-materials/HEAD/LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/figures/figureWithCaptionLabel.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Project Organization 2 | -------------------- 3 | 4 | Each folder represents a set of materials for a mini-course. 5 | 6 | See the branches of [this repo](https://github.com/statkclee/mini-course-materials) by Kwangchun Lee for Korean translations of these mini-course materials. 7 | 8 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.log 2 | *.aux 3 | main-blx.bib 4 | main.bbl 5 | main.blg 6 | main.idx 7 | main.ilg 8 | main.ind 9 | main.out 10 | main.pdf 11 | main.run.xml 12 | main.synctex.gz 13 | main.toc 14 | *.DS_Store 15 | *gitignore~ 16 | *.Rapp.history 17 | *~ 18 | Icon[^/] 19 | \#* 20 | *.dropbox 21 | _README 22 | *-deprecated* 23 | *.Rhistory 24 | LaTeX_Basics/basicsOfLatex.nav 25 | LaTeX_Basics/basicsOfLatex.out 26 | LaTeX_Basics/basicsOfLatex.snm 27 | LaTeX_Basics/basicsOfLatex.synctex.gz 28 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/figures/lower82/lower82.R: -------------------------------------------------------------------------------- 1 | 2 | #===> plot <===# 3 | par(las=1, mar=c(1.5,0,0.5,0), mgp=c(3,0.6,0)) 4 | X <- seq(-4,4,0.01) 5 | Y <- dnorm(X) 6 | plot(X, Y, type='l', axes=F, xlim=c(-3.4,3.4)) 7 | axis(1, at=-3:3, label=round(70+3.3*(-3:3),2), cex.axis=0.7) 8 | these <- which(X <= 0.92) 9 | polygon(c(X[these[1]], X[these],X[rev(these)[1]]), c(0,Y[these],0), col='#CCCCCC') 10 | 11 | text(-.2, 0.17, ' 82%\n(0.82)', cex=0.8) 12 | 13 | arrows(2,0.22, 1.45, 0.07, length=0.07) 14 | text(2, 0.22, ' 18%\n(0.18)', cex=0.8, pos=3) 15 | 16 | lines(X, Y) 17 | abline(h=0) 18 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/practice/normalPlots/lower82/lower82.R: -------------------------------------------------------------------------------- 1 | 2 | #===> plot <===# 3 | par(las=1, mar=c(1.5,0,0.5,0), mgp=c(3,0.6,0)) 4 | X <- seq(-4,4,0.01) 5 | Y <- dnorm(X) 6 | plot(X, Y, type='l', axes=F, xlim=c(-3.4,3.4)) 7 | axis(1, at=-3:3, label=round(70+3.3*(-3:3),2), cex.axis=0.7) 8 | these <- which(X <= 0.92) 9 | polygon(c(X[these[1]], X[these],X[rev(these)[1]]), c(0,Y[these],0), col='#CCCCCC') 10 | 11 | text(-.2, 0.17, ' 82%\n(0.82)', cex=0.8) 12 | 13 | arrows(2,0.22, 1.45, 0.07, length=0.07) 14 | text(2, 0.22, ' 18%\n(0.18)', cex=0.8, pos=3) 15 | 16 | lines(X, Y) 17 | abline(h=0) 18 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/shortTemplate/normalPlots/lower82/lower82.R: -------------------------------------------------------------------------------- 1 | 2 | #===> plot <===# 3 | par(las=1, mar=c(1.5,0,0.5,0), mgp=c(3,0.6,0)) 4 | X <- seq(-4,4,0.01) 5 | Y <- dnorm(X) 6 | plot(X, Y, type='l', axes=F, xlim=c(-3.4,3.4)) 7 | axis(1, at=-3:3, label=round(70+3.3*(-3:3),2), cex.axis=0.7) 8 | these <- which(X <= 0.92) 9 | polygon(c(X[these[1]], X[these],X[rev(these)[1]]), c(0,Y[these],0), col='#CCCCCC') 10 | 11 | text(-.2, 0.17, ' 82%\n(0.82)', cex=0.8) 12 | 13 | arrows(2,0.22, 1.45, 0.07, length=0.07) 14 | text(2, 0.22, ' 18%\n(0.18)', cex=0.8, pos=3) 15 | 16 | lines(X, Y) 17 | abline(h=0) 18 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/latexTemp.bbl: -------------------------------------------------------------------------------- 1 | \begin{thebibliography}{2} 2 | \providecommand{\natexlab}[1]{#1} 3 | 4 | \bibitem[{Daley and Vere-Jones(2003)}]{daley} 5 | Daley DJ and Vere-Jones D (2003). 6 | \newblock \emph{An Introduction to the Theory of Point Processes, Volume 1: 7 | Elementary Theory and Methods}. 8 | \newblock Springer--Verlag, New York. 9 | 10 | \bibitem[{Victor and Purpura(1997)}]{victor} 11 | Victor J and Purpura K (1997). 12 | \newblock Metric-space analysis of spike trains: theory, algorithms and 13 | application. 14 | \newblock \emph{Journal of Neuroscience Methods}, 8:127--164. 15 | 16 | \end{thebibliography} 17 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/firstDoc/firstDoc.tex: -------------------------------------------------------------------------------- 1 | \documentclass[11pt]{article} 2 | \usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots. 3 | \geometry{letterpaper} % ... or a4paper or a5paper or ... 4 | %\geometry{landscape} % Activate for for rotated page geometry 5 | %\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent 6 | \usepackage{graphicx} 7 | \usepackage{amssymb} 8 | \usepackage{epstopdf} 9 | \DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png} 10 | 11 | \title{Some interesting title} 12 | \author{David Diez} 13 | %\date{} % Activate to display a given date or no date 14 | 15 | \begin{document} 16 | \maketitle 17 | %\section{} 18 | %\subsection{} 19 | 20 | This is a sentence inside the document that will show up below the title, author, and the date. 21 | 22 | \end{document} -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex.toc: -------------------------------------------------------------------------------- 1 | \beamer@endinputifotherversion {3.33pt} 2 | \beamer@sectionintoc {1}{Getting started}{3}{1}{1} 3 | \beamer@subsectionintoc {1}{1}{Getting started}{3}{1}{1} 4 | \beamer@sectionintoc {2}{General}{14}{1}{2} 5 | \beamer@subsectionintoc {2}{1}{Header section}{14}{1}{2} 6 | \beamer@subsectionintoc {2}{2}{Outline}{16}{1}{2} 7 | \beamer@subsectionintoc {2}{3}{Text}{17}{1}{2} 8 | \beamer@sectionintoc {3}{Tables / tabbing}{23}{1}{3} 9 | \beamer@subsectionintoc {3}{1}{Tabbing}{23}{1}{3} 10 | \beamer@subsectionintoc {3}{2}{Basic tables}{24}{1}{3} 11 | \beamer@subsectionintoc {3}{3}{Captions \& referencing}{26}{1}{3} 12 | \beamer@subsectionintoc {3}{4}{xtable}{28}{1}{3} 13 | \beamer@sectionintoc {4}{Figures}{30}{1}{4} 14 | \beamer@subsectionintoc {4}{1}{Figures}{30}{1}{4} 15 | \beamer@subsectionintoc {4}{2}{Keeping organized}{33}{1}{4} 16 | \beamer@sectionintoc {5}{More}{35}{1}{5} 17 | \beamer@subsectionintoc {5}{1}{What's next?}{35}{1}{5} 18 | \beamer@subsectionintoc {5}{2}{Book}{36}{1}{5} 19 | \beamer@subsectionintoc {5}{3}{Homework}{37}{1}{5} 20 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/latexTemp.blg: -------------------------------------------------------------------------------- 1 | This is BibTeX, Version 0.99c (Web2C 7.5.6) 2 | The top-level auxiliary file: latexTemp.aux 3 | The style file: biblio/simpleStyle.bst 4 | Database file #1: biblio/bibDB.bib 5 | You've used 2 entries, 6 | 2848 wiz_defined-function locations, 7 | 594 strings with 4807 characters, 8 | and the built_in function-call counts, 1423 in all, are: 9 | = -- 122 10 | > -- 40 11 | < -- 2 12 | + -- 16 13 | - -- 12 14 | * -- 117 15 | := -- 213 16 | add.period$ -- 6 17 | call.type$ -- 2 18 | change.case$ -- 13 19 | chr.to.int$ -- 2 20 | cite$ -- 2 21 | duplicate$ -- 113 22 | empty$ -- 123 23 | format.name$ -- 22 24 | if$ -- 287 25 | int.to.chr$ -- 1 26 | int.to.str$ -- 1 27 | missing$ -- 17 28 | newline$ -- 14 29 | num.names$ -- 8 30 | pop$ -- 34 31 | preamble$ -- 1 32 | purify$ -- 12 33 | quote$ -- 0 34 | skip$ -- 31 35 | stack$ -- 0 36 | substring$ -- 119 37 | swap$ -- 39 38 | text.length$ -- 0 39 | text.prefix$ -- 0 40 | top$ -- 0 41 | type$ -- 15 42 | warning$ -- 0 43 | while$ -- 11 44 | width$ -- 0 45 | write$ -- 28 46 | -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtexMathInLatex.toc: -------------------------------------------------------------------------------- 1 | \beamer@endinputifotherversion {3.33pt} 2 | \beamer@sectionintoc {1}{Math}{4}{1}{1} 3 | \beamer@subsectionintoc {1}{1}{Mathematics}{4}{1}{1} 4 | \beamer@subsectionintoc {1}{2}{Inserting math}{5}{1}{1} 5 | \beamer@subsectionintoc {1}{3}{Mathematics and symbols}{10}{1}{1} 6 | \beamer@subsectionintoc {1}{4}{Final items}{17}{1}{1} 7 | \beamer@sectionintoc {2}{BibTeX}{20}{1}{2} 8 | \beamer@subsectionintoc {2}{1}{Welcome to BibTeX}{20}{1}{2} 9 | \beamer@subsectionintoc {2}{2}{Building the database}{23}{1}{2} 10 | \beamer@subsectionintoc {2}{3}{Citing a reference}{29}{1}{2} 11 | \beamer@subsectionintoc {2}{4}{Typesetting}{31}{1}{2} 12 | \beamer@subsectionintoc {2}{5}{Building your own style file (the easy way)}{32}{1}{2} 13 | \beamer@subsectionintoc {2}{6}{Practice}{34}{1}{2} 14 | \beamer@sectionintoc {3}{Customization}{35}{1}{3} 15 | \beamer@subsectionintoc {3}{1}{To be covered}{35}{1}{3} 16 | \beamer@subsectionintoc {3}{2}{Counters}{36}{1}{3} 17 | \beamer@subsectionintoc {3}{3}{Commands}{40}{1}{3} 18 | \beamer@subsectionintoc {3}{4}{Environments}{43}{1}{3} 19 | \beamer@sectionintoc {4}{Wrap-up}{46}{1}{4} 20 | \beamer@subsectionintoc {4}{1}{Wrap-up}{46}{1}{4} 21 | -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtexMathInLatex.out: -------------------------------------------------------------------------------- 1 | \BOOKMARK [1][]{Outline1}{}{}% 1 2 | \BOOKMARK [2][]{Outline1.1}{Math}{Outline1}% 2 3 | \BOOKMARK [3][]{Outline1.1.1.4}{Mathematics}{Outline1.1}% 3 4 | \BOOKMARK [3][]{Outline1.1.2.5}{Inserting math}{Outline1.1}% 4 5 | \BOOKMARK [3][]{Outline1.1.3.10}{Mathematics and symbols}{Outline1.1}% 5 6 | \BOOKMARK [3][]{Outline1.1.4.17}{Final items}{Outline1.1}% 6 7 | \BOOKMARK [2][]{Outline1.2}{BibTeX}{Outline1}% 7 8 | \BOOKMARK [3][]{Outline1.2.1.20}{Welcome to BibTeX}{Outline1.2}% 8 9 | \BOOKMARK [3][]{Outline1.2.2.23}{Building the database}{Outline1.2}% 9 10 | \BOOKMARK [3][]{Outline1.2.3.29}{Citing a reference}{Outline1.2}% 10 11 | \BOOKMARK [3][]{Outline1.2.4.31}{Typesetting}{Outline1.2}% 11 12 | \BOOKMARK [3][]{Outline1.2.5.32}{Building your own style file \(the easy way\)}{Outline1.2}% 12 13 | \BOOKMARK [3][]{Outline1.2.6.34}{Practice}{Outline1.2}% 13 14 | \BOOKMARK [2][]{Outline1.3}{Customization}{Outline1}% 14 15 | \BOOKMARK [3][]{Outline1.3.1.35}{To be covered}{Outline1.3}% 15 16 | \BOOKMARK [3][]{Outline1.3.2.36}{Counters}{Outline1.3}% 16 17 | \BOOKMARK [3][]{Outline1.3.3.40}{Commands}{Outline1.3}% 17 18 | \BOOKMARK [3][]{Outline1.3.4.43}{Environments}{Outline1.3}% 18 19 | \BOOKMARK [2][]{Outline1.4}{Wrap-up}{Outline1}% 19 20 | \BOOKMARK [3][]{Outline1.4.1.46}{Wrap-up}{Outline1.4}% 20 21 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/practice/latexTempPractice.tex: -------------------------------------------------------------------------------- 1 | \documentclass[11pt]{article} 2 | \usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots. 3 | \geometry{letterpaper} % ... or a4paper or a5paper or ... 4 | %\geometry{landscape} % Activate for for rotated page geometry 5 | %\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent 6 | \usepackage{graphicx} 7 | \usepackage{amssymb} 8 | \usepackage{epstopdf} 9 | \DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png} 10 | 11 | \title{LaTeX Practice} 12 | \author{David Diez} 13 | \date{April 23, 2009} % Activate to display a given date or no date 14 | 15 | \begin{document} 16 | \maketitle 17 | %\section{} 18 | %\subsection{} 19 | 1) 20 | \begin{center} 21 | \begin{tabular}{l rrr} 22 | \hline 23 | & $\bar{x}$ & $\hat{\sigma}$ & $n$ \\ 24 | \hline 25 | $S_1$ & 6.5 & 1.3 & 17 \\ 26 | $S_2$ & 12.2 & 1.4 & 25 \\ 27 | \hline 28 | \end{tabular} 29 | \end{center} 30 | 31 | 2) As shown in Figure~\ref{lower82}, the $82^{nd}$ percentile of the normal distribution is above the mean. Is this true for every distribution? 32 | \begin{figure}[htbp] 33 | \centering 34 | \includegraphics[height=0.8in]{normalPlots/lower82/lower82} 35 | \caption{The $82^{nd}$ percentile of the normal plot.} 36 | \label{lower82} 37 | \end{figure} 38 | 39 | 3) 40 | \begin{eqnarray*} 41 | \sum_{i=0}^n p^{i} = \frac{1-p^{n-1}}{1-p} 42 | \end{eqnarray*} 43 | 44 | \end{document} -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtex/custom-bib/makebst.ins: -------------------------------------------------------------------------------- 1 | %% LaTeX2e file `makebstx.ins' 2 | %% generated by the `filecontents' environment 3 | %% from source `makebst' on 2003/09/08. 4 | %% 5 | % Simply TeX or LaTeX this file to extract various files from 6 | % the source file `makebst.dtx' 7 | 8 | % This installation file works with docstrip 2.4 or later. 9 | 10 | \input docstrip 11 | 12 | \preamble 13 | ============================================= 14 | IMPORTANT NOTICE: 15 | This is a generated file. 16 | 17 | It is subject to the same copyright conditions (see below) 18 | as in the original file: \inFileName. 19 | It may not be distributed without \inFileName. 20 | 21 | Full documentation can be obtained by LaTeXing that original file. 22 | Only a few abbreviated comments remain here to describe the usage. 23 | ============================================= 24 | \endpreamble 25 | \postamble 26 | <<<<< End of generated file <<<<<< 27 | \endpostamble 28 | \keepsilent 29 | \askforoverwritefalse 30 | 31 | \generate{\file{makebst.tex}{\from{makebst.dtx}{program,% 32 | % Three variants on makebst.tex; select following options. 33 | % 1. the .dbj file contains by default only the list of selected options 34 | % (Select none of the following) 35 | % 2. the .dbj file contains by default a list of all offered options, 36 | % with the non-selected ones commented out, add next option. 37 | optlist,% 38 | % 3. as above but with full comments added for each option, add next option. 39 | % optverbose% 40 | }}} 41 | 42 | \preamble 43 | ============================================ 44 | This is the driver file to produce the LaTeX documentation 45 | from the original source file \inFileName. 46 | 47 | Make changes to it as needed. (Never change the file \inFileName!) 48 | ============================================ 49 | \endpreamble 50 | \postamble 51 | 52 | End of documentation driver file. 53 | \endpostamble 54 | 55 | \generate{\file{makebst.drv}{\from{makebst.dtx}{driver}}} 56 | \endbatchfile 57 | 58 | \obeyspaces 59 | \Msg{******************************************}% 60 | \Msg{* For documentation, process makebst.dtx *}% 61 | \Msg{* or the driver file makebst.drv *}% 62 | \Msg{******************************************} 63 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/custom-bib/makebst.ins: -------------------------------------------------------------------------------- 1 | %% LaTeX2e file `makebstx.ins' 2 | %% generated by the `filecontents' environment 3 | %% from source `makebst' on 2003/09/08. 4 | %% 5 | % Simply TeX or LaTeX this file to extract various files from 6 | % the source file `makebst.dtx' 7 | 8 | % This installation file works with docstrip 2.4 or later. 9 | 10 | \input docstrip 11 | 12 | \preamble 13 | ============================================= 14 | IMPORTANT NOTICE: 15 | This is a generated file. 16 | 17 | It is subject to the same copyright conditions (see below) 18 | as in the original file: \inFileName. 19 | It may not be distributed without \inFileName. 20 | 21 | Full documentation can be obtained by LaTeXing that original file. 22 | Only a few abbreviated comments remain here to describe the usage. 23 | ============================================= 24 | \endpreamble 25 | \postamble 26 | <<<<< End of generated file <<<<<< 27 | \endpostamble 28 | \keepsilent 29 | \askforoverwritefalse 30 | 31 | \generate{\file{makebst.tex}{\from{makebst.dtx}{program,% 32 | % Three variants on makebst.tex; select following options. 33 | % 1. the .dbj file contains by default only the list of selected options 34 | % (Select none of the following) 35 | % 2. the .dbj file contains by default a list of all offered options, 36 | % with the non-selected ones commented out, add next option. 37 | optlist,% 38 | % 3. as above but with full comments added for each option, add next option. 39 | % optverbose% 40 | }}} 41 | 42 | \preamble 43 | ============================================ 44 | This is the driver file to produce the LaTeX documentation 45 | from the original source file \inFileName. 46 | 47 | Make changes to it as needed. (Never change the file \inFileName!) 48 | ============================================ 49 | \endpreamble 50 | \postamble 51 | 52 | End of documentation driver file. 53 | \endpostamble 54 | 55 | \generate{\file{makebst.drv}{\from{makebst.dtx}{driver}}} 56 | \endbatchfile 57 | 58 | \obeyspaces 59 | \Msg{******************************************}% 60 | \Msg{* For documentation, process makebst.dtx *}% 61 | \Msg{* or the driver file makebst.drv *}% 62 | \Msg{******************************************} 63 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/latexTemp.toc: -------------------------------------------------------------------------------- 1 | \contentsline {section}{\numberline {1}General}{3} 2 | \contentsline {subsection}{\numberline {1.1}Header section}{3} 3 | \contentsline {subsection}{\numberline {1.2}Outline}{3} 4 | \contentsline {subsection}{\numberline {1.3}Paragraphs}{3} 5 | \contentsline {subsection}{\numberline {1.4}Spacing}{4} 6 | \contentsline {subsection}{\numberline {1.5}Text}{4} 7 | \contentsline {subsection}{\numberline {1.6}Macros}{4} 8 | \contentsline {subsection}{\numberline {1.7}Lists}{4} 9 | \contentsline {subsection}{\numberline {1.8}Special characters}{5} 10 | \contentsline {subsection}{\numberline {1.9}verbatim}{5} 11 | \contentsline {section}{\numberline {2}Tabbing}{5} 12 | \contentsline {subsection}{\numberline {2.1}Basic tabbing}{5} 13 | \contentsline {subsection}{\numberline {2.2}Impromptu tabs}{6} 14 | \contentsline {subsection}{\numberline {2.3}Tabbing example}{6} 15 | \contentsline {section}{\numberline {3}Tables}{7} 16 | \contentsline {subsection}{\numberline {3.1}Basic tables}{7} 17 | \contentsline {subsection}{\numberline {3.2}Captions and referencing}{7} 18 | \contentsline {subsection}{\numberline {3.3}\texttt {array} environment}{8} 19 | \contentsline {subsection}{\numberline {3.4}The R package, \texttt {xtable}}{8} 20 | \contentsline {section}{\numberline {4}Figures}{9} 21 | \contentsline {subsection}{\numberline {4.1}Basic figures}{9} 22 | \contentsline {subsection}{\numberline {4.2}Captions and referencing}{9} 23 | \contentsline {subsection}{\numberline {4.3}Keeping organized}{9} 24 | \contentsline {section}{\numberline {5}Math}{11} 25 | \contentsline {subsection}{\numberline {5.1}Math in text}{11} 26 | \contentsline {subsection}{\numberline {5.2}Equation environment and referencing}{12} 27 | \contentsline {subsection}{\numberline {5.3}Aligning}{12} 28 | \contentsline {subsection}{\numberline {5.4}Arrays}{12} 29 | \contentsline {subsection}{\numberline {5.5}Some benefits of the package \texttt {amsmath}}{13} 30 | \contentsline {section}{\numberline {6}Practice}{13} 31 | \contentsline {subsection}{\numberline {6.1}Try it \#1}{13} 32 | \contentsline {subsection}{\numberline {6.2}Try it \#2}{13} 33 | \contentsline {subsection}{\numberline {6.3}Try it \#3}{14} 34 | \contentsline {section}{\numberline {7}Bibliography stuff}{14} 35 | -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtexMathInLatex.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | Math in LaTeX 4 | Environments 5 | In text with $ 6 | eqnarray / eqnarray* 7 | align / align* 8 | Referencing 9 | Multiple lines 10 | Exponents 11 | without curlies 12 | with curlies 13 | Subscripts 14 | without curlies 15 | with curlies 16 | also with exponent 17 | Generally use both Exp & Sub 18 | Fractions 19 | Roots \sqrt[n]{arg} 20 | Sums & Integrals 21 | \limits 22 | \nolimits 23 | Ellipsis (continuation dots) 24 | \ldots, \cdots, \vdots, \ddots, \dotfill 25 | Symbols 26 | Greek letters 27 | Calligraphic letters 28 | Binary operators 29 | Relations 30 | \not 31 | Arrows 32 | Various other 33 | Accents 34 | \bar 35 | \hat & \widehat 36 | \tilde & \widetilde 37 | \dot 38 | \ddot 39 | \imath and \jmath 40 | Augmenting math text/symbols 41 | \mathbf 42 | \mathit 43 | \mathrm 44 | \mathtt 45 | Automatic sizing of bracket symbols 46 | Text in equations 47 | \qquad 48 | \mbox 49 | Arrays and matrices 50 | array environment 51 | Lines and Braces over/under 52 | \overline 53 | \underline 54 | \overbrace{}^{} 55 | \underbrace{}_{} 56 | Stacked symbols with \stackrel 57 | \atop 58 | 59 | 60 | BibTeX 61 | Example 62 | natbib 63 | 64 | Built BibTeX file 65 | Citations 66 | Compiling 67 | Building a Bibliography 68 | BibDesk 69 | Format 70 | Options 71 | Citations 72 | Active 73 | Passive 74 | No citation 75 | Compiling the bibliography 76 | How to 77 | Bibliography styles 78 | program 79 | 80 | 81 | Style in LaTeX 82 | For the remainder, we closely follow Ch 10 in "Guide to LaTeX" 83 | Counters 84 | Original 85 | Creating 86 | Adjusting 87 | Printing 88 | User defined commands 89 | newcommand / renewcommand 90 | \bluesigma (no arguments) 91 | \FRAC (with arguments) 92 | \avec (with arguments) 93 | User defined environments 94 | newenvrionment 95 | renewenvrionemnt 96 | example 97 | exercise 98 | Example: Figure/Table numbering 99 | Provide commands for one numbering system 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/biblio/bibDB.bib: -------------------------------------------------------------------------------- 1 | %% This BibTeX bibliography file was created using BibDesk. 2 | %% http://bibdesk.sourceforge.net/ 3 | 4 | 5 | @article{zotova, 6 | Author = {Elena Zotova and Charles D Woody and Ehud Gruen}, 7 | Date-Added = {2009-10-30 16:29:19 -0700}, 8 | Date-Modified = {2009-10-30 16:29:56 -0700}, 9 | Journal = {Brain Research}, 10 | Pages = {66-78}, 11 | Title = {Multiple representations of information in the primary auditory cortex of cats: {I}{I}. Stability and change in early (<32ms), rapid components of activity after conditioning with a click conditioned stimulus}, 12 | Volume = {868}, 13 | Year = {2000}} 14 | 15 | @article{woody, 16 | Author = {Charles D Woody and Elena Zotova and Ehud Gruen}, 17 | Date-Added = {2009-10-30 16:28:20 -0700}, 18 | Date-Modified = {2009-10-30 16:29:17 -0700}, 19 | Journal = {Brain Research}, 20 | Pages = {56-65}, 21 | Title = {Multiple representations of information in the primary auditory cortex of cats: I. Stability and change in slow components of unit activity after conditioning with a click conditioned stimulus}, 22 | Volume = {868}, 23 | Year = {2000}} 24 | 25 | @article{victor, 26 | Author = {Jonathan Victor and Keith Purpura}, 27 | Date-Added = {2009-10-30 16:27:36 -0700}, 28 | Date-Modified = {2009-10-30 16:28:18 -0700}, 29 | Journal = {Journal of Neuroscience Methods}, 30 | Pages = {127-164}, 31 | Title = {Metric-space analysis of spike trains: theory, algorithms and application}, 32 | Volume = {8}, 33 | Year = {1997}} 34 | 35 | @phdthesis{tranbarger, 36 | Author = {Katherine E Tranbarger}, 37 | Title = {Point Process Prototypes, and Other Applications of Point Pattern Distance Metrics}, 38 | School = {University of California, Los Angeles}, 39 | Year = {2005}, 40 | Date-Added = {2009-10-30 16:26:45 -0700}, 41 | Date-Modified = {2009-10-30 16:27:33 -0700}} 42 | 43 | @article{schoenberg, 44 | Author = {Frederic P Schoenberg and Katherine E Tranbarger}, 45 | Date-Added = {2009-10-30 16:24:58 -0700}, 46 | Date-Modified = {2009-10-30 16:26:19 -0700}, 47 | Journal = {Environmetrics}, 48 | Pages = {271-286}, 49 | Title = {Description of earthquake aftershock sequences using prototype point processes}, 50 | Volume = {19}, 51 | Year = {2008}} 52 | 53 | @book{daley, 54 | Address = {New York}, 55 | Author = {Daryl J Daley and David Vere-Jones}, 56 | Date-Added = {2009-10-30 16:24:06 -0700}, 57 | Date-Modified = {2009-10-30 16:24:56 -0700}, 58 | Publisher = {Springer--Verlag}, 59 | Title = {An Introduction to the Theory of Point Processes, Volume 1: Elementary Theory and Methods}, 60 | Year = {2003}} 61 | 62 | @book{bellman, 63 | Address = {Princeton}, 64 | Author = {Richard E Bellman}, 65 | Date-Added = {2009-10-30 16:23:18 -0700}, 66 | Date-Modified = {2009-10-30 16:24:04 -0700}, 67 | Publisher = {Princeton University Press}, 68 | Title = {Dynamic Programming}, 69 | Year = {1957}} 70 | 71 | @article{aronov, 72 | Author = {Dmitriy Aronov}, 73 | Date-Added = {2009-10-30 14:52:04 -0700}, 74 | Date-Modified = {2009-10-30 14:54:29 -0700}, 75 | Journal = {Journal of Neuroscience Methods}, 76 | Pages = {175-179}, 77 | Title = {Fast algorithm for the metric-space analysis of simultaneous responses of multiple single neurons}, 78 | Volume = {124}, 79 | Year = {2003}} 80 | -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtexMathInLatex.tex: -------------------------------------------------------------------------------- 1 | \documentclass[slidestop,compress,mathserif]{beamer} 2 | \usetheme{Frankfurt} 3 | \usecolortheme{seagull} 4 | 5 | % Load packages 6 | \usepackage{alltt} 7 | \usepackage{verbatim} 8 | \usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots. 9 | \usepackage{graphicx} 10 | \usepackage{amssymb} 11 | \usepackage{amsmath} 12 | \usepackage{epstopdf} 13 | \usepackage{verbatim} 14 | %\usepackage{musixtex} 15 | %\usepackage{xymtexps} 16 | \usepackage{feynmp} 17 | 18 | %\usepackage{pgfpages} 19 | %\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm] 20 | 21 | \DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png} 22 | 23 | 24 | % Title 25 | % Note: [short title]{long title}, [short author(s) name]{long author(s) name} 26 | \title{Intro to LaTeX, Part II: \\Math, BibTeX, and Customization} 27 | \subtitle{} 28 | \author{David Diez} 29 | \institute{OpenIntro \\ \href{http://www.openintro.org}{openintro.org}} 30 | \date{} 31 | 32 | \begin{document} 33 | \definecolor{highlight}{rgb}{.7,.1,.1} 34 | \definecolor{command}{rgb}{.1,.1,.9} 35 | \definecolor{comment}{rgb}{1,0,0} 36 | \definecolor{braces}{rgb}{0,0.5,0} 37 | \newenvironment{act}[1]{{\color{command}#1}}{} 38 | \newcommand{\lcom}[1]{{\color{command}$\backslash$#1}} 39 | \newcommand{\larg}[1]{{\color{braces}$\{${\color{black}#1}$\}$}} 40 | \newcommand{\mathText}[1]{{\color{braces}\${\color{black}#1}\$}} 41 | 42 | 43 | \frame{ \titlepage } 44 | 45 | \begin{frame} 46 | \frametitle{Outline} 47 | \begin{itemize} 48 | \item Mathematics in LaTeX 49 | \item BibTeX: bibliographies in LaTeX 50 | \item Building your own commands and environments 51 | \item Miscellaneous tips 52 | \end{itemize} 53 | \end{frame} 54 | 55 | \begin{frame} \frametitle{Guide to LaTeX} 56 | The book \textit{Guide to LaTeX} offers a very nice introduction, and we will closely follow some of the examples in these chapters in this class: 57 | \begin{itemize} 58 | \item[7] math 59 | \item[11,12] BibTeX, and 60 | \item[10] custom commands and environments. 61 | \end{itemize} 62 | %If you are looking for a LaTeX resource, \textit{Guide to LaTeX} is a good choice. 63 | \end{frame} 64 | 65 | \part{} 66 | 67 | \include{math/math} 68 | \include{bibtex/bibtex} 69 | \include{comenv/comenv} 70 | 71 | \section[Wrap-up]{Wrap-up} 72 | \subsection[Wrap-up]{Wrap-up} 73 | 74 | \begin{frame} \frametitle{Organizer and time saver} 75 | The {\color{command}$\backslash$include} command is useful for long documents: 76 | \vspace{1mm} \\ 77 | \begin{itemize} 78 | \item[] {\color{command}$\backslash$include}{\color{braces}$\{${\color{black}otherDocName}$\}$} 79 | \end{itemize} 80 | \vspace{1mm} 81 | For instance, this presentation actually calls three separate documents: one for each big section. Thus I would not take time Typesetting parts of the document I was not working on while keeping organized: 82 | \vspace{1mm} \\ 83 | \begin{itemize} 84 | \item[] \lcom{include}\larg{math/math} {\color{red}\% ``math'' document in the ``math'' folder} 85 | \item[] {\color{red}\%$\backslash$include$\{${bibtex/bibtex}$\}$} 86 | \item[] {\color{red}\%$\backslash$include$\{${comenv/comenv}$\}$} 87 | \end{itemize} 88 | \end{frame} 89 | 90 | \begin{frame} \frametitle{Wrap-up} 91 | After this class, you should have a general idea of 92 | \vspace{1mm} \\ 93 | \begin{itemize} 94 | \item using the math modes in LaTeX, 95 | \item creating bibliographies using BibTeX, and 96 | \item creating your own commands and environments. 97 | \end{itemize} 98 | \vspace{1mm} 99 | Any questions? 100 | \end{frame} 101 | 102 | 103 | 104 | 105 | 106 | \end{document} -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtex/custom-bib/shorthnd.ins: -------------------------------------------------------------------------------- 1 | % File: shorthnd.ins 2 | %% Copyright 1998, 1999 Patrick W. Daly 3 | % Max-Planck-Institut f\"ur Aeronomie 4 | % Max-Planck-Str. 2 5 | % D-37191 Katlenburg-Lindau 6 | % Germany 7 | % E-mail: daly@linmpi.mpg.de 8 | %% 9 | %% This program can be redistributed and/or modified under the terms 10 | %% of the LaTeX Project Public License Distributed from CTAN 11 | %% archives in directory macros/latex/base/lppl.txt; either 12 | %% version 1 of the License, or any later version. 13 | % 14 | % It is part of the custom-bib collection, 15 | % a contribution to the LaTeX2e system. 16 | % 17 | % \ProvidesFile{shorthnd.ins}[1998/08/17 1.2 (PWD)] 18 | % 19 | % PURPOSE: lists the shorthand names for the journals that are prestored 20 | % in various .mbs files, for combining into customized .bst 21 | % files (BibTeX bibliography style files) 22 | % 23 | % USE: Process this file with TeX or LaTeX; this creates a file named 24 | % shorthnd.tex 25 | % which when LaTeXed lists the shorthands and full journal names 26 | % in the various .mbs files. 27 | % Requires the longtable package in the tools bundle. 28 | % Also produces 29 | % geophys.tex 30 | % containing only names in geojour.mbs and physjour.mbs 31 | % which are those supplied with the geophysics journals 32 | % 33 | % NOTE: Add your own list of journal shorthnds by adding its name 34 | % to the list below. 35 | % 36 | %<*a&!a> 37 | \input docstrip 38 | 39 | \preamble 40 | =============================================== 41 | IMPORTANT NOTICE 42 | See below for the copyright and distribution conditions. 43 | 44 | This is a generated file. 45 | It may be distributed without the source files listed above. 46 | =============================================== 47 | \endpreamble 48 | 49 | % \postamble 50 | % \endpostamble 51 | 52 | \def\MBSopt{} % for full names 53 | %\def\MBSopt{jabr} % for abbreviated names 54 | 55 | \keepsilent 56 | 57 | \askforoverwritefalse 58 | 59 | \generate{\file{shorthnd.tex}{\from{shorthnd.ins}{head} 60 | \from{physjour.mbs}{\MBSopt} 61 | \from{geojour.mbs}{\MBSopt} 62 | \from{photjour.mbs}{\MBSopt} 63 | \from{suppjour.mbs}{\MBSopt} 64 | \from{shorthnd.ins}{tail}} 65 | \file{geophys.tex}{\from{shorthnd.ins}{head} 66 | \from{physjour.mbs}{\MBSopt} 67 | \from{geojour.mbs}{\MBSopt} 68 | \from{shorthnd.ins}{tail}} 69 | } 70 | 71 | \Msg{************************************} 72 | \Msg{* Now LaTeX the file shorthnd.tex} 73 | \Msg{* to obtain a listing of journal} 74 | \Msg{* shorthand names in the .mbs files.} 75 | \Msg{* (You must have the longtable package.)} 76 | \Msg{************************************} 77 | 78 | \endbatchfile 79 | % 80 | %<*head> 81 | \documentclass{article} 82 | \usepackage{longtable} 83 | 84 | \def\ACRO{\begingroup\catcode`\M=11\relax\catcode`\"=9\relax\acro} 85 | \def\acro#1#2{\endgroup\ttfamily#1 & \raggedright #2 \tabularnewline} 86 | \def\PF#1[#2]{\\\hline\multicolumn{2}{c}{File: \texttt{#1}, version: #2 87 | \rule[-.75em]{0pt}{2em}}\\\hline\\[-1ex]} 88 | \setlength{\parindent}{0pt} 89 | \setlength{\parskip}{1ex} 90 | 91 | \pagestyle{myheadings} 92 | \markright{List of Journal Shorthands} 93 | \begin{document} 94 | 95 | \title 96 | {List of the Shorthands for Journal Names in Various \texttt{.mbs} Files} 97 | 98 | \author{Patrick W. Daly} 99 | 100 | \date{This is part of the \texttt{makebst} or \texttt{custom-bib} bundle} 101 | 102 | \maketitle 103 | 104 | \newcommand{\btx}{\textsc{Bib}\TeX} 105 | 106 | The shorthands here may be used in \btx\ database (\texttt{.bib}) files in 107 | place of the full journal name. For example, instead of 108 | \begin{verbatim} 109 | journal = "Phys. Rev.", 110 | \end{verbatim} 111 | it is sufficient to give 112 | \begin{verbatim} 113 | journal = pr, 114 | \end{verbatim} 115 | The advantage of this is not only the convenience of typing a shorter form, 116 | but also the automatic switching between the abbreviated (here ``Phys.\ 117 | Rev.'')\ and full forms (``Physical Review'') depending on the bibliographic 118 | style file. Thus the one database entry is reformatted automatically. 119 | 120 | There is a set of standard shorthands for computing science included in the 121 | original \texttt{plain.bst}, \texttt{abbrv.bst}, \texttt{unsrt.bst}, and 122 | \texttt{alpha.bst} files. These are built into \texttt{merlin.mbs} and are 123 | always present in every \texttt{.bst} file generated from it. 124 | 125 | Whether or not the shorthand is present in your \texttt{.bst} file depends on 126 | the inclusion of the proper \texttt{.mbs} source file during its creation with 127 | the \texttt{makebst} program. Check the heading to the \texttt{.bst} file 128 | to find out what source files went into its generation. 129 | 130 | You may make up your own list of journal names, abbreviated and full, by using 131 | one of the existing \texttt{.mbs} files as a model. Include its name in 132 | \texttt{shorthnd.ins} to obtain a listing of its shorthands too. 133 | 134 | \newpage 135 | 136 | \begingroup 137 | \centering 138 | \def\PC#1{\ifx#1\ProvidesFile \let\next=#1\else\let\next=\skipline\fi\next} 139 | \def\skipline{\begingroup\catcode`\^^M=12 \SKPLNE} 140 | {\catcode`\^^M=12 \endlinechar=-1 \gdef\SKPLNE#1^^M{\endgroup}} 141 | \let\ProvidesFile=\PF 142 | \catcode`\%=\active 143 | \let%=\PC 144 | \catcode`\M=0 145 | \begin{longtable}{lp{6cm}} 146 | \PF{merlin.mbs}[(all)] 147 | MACRO {acmcs} {"ACM Computing Surveys"} 148 | MACRO {acta} {"Acta Informatica"} 149 | MACRO {cacm} {"Communications of the ACM"} 150 | MACRO {ibmjrd} {"IBM Journal of Research and Development"} 151 | MACRO {ibmsj} {"IBM Systems Journal"} 152 | MACRO {ieeese} {"IEEE Transactions on Software Engineering"} 153 | MACRO {ieeetc} {"IEEE Transactions on Computers"} 154 | MACRO {ieeetcad} 155 | {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} 156 | MACRO {ipl} {"Information Processing Letters"} 157 | MACRO {jacm} {"Journal of the ACM"} 158 | MACRO {jcss} {"Journal of Computer and System Sciences"} 159 | MACRO {scp} {"Science of Computer Programming"} 160 | MACRO {sicomp} {"SIAM Journal on Computing"} 161 | MACRO {tocs} {"ACM Transactions on Computer Systems"} 162 | MACRO {tods} {"ACM Transactions on Database Systems"} 163 | MACRO {tog} {"ACM Transactions on Graphics"} 164 | MACRO {toms} {"ACM Transactions on Mathematical Software"} 165 | MACRO {toois} {"ACM Transactions on Office Information Systems"} 166 | MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} 167 | MACRO {tcs} {"Theoretical Computer Science"} 168 | % 169 | %<*tail> 170 | \end{longtable} 171 | \endgroup 172 | \end{document} 173 | % 174 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/custom-bib/shorthnd.ins: -------------------------------------------------------------------------------- 1 | % File: shorthnd.ins 2 | %% Copyright 1998, 1999 Patrick W. Daly 3 | % Max-Planck-Institut f\"ur Aeronomie 4 | % Max-Planck-Str. 2 5 | % D-37191 Katlenburg-Lindau 6 | % Germany 7 | % E-mail: daly@linmpi.mpg.de 8 | %% 9 | %% This program can be redistributed and/or modified under the terms 10 | %% of the LaTeX Project Public License Distributed from CTAN 11 | %% archives in directory macros/latex/base/lppl.txt; either 12 | %% version 1 of the License, or any later version. 13 | % 14 | % It is part of the custom-bib collection, 15 | % a contribution to the LaTeX2e system. 16 | % 17 | % \ProvidesFile{shorthnd.ins}[1998/08/17 1.2 (PWD)] 18 | % 19 | % PURPOSE: lists the shorthand names for the journals that are prestored 20 | % in various .mbs files, for combining into customized .bst 21 | % files (BibTeX bibliography style files) 22 | % 23 | % USE: Process this file with TeX or LaTeX; this creates a file named 24 | % shorthnd.tex 25 | % which when LaTeXed lists the shorthands and full journal names 26 | % in the various .mbs files. 27 | % Requires the longtable package in the tools bundle. 28 | % Also produces 29 | % geophys.tex 30 | % containing only names in geojour.mbs and physjour.mbs 31 | % which are those supplied with the geophysics journals 32 | % 33 | % NOTE: Add your own list of journal shorthnds by adding its name 34 | % to the list below. 35 | % 36 | %<*a&!a> 37 | \input docstrip 38 | 39 | \preamble 40 | =============================================== 41 | IMPORTANT NOTICE 42 | See below for the copyright and distribution conditions. 43 | 44 | This is a generated file. 45 | It may be distributed without the source files listed above. 46 | =============================================== 47 | \endpreamble 48 | 49 | % \postamble 50 | % \endpostamble 51 | 52 | \def\MBSopt{} % for full names 53 | %\def\MBSopt{jabr} % for abbreviated names 54 | 55 | \keepsilent 56 | 57 | \askforoverwritefalse 58 | 59 | \generate{\file{shorthnd.tex}{\from{shorthnd.ins}{head} 60 | \from{physjour.mbs}{\MBSopt} 61 | \from{geojour.mbs}{\MBSopt} 62 | \from{photjour.mbs}{\MBSopt} 63 | \from{suppjour.mbs}{\MBSopt} 64 | \from{shorthnd.ins}{tail}} 65 | \file{geophys.tex}{\from{shorthnd.ins}{head} 66 | \from{physjour.mbs}{\MBSopt} 67 | \from{geojour.mbs}{\MBSopt} 68 | \from{shorthnd.ins}{tail}} 69 | } 70 | 71 | \Msg{************************************} 72 | \Msg{* Now LaTeX the file shorthnd.tex} 73 | \Msg{* to obtain a listing of journal} 74 | \Msg{* shorthand names in the .mbs files.} 75 | \Msg{* (You must have the longtable package.)} 76 | \Msg{************************************} 77 | 78 | \endbatchfile 79 | % 80 | %<*head> 81 | \documentclass{article} 82 | \usepackage{longtable} 83 | 84 | \def\ACRO{\begingroup\catcode`\M=11\relax\catcode`\"=9\relax\acro} 85 | \def\acro#1#2{\endgroup\ttfamily#1 & \raggedright #2 \tabularnewline} 86 | \def\PF#1[#2]{\\\hline\multicolumn{2}{c}{File: \texttt{#1}, version: #2 87 | \rule[-.75em]{0pt}{2em}}\\\hline\\[-1ex]} 88 | \setlength{\parindent}{0pt} 89 | \setlength{\parskip}{1ex} 90 | 91 | \pagestyle{myheadings} 92 | \markright{List of Journal Shorthands} 93 | \begin{document} 94 | 95 | \title 96 | {List of the Shorthands for Journal Names in Various \texttt{.mbs} Files} 97 | 98 | \author{Patrick W. Daly} 99 | 100 | \date{This is part of the \texttt{makebst} or \texttt{custom-bib} bundle} 101 | 102 | \maketitle 103 | 104 | \newcommand{\btx}{\textsc{Bib}\TeX} 105 | 106 | The shorthands here may be used in \btx\ database (\texttt{.bib}) files in 107 | place of the full journal name. For example, instead of 108 | \begin{verbatim} 109 | journal = "Phys. Rev.", 110 | \end{verbatim} 111 | it is sufficient to give 112 | \begin{verbatim} 113 | journal = pr, 114 | \end{verbatim} 115 | The advantage of this is not only the convenience of typing a shorter form, 116 | but also the automatic switching between the abbreviated (here ``Phys.\ 117 | Rev.'')\ and full forms (``Physical Review'') depending on the bibliographic 118 | style file. Thus the one database entry is reformatted automatically. 119 | 120 | There is a set of standard shorthands for computing science included in the 121 | original \texttt{plain.bst}, \texttt{abbrv.bst}, \texttt{unsrt.bst}, and 122 | \texttt{alpha.bst} files. These are built into \texttt{merlin.mbs} and are 123 | always present in every \texttt{.bst} file generated from it. 124 | 125 | Whether or not the shorthand is present in your \texttt{.bst} file depends on 126 | the inclusion of the proper \texttt{.mbs} source file during its creation with 127 | the \texttt{makebst} program. Check the heading to the \texttt{.bst} file 128 | to find out what source files went into its generation. 129 | 130 | You may make up your own list of journal names, abbreviated and full, by using 131 | one of the existing \texttt{.mbs} files as a model. Include its name in 132 | \texttt{shorthnd.ins} to obtain a listing of its shorthands too. 133 | 134 | \newpage 135 | 136 | \begingroup 137 | \centering 138 | \def\PC#1{\ifx#1\ProvidesFile \let\next=#1\else\let\next=\skipline\fi\next} 139 | \def\skipline{\begingroup\catcode`\^^M=12 \SKPLNE} 140 | {\catcode`\^^M=12 \endlinechar=-1 \gdef\SKPLNE#1^^M{\endgroup}} 141 | \let\ProvidesFile=\PF 142 | \catcode`\%=\active 143 | \let%=\PC 144 | \catcode`\M=0 145 | \begin{longtable}{lp{6cm}} 146 | \PF{merlin.mbs}[(all)] 147 | MACRO {acmcs} {"ACM Computing Surveys"} 148 | MACRO {acta} {"Acta Informatica"} 149 | MACRO {cacm} {"Communications of the ACM"} 150 | MACRO {ibmjrd} {"IBM Journal of Research and Development"} 151 | MACRO {ibmsj} {"IBM Systems Journal"} 152 | MACRO {ieeese} {"IEEE Transactions on Software Engineering"} 153 | MACRO {ieeetc} {"IEEE Transactions on Computers"} 154 | MACRO {ieeetcad} 155 | {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} 156 | MACRO {ipl} {"Information Processing Letters"} 157 | MACRO {jacm} {"Journal of the ACM"} 158 | MACRO {jcss} {"Journal of Computer and System Sciences"} 159 | MACRO {scp} {"Science of Computer Programming"} 160 | MACRO {sicomp} {"SIAM Journal on Computing"} 161 | MACRO {tocs} {"ACM Transactions on Computer Systems"} 162 | MACRO {tods} {"ACM Transactions on Database Systems"} 163 | MACRO {tog} {"ACM Transactions on Graphics"} 164 | MACRO {toms} {"ACM Transactions on Mathematical Software"} 165 | MACRO {toois} {"ACM Transactions on Office Information Systems"} 166 | MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} 167 | MACRO {tcs} {"Theoretical Computer Science"} 168 | % 169 | %<*tail> 170 | \end{longtable} 171 | \endgroup 172 | \end{document} 173 | % 174 | -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtexMathInLatex.nav: -------------------------------------------------------------------------------- 1 | \beamer@endinputifotherversion {3.33pt} 2 | \headcommand {\slideentry {0}{0}{1}{1/1}{}{0}} 3 | \headcommand {\beamer@framepages {1}{1}} 4 | \headcommand {\slideentry {0}{0}{2}{2/2}{}{0}} 5 | \headcommand {\beamer@framepages {2}{2}} 6 | \headcommand {\slideentry {0}{0}{3}{3/3}{}{0}} 7 | \headcommand {\beamer@framepages {3}{3}} 8 | \headcommand {\sectionentry {1}{Math}{4}{Math}{1}} 9 | \headcommand {\beamer@sectionpages {4}{3}} 10 | \headcommand {\beamer@subsectionpages {4}{3}} 11 | \headcommand {\beamer@subsectionentry {1}{1}{1}{4}{Mathematics}}\headcommand {\beamer@subsectionpages {4}{3}} 12 | \headcommand {\slideentry {1}{1}{1}{4/4}{Mathematics}{1}} 13 | \headcommand {\beamer@framepages {4}{4}} 14 | \headcommand {\beamer@subsectionentry {1}{1}{2}{5}{Inserting math}}\headcommand {\beamer@subsectionpages {4}{4}} 15 | \headcommand {\slideentry {1}{2}{1}{5/5}{Inserting math}{1}} 16 | \headcommand {\beamer@framepages {5}{5}} 17 | \headcommand {\slideentry {1}{2}{2}{6/6}{Inserting math}{1}} 18 | \headcommand {\beamer@framepages {6}{6}} 19 | \headcommand {\slideentry {1}{2}{3}{7/7}{Inserting math}{1}} 20 | \headcommand {\beamer@framepages {7}{7}} 21 | \headcommand {\slideentry {1}{2}{4}{8/8}{Inserting math}{1}} 22 | \headcommand {\beamer@framepages {8}{8}} 23 | \headcommand {\slideentry {1}{2}{5}{9/9}{Inserting math}{1}} 24 | \headcommand {\beamer@framepages {9}{9}} 25 | \headcommand {\beamer@subsectionentry {1}{1}{3}{10}{Mathematics and symbols}}\headcommand {\beamer@subsectionpages {5}{9}} 26 | \headcommand {\slideentry {1}{3}{1}{10/10}{Mathematics and symbols}{1}} 27 | \headcommand {\beamer@framepages {10}{10}} 28 | \headcommand {\slideentry {1}{3}{2}{11/11}{Mathematics and symbols}{1}} 29 | \headcommand {\beamer@framepages {11}{11}} 30 | \headcommand {\slideentry {1}{3}{3}{12/12}{Mathematics and symbols}{1}} 31 | \headcommand {\beamer@framepages {12}{12}} 32 | \headcommand {\slideentry {1}{3}{4}{13/13}{Mathematics and symbols}{1}} 33 | \headcommand {\beamer@framepages {13}{13}} 34 | \headcommand {\slideentry {1}{3}{5}{14/14}{Mathematics and symbols}{1}} 35 | \headcommand {\beamer@framepages {14}{14}} 36 | \headcommand {\slideentry {1}{3}{6}{15/15}{Mathematics and symbols}{1}} 37 | \headcommand {\beamer@framepages {15}{15}} 38 | \headcommand {\slideentry {1}{3}{7}{16/16}{Mathematics and symbols}{1}} 39 | \headcommand {\beamer@framepages {16}{16}} 40 | \headcommand {\beamer@subsectionentry {1}{1}{4}{17}{Final items}}\headcommand {\beamer@subsectionpages {10}{16}} 41 | \headcommand {\slideentry {1}{4}{1}{17/17}{Final items}{1}} 42 | \headcommand {\beamer@framepages {17}{17}} 43 | \headcommand {\slideentry {1}{4}{2}{18/18}{Final items}{1}} 44 | \headcommand {\beamer@framepages {18}{18}} 45 | \headcommand {\slideentry {1}{4}{3}{19/19}{Final items}{1}} 46 | \headcommand {\beamer@framepages {19}{19}} 47 | \headcommand {\partentry {}{1}} 48 | \headcommand {\beamer@partpages {1}{3}} 49 | \headcommand {\beamer@sectionpages {1}{3}} 50 | \headcommand {\beamer@subsectionpages {1}{3}} 51 | \headcommand {\sectionentry {2}{BibTeX}{20}{BibTeX}{1}} 52 | \headcommand {\beamer@sectionpages {4}{19}} 53 | \headcommand {\beamer@subsectionpages {17}{19}} 54 | \headcommand {\beamer@subsectionentry {1}{2}{1}{20}{Welcome to BibTeX}}\headcommand {\beamer@subsectionpages {20}{19}} 55 | \headcommand {\slideentry {2}{1}{1}{20/20}{Welcome to BibTeX}{1}} 56 | \headcommand {\beamer@framepages {20}{20}} 57 | \headcommand {\slideentry {2}{1}{2}{21/21}{Welcome to BibTeX}{1}} 58 | \headcommand {\beamer@framepages {21}{21}} 59 | \headcommand {\slideentry {2}{1}{3}{22/22}{Welcome to BibTeX}{1}} 60 | \headcommand {\beamer@framepages {22}{22}} 61 | \headcommand {\beamer@subsectionentry {1}{2}{2}{23}{Building the database}}\headcommand {\beamer@subsectionpages {20}{22}} 62 | \headcommand {\slideentry {2}{2}{1}{23/23}{Building the database}{1}} 63 | \headcommand {\beamer@framepages {23}{23}} 64 | \headcommand {\slideentry {2}{2}{2}{24/24}{Building the database}{1}} 65 | \headcommand {\beamer@framepages {24}{24}} 66 | \headcommand {\slideentry {2}{2}{3}{25/25}{Building the database}{1}} 67 | \headcommand {\beamer@framepages {25}{25}} 68 | \headcommand {\slideentry {2}{2}{4}{26/26}{Building the database}{1}} 69 | \headcommand {\beamer@framepages {26}{26}} 70 | \headcommand {\slideentry {2}{2}{5}{27/27}{Building the database}{1}} 71 | \headcommand {\beamer@framepages {27}{27}} 72 | \headcommand {\slideentry {2}{2}{6}{28/28}{Building the database}{1}} 73 | \headcommand {\beamer@framepages {28}{28}} 74 | \headcommand {\beamer@subsectionentry {1}{2}{3}{29}{Citing a reference}}\headcommand {\beamer@subsectionpages {23}{28}} 75 | \headcommand {\slideentry {2}{3}{1}{29/29}{Citing a reference}{1}} 76 | \headcommand {\beamer@framepages {29}{29}} 77 | \headcommand {\slideentry {2}{3}{2}{30/30}{Citing a reference}{1}} 78 | \headcommand {\beamer@framepages {30}{30}} 79 | \headcommand {\beamer@subsectionentry {1}{2}{4}{31}{Typesetting}}\headcommand {\beamer@subsectionpages {29}{30}} 80 | \headcommand {\slideentry {2}{4}{1}{31/31}{Typesetting}{1}} 81 | \headcommand {\beamer@framepages {31}{31}} 82 | \headcommand {\beamer@subsectionentry {1}{2}{5}{32}{Building your own style file (the easy way)}}\headcommand {\beamer@subsectionpages {31}{31}} 83 | \headcommand {\slideentry {2}{5}{1}{32/32}{Building your own style file (the easy way)}{1}} 84 | \headcommand {\beamer@framepages {32}{32}} 85 | \headcommand {\slideentry {2}{5}{2}{33/33}{Building your own style file (the easy way)}{1}} 86 | \headcommand {\beamer@framepages {33}{33}} 87 | \headcommand {\beamer@subsectionentry {1}{2}{6}{34}{Practice}}\headcommand {\beamer@subsectionpages {32}{33}} 88 | \headcommand {\slideentry {2}{6}{1}{34/34}{Practice}{1}} 89 | \headcommand {\beamer@framepages {34}{34}} 90 | \headcommand {\sectionentry {3}{Customization}{35}{Customization}{1}} 91 | \headcommand {\beamer@sectionpages {20}{34}} 92 | \headcommand {\beamer@subsectionpages {34}{34}} 93 | \headcommand {\beamer@subsectionentry {1}{3}{1}{35}{To be covered}}\headcommand {\beamer@subsectionpages {35}{34}} 94 | \headcommand {\slideentry {3}{1}{1}{35/35}{To be covered}{1}} 95 | \headcommand {\beamer@framepages {35}{35}} 96 | \headcommand {\beamer@subsectionentry {1}{3}{2}{36}{Counters}}\headcommand {\beamer@subsectionpages {35}{35}} 97 | \headcommand {\slideentry {3}{2}{1}{36/36}{Counters}{1}} 98 | \headcommand {\beamer@framepages {36}{36}} 99 | \headcommand {\slideentry {3}{2}{2}{37/37}{Counters}{1}} 100 | \headcommand {\beamer@framepages {37}{37}} 101 | \headcommand {\slideentry {3}{2}{3}{38/38}{Counters}{1}} 102 | \headcommand {\beamer@framepages {38}{38}} 103 | \headcommand {\slideentry {3}{2}{4}{39/39}{Counters}{1}} 104 | \headcommand {\beamer@framepages {39}{39}} 105 | \headcommand {\beamer@subsectionentry {1}{3}{3}{40}{Commands}}\headcommand {\beamer@subsectionpages {36}{39}} 106 | \headcommand {\slideentry {3}{3}{1}{40/40}{Commands}{1}} 107 | \headcommand {\beamer@framepages {40}{40}} 108 | \headcommand {\slideentry {3}{3}{2}{41/41}{Commands}{1}} 109 | \headcommand {\beamer@framepages {41}{41}} 110 | \headcommand {\slideentry {3}{3}{3}{42/42}{Commands}{1}} 111 | \headcommand {\beamer@framepages {42}{42}} 112 | \headcommand {\beamer@subsectionentry {1}{3}{4}{43}{Environments}}\headcommand {\beamer@subsectionpages {40}{42}} 113 | \headcommand {\slideentry {3}{4}{1}{43/43}{Environments}{1}} 114 | \headcommand {\beamer@framepages {43}{43}} 115 | \headcommand {\slideentry {3}{4}{2}{44/44}{Environments}{1}} 116 | \headcommand {\beamer@framepages {44}{44}} 117 | \headcommand {\slideentry {3}{4}{3}{45/45}{Environments}{1}} 118 | \headcommand {\beamer@framepages {45}{45}} 119 | \headcommand {\sectionentry {4}{Wrap-up}{46}{Wrap-up}{1}} 120 | \headcommand {\beamer@sectionpages {35}{45}} 121 | \headcommand {\beamer@subsectionpages {43}{45}} 122 | \headcommand {\beamer@subsectionentry {1}{4}{1}{46}{Wrap-up}}\headcommand {\beamer@subsectionpages {46}{45}} 123 | \headcommand {\slideentry {4}{1}{1}{46/46}{Wrap-up}{1}} 124 | \headcommand {\beamer@framepages {46}{46}} 125 | \headcommand {\slideentry {4}{1}{2}{47/47}{Wrap-up}{1}} 126 | \headcommand {\beamer@framepages {47}{47}} 127 | \headcommand {\beamer@partpages {4}{47}} 128 | \headcommand {\beamer@subsectionpages {46}{47}} 129 | \headcommand {\beamer@sectionpages {46}{47}} 130 | \headcommand {\beamer@documentpages {47}} 131 | \headcommand {\def \inserttotalframenumber {47}} 132 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/custom-bib/slovene.mbs: -------------------------------------------------------------------------------- 1 | %\iffalse THIS IS A META COMMENT 2 | % File: slovene.mbs 3 | % Copyright 2002 Primo\v z Peterlin 4 | % Univerza v Ljubljani 5 | % Medicinska fakulteta 6 | % In\v stitut za biofiziko 7 | % Lipi\v ceva 2 8 | % SI-1000 Ljubljana 9 | % Slovenia 10 | % E-mail: primoz.peterlin@biofiz.mf.uni-lj.si 11 | % 12 | % This program can be redistributed and/or modified under the terms 13 | % of the LaTeX Project Public License Distributed from CTAN 14 | % archives in directory macros/latex/base/lppl.txt; either 15 | % version 1 of the License, or any later version. 16 | % 17 | % It is part of the custom-bib collection, 18 | % a contribution to the LaTeX2e system. 19 | %==================================================================== 20 | % A Language Definition File: SLOVENE 21 | % to be included with other master bibliography style files 22 | %-------------------------------------------------------------------- 23 | % (See version and date in the \ProvidesFile command below) 24 | %-------------------------------------------------------------------- 25 | % This file is self-documenting: simply LaTeX it! 26 | %==================================================================== 27 | % 28 | %------------------------------------------------------------------- 29 | % Begin module: 30 | %\fi 31 | % \ProvidesFile{slovene.mbs}[2003/11/06 4.2 (PP/PWD)] 32 | %\iffalse 33 | %<*a&!a> 34 | % The following ensures that the driver part is not seen by makebst 35 | % The driver part must not contain any \end other than \end{document} ! 36 | \ifx\endoptions\undefined\let\tempx=\relax\else 37 | \long\def\tempx#1\end#2{}\fi\tempx 38 | % 39 | %<*driver> 40 | \NeedsTeXFormat{LaTeX2e}% 41 | \documentclass[a4paper,10pt,twoside]{article}% 42 | \usepackage{doc}% 43 | \raggedbottom 44 | \CodelineNumbered 45 | \RecordChanges 46 | % Comment out next line to print coding 47 | \OnlyDescription 48 | \setlength{\oddsidemargin}{0.5\paperwidth} 49 | \addtolength{\oddsidemargin}{-0.5\textwidth} 50 | \addtolength{\oddsidemargin}{-1in} 51 | \setlength{\evensidemargin}{\oddsidemargin} 52 | 53 | \begin{document} 54 | \DocInput{slovene.mbs} 55 | \end{document} 56 | % 57 | % END OF META COMMENT \fi 58 | % \CharacterTable 59 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 60 | % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z 61 | % Digits \0\1\2\3\4\5\6\7\8\9 62 | % Exclamation \! Double quote \" Hash (number) \# 63 | % Dollar \$ Percent \% Ampersand \& 64 | % Acute accent \' Left paren \( Right paren \) 65 | % Asterisk \* Plus \+ Comma \, 66 | % Minus \- Point \. Solidus \/ 67 | % Colon \: Semicolon \; Less than \< 68 | % Equals \= Greater than \> Question mark \? 69 | % Commercial at \@ Left bracket \[ Backslash \\ 70 | % Right bracket \] Circumflex \^ Underscore \_ 71 | % Grave accent \` Left brace \{ Vertical bar \| 72 | % Right brace \} Tilde \~} 73 | % 74 | % \setcounter{StandardModuleDepth}{1} 75 | % \setcounter{IndexColumns}{2} 76 | % \setlength{\IndexMin}{10cm} 77 | % 78 | % \changes{1.0}{2002 Aug 29}{Initial version} 79 | % \changes{4.0a}{2002 Oct 18}{Add number suppression} 80 | % \changes{4.2}{2003 Nov 6}{Fix comma separator, consistent with \texttt{makebst} 4.1} 81 | % 82 | % \pagestyle{myheadings} 83 | % \markboth{P. Peterlin}{Slovenian Bibliographies} 84 | % 85 | % \title{{\bfseries Slovene Language Definition File}\\ 86 | % for master bibliographic style files} 87 | % 88 | % \author{Primo\v z Peterlin} 89 | % 90 | % \GetFileInfo{slovene.mbs} 91 | % \date{This paper describes file \texttt{\filename},\\ 92 | % version \fileversion{} from \filedate} 93 | % 94 | % \maketitle 95 | % 96 | % \MakeShortVerb{\|} 97 | % 98 | % \parskip=1ex \parindent=0pt 99 | % 100 | % \newcommand{\btx}{{\sc Bib}\TeX} 101 | % \newcommand{\dtx}{\textsf{docstrip}} 102 | % 103 | % \section{Introduction} 104 | % This file is to be used as a language definition file with master 105 | % bibliographic files. The language it defines is 106 | % \begin{quote}\bfseries Slovene\end{quote} 107 | % 108 | % This is not a self-sufficient \texttt{.mbs} file, but rather may 109 | % be used together with one that contains language support via 110 | % external definition files. 111 | % 112 | % See the documentation for \texttt{makebst} for formatting details. 113 | % 114 | % \section{The Menu Information} 115 | % 116 | % All the menu information is nested between \dtx{} guard options 117 | % |%<*options>| \dots\ |%|, and the last command is 118 | % |\endoptions|. The rest of the file is nested between |%<*!options&!driver>| 119 | % \dots\ |%| in order to exclude it if \dtx{} is used to 120 | % extract only the menu information or the documentation driver. 121 | % 122 | % \begin{macrocode} 123 | %<*options> 124 | \mes{^^JOptions for SLOVENE} 125 | \wr{\spsp\spsp slovene,\pc: Slovene language} 126 | 127 | 128 | \mes{^^JABBREVIATE WORD `STRANI':} 129 | \optdef{*}{}{`Stran(i)'}{(no abbreviation)} 130 | \optdef{a}{pp}{`Strani abbreviated}{as str.} 131 | \optdef{x}{ppx}{`Strani omitted}{} 132 | \getans 133 | 134 | \mes{^^JOTHER ABBREVIATIONS:} 135 | \optdef{*}{}{No abbreviations}{of zvezek, izdaja, poglavje} 136 | \optdef{a}{abr}{Abbreviations}{of such words} 137 | \getans 138 | 139 | \mes{^^JEDITION NUMBERS:} 140 | \optdef{*}{xedn}{Editions as in database}{saving much processing memory} 141 | \optdef{w}{}{Write out editions}{as prva, druga, tretja, etc} 142 | \optdef{n}{ord}{Numerical editions}{as 1., 2., 3., etc} 143 | \getans 144 | 145 | \mes{^^JALTERNATIVE FOR PHD THESIS:} 146 | \optdef{*}{sl-phd}{PhD as `Doktorsko delo'}{} 147 | \optdef{d}{}{PhD as `Disertacija'}{} 148 | \getans 149 | 150 | \endoptions 151 | % 152 | % \end{macrocode} 153 | % 154 | % \StopEventually{\PrintChanges} 155 | % 156 | % \section{The Coding} 157 | % \begin{macrocode} 158 | %<*!options&!driver> 159 | 160 | % The language selected here is SLOVENE 161 | FUNCTION {bbl.and} 162 | { "in"} 163 | 164 | FUNCTION {bbl.etal} 165 | { "in~sod." } 166 | 167 | FUNCTION {bbl.editors} 168 | %{ "Uredniki" } 169 | %{ "ur." } 170 | 171 | FUNCTION {bbl.editor} 172 | %{ "Urednik" } 173 | %{ "ur." } 174 | 175 | FUNCTION {bbl.edby} 176 | { "uredil" } 177 | 178 | FUNCTION {bbl.edition} 179 | %{ "izdaja" } 180 | %{ "izd." } 181 | 182 | FUNCTION {bbl.volume} 183 | %{ "zvezek" } 184 | %{ "zv." } 185 | 186 | FUNCTION {bbl.of} 187 | { "od" } 188 | 189 | FUNCTION {bbl.number} 190 | %{ "\v{s}tevilka" } 191 | %{ "\v{s}t." } 192 | 193 | FUNCTION {bbl.nr} 194 | { "\v{s}t." } 195 | 196 | FUNCTION {bbl.in} 197 | { "v" } 198 | 199 | FUNCTION {bbl.pages} 200 | %{ "strani" } 201 | %{ "str." } 202 | %{ "" } 203 | 204 | FUNCTION {bbl.page} 205 | %{ "stran" } 206 | %{ "str." } 207 | %{ "" } 208 | 209 | FUNCTION {bbl.chapter} 210 | %{ "poglavje" } 211 | %{ "pogl." } 212 | 213 | FUNCTION {bbl.techrep} 214 | %{ "{Tehni\v cno poro\v cilo}" } 215 | %{ "{Tehn.\ por.}" } 216 | 217 | FUNCTION {bbl.mthesis} 218 | { "{Magistrsko delo}" } 219 | 220 | FUNCTION {bbl.phdthesis} 221 | %{ "{Doktorsko delo}" } 222 | %{ "Disertacija" } 223 | 224 | %<*!xedn> 225 | FUNCTION {bbl.first} 226 | %{ "prva" } 227 | %{ "1." } 228 | 229 | FUNCTION {bbl.second} 230 | %{ "druga" } 231 | %{ "2." } 232 | 233 | FUNCTION {bbl.third} 234 | %{ "tretja" } 235 | %{ "3." } 236 | 237 | FUNCTION {bbl.fourth} 238 | %{ "\v{c}etrta" } 239 | %{ "4." } 240 | 241 | FUNCTION {bbl.fifth} 242 | %{ "peta" } 243 | %{ "5." } 244 | 245 | FUNCTION {bbl.th} 246 | { "." } 247 | 248 | % 249 | %<*!abr> 250 | MACRO {jan} {"januar"} 251 | 252 | MACRO {feb} {"februar"} 253 | 254 | MACRO {mar} {"marec"} 255 | 256 | MACRO {apr} {"april"} 257 | 258 | MACRO {may} {"maj"} 259 | 260 | MACRO {jun} {"junij"} 261 | 262 | MACRO {jul} {"julij"} 263 | 264 | MACRO {aug} {"avgust"} 265 | 266 | MACRO {sep} {"september"} 267 | 268 | MACRO {oct} {"oktober"} 269 | 270 | MACRO {nov} {"november"} 271 | 272 | MACRO {dec} {"december"} 273 | 274 | % 275 | %<*abr> 276 | MACRO {jan} {"jan."} 277 | 278 | MACRO {feb} {"feb."} 279 | 280 | MACRO {mar} {"mar."} 281 | 282 | MACRO {apr} {"apr."} 283 | 284 | MACRO {may} {"maj"} 285 | 286 | MACRO {jun} {"jun."} 287 | 288 | MACRO {jul} {"jul."} 289 | 290 | MACRO {aug} {"avg."} 291 | 292 | MACRO {sep} {"sep."} 293 | 294 | MACRO {oct} {"okt."} 295 | 296 | MACRO {nov} {"nov."} 297 | 298 | MACRO {dec} {"dec."} 299 | 300 | % 301 | % 302 | % End module: slovene.mbs 303 | % \end{macrocode} 304 | % \Finale 305 | -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtex/custom-bib/svenska.mbs: -------------------------------------------------------------------------------- 1 | %\iffalse THIS IS A META COMMENT 2 | % File: svenska.mbs 3 | % Copyright 1995-1999 Patrick W Daly 4 | % Max-Planck-Institut f\"ur Sonnensystemforschung 5 | % Max-Planck-Str. 2 6 | % D-37191 Katlenburg-Lindau 7 | % Germany 8 | % E-mail: daly@mps.mpg.de 9 | % 10 | % Swedish translations by Erik \"{O}sthols 11 | % 12 | % This program can be redistributed and/or modified under the terms 13 | % of the LaTeX Project Public License Distributed from CTAN 14 | % archives in directory macros/latex/base/lppl.txt; either 15 | % version 1 of the License, or any later version. 16 | % 17 | % It is part of the custom-bib collection, 18 | % a contribution to the LaTeX2e system. 19 | %==================================================================== 20 | % A Language Definition File: SWEDISH 21 | % to be included with other master bibliography style files 22 | %-------------------------------------------------------------------- 23 | % (See version and date in the \ProvidesFile command below) 24 | %-------------------------------------------------------------------- 25 | % This file is self-documenting: simply LaTeX it! 26 | %==================================================================== 27 | % 28 | %------------------------------------------------------------------- 29 | % Begin module: 30 | %\fi 31 | % \ProvidesFile{svenska.mbs}[2008/08/15 (EO)] 32 | %\iffalse 33 | %<*a&!a> 34 | % The following ensures that the driver part is not seen by makebst 35 | % The driver part must not contain any \end other than \end{document} ! 36 | \ifx\endoptions\undefined\let\tempx=\relax\else 37 | \long\def\tempx#1\end#2{}\fi\tempx 38 | % 39 | %<*driver> 40 | \NeedsTeXFormat{LaTeX2e}% 41 | \documentclass[a4paper,10pt,twoside]{article}% 42 | \usepackage{doc}% 43 | \raggedbottom 44 | \CodelineNumbered 45 | \RecordChanges 46 | % Comment out next line to print coding 47 | \OnlyDescription 48 | \setlength{\oddsidemargin}{0.5\paperwidth} 49 | \addtolength{\oddsidemargin}{-0.5\textwidth} 50 | \addtolength{\oddsidemargin}{-1in} 51 | \setlength{\evensidemargin}{\oddsidemargin} 52 | 53 | \begin{document} 54 | \DocInput{svenska.mbs} 55 | \end{document} 56 | % 57 | % END OF META COMMENT \fi 58 | % \CharacterTable 59 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 60 | % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z 61 | % Digits \0\1\2\3\4\5\6\7\8\9 62 | % Exclamation \! Double quote \" Hash (number) \# 63 | % Dollar \$ Percent \% Ampersand \& 64 | % Acute accent \' Left paren \( Right paren \) 65 | % Asterisk \* Plus \+ Comma \, 66 | % Minus \- Point \. Solidus \/ 67 | % Colon \: Semicolon \; Less than \< 68 | % Equals \= Greater than \> Question mark \? 69 | % Commercial at \@ Left bracket \[ Backslash \\ 70 | % Right bracket \] Circumflex \^ Underscore \_ 71 | % Grave accent \` Left brace \{ Vertical bar \| 72 | % Right brace \} Tilde \~} 73 | % 74 | % \setcounter{StandardModuleDepth}{1} 75 | % \setcounter{IndexColumns}{2} 76 | % \setlength{\IndexMin}{10cm} 77 | % 78 | % \changes{1.0}{2008 Aug 15}{First version, converted from dansk.mbs} 79 | % 80 | % \markboth{Erik {\"{O}}sthols}{Swedish bibliographies} 81 | % 82 | % \title{{\bfseries Swedish Language Definition File}\\ 83 | % for master bibliographic style files} 84 | % 85 | % \author{Patrick W. Daly} 86 | % 87 | % \GetFileInfo{svenska.mbs} 88 | % \date{This paper describes file \texttt{\filename},\\ 89 | % version \fileversion{} from \filedate} 90 | % 91 | % \maketitle 92 | % 93 | % \MakeShortVerb{\|} 94 | % 95 | % \parskip=1ex \parindent=0pt 96 | % 97 | % \newcommand{\btx}{{\sc Bib}\TeX} 98 | % \newcommand{\dtx}{\textsf{docstrip}} 99 | % 100 | % \section{Introduction} 101 | % This file is to be used as a language definition file with master 102 | % bibliographic files. The language it defines is 103 | % \begin{quote}\bfseries Svenska\end{quote} 104 | % 105 | % This is not a self-sufficient \texttt{.mbs} file, but rather may 106 | % be used together with one that contains language support via 107 | % external definition files. 108 | % 109 | % See the documentation for \texttt{makebst} for formatting details. 110 | % 111 | % \section{The Menu Information} 112 | % 113 | % All the menu information is nested between \dtx{} guard options 114 | % |%<*options>| \dots\ |%|, and the last command is 115 | % |\endoptions|. The rest of the file is nested between |%<*!options&!driver>| 116 | % \dots\ |%| in order to exclude it if \dtx{} is used to 117 | % extract only the menu information or the documentation driver. 118 | % 119 | % \begin{macrocode} 120 | %<*options> 121 | \mes{^^JOptions for SVENSKA} 122 | \wr{\spsp\spsp svenska,\pc: Swedish language} 123 | 124 | \beginoptiongroup{ABBREVIATE WORD `PAGES':}{} 125 | \optdef{*}{}{`Sidan'}{(no abbreviation)} 126 | \optdef{a}{pp}{`Sidan' abbreviated}{as s. or ss.} 127 | \optdef{x}{ppx}{`Sidan' omitted}{} 128 | \getans 129 | \endoptiongroup 130 | \beginoptiongroup{ABBREVIATE WORD `EDITORS':}{} 131 | \optdef{*}{}{`Redakt\string\"or(er)'}{(no abbreviation)} 132 | \optdef{a}{ed}{`Redakt\string\"or' abbreviated}{as red.} 133 | \getans 134 | \endoptiongroup 135 | \beginoptiongroup{OTHER ABBREVIATIONS:}{} 136 | \optdef{*}{}{No abbreviations}{of volym, utg\string\a{a}va, kapitel, o.s.v.} 137 | \optdef{a}{abr}{Abbreviations}{of such words} 138 | \getans 139 | \endoptiongroup 140 | \beginoptiongroup{EDITION NUMBERS:}{} 141 | \optdef{*}{xedn}{Editions as in database}{saving much processing memory} 142 | \optdef{w}{}{Write out editions}{as f\string\"orsta, andra, tredje, o.s.v.} 143 | \optdef{n}{ord}{Numerical editions}{as 1:a, 2:a, 3:e, osv} 144 | \getans 145 | \endoptiongroup 146 | \endoptions 147 | % 148 | % \end{macrocode} 149 | % 150 | % \StopEventually{\PrintChanges} 151 | % 152 | % \section{The Coding} 153 | % \begin{macrocode} 154 | %<*!options&!driver> 155 | 156 | % The language selected here is SWEDISH 157 | 158 | FUNCTION {bbl.and} 159 | { "och"} 160 | 161 | FUNCTION {bbl.etal} 162 | { "et~al." } 163 | 164 | FUNCTION {bbl.editors} 165 | %{ "redakt{\^^b{o}}rer" } 166 | %{ "red." } 167 | 168 | FUNCTION {bbl.editor} 169 | %{ "redakt{\^^b{o}}r" } 170 | %{ "red." } 171 | 172 | FUNCTION {bbl.edby} 173 | { "redigerad av" } 174 | 175 | FUNCTION {bbl.edition} 176 | %{ "utg{\a{a}}va" } 177 | %{ "utg." } 178 | 179 | FUNCTION {bbl.volume} 180 | %{ "volym" } 181 | %{ "vol." } 182 | 183 | FUNCTION {bbl.of} 184 | { "av" } 185 | 186 | FUNCTION {bbl.number} 187 | %{ "nummer" } 188 | %{ "nr." } 189 | 190 | FUNCTION {bbl.nr} 191 | { "nr." } 192 | 193 | FUNCTION {bbl.in} 194 | { "i" } 195 | 196 | FUNCTION {bbl.pages} 197 | %{ "sidorna" } 198 | %{ "ss." } 199 | %{ "" } 200 | 201 | FUNCTION {bbl.page} 202 | %{ "sidan" } 203 | %{ "s." } 204 | %{ "" } 205 | 206 | %<*revdata> 207 | FUNCTION {bbl.eidpp} 208 | { "sidor" } 209 | 210 | % 211 | FUNCTION {bbl.chapter} 212 | %{ "kapitel" } 213 | %{ "kap." } 214 | 215 | FUNCTION {bbl.techrep} 216 | %{ "Teknisk rapport" } 217 | %{ "Tekn. rapp." } 218 | 219 | FUNCTION {bbl.mthesis} 220 | { "Examensarbete" } 221 | 222 | FUNCTION {bbl.phdthesis} 223 | { "Doktorsavhandling" } 224 | 225 | %<*!xedn> 226 | FUNCTION {bbl.first} 227 | %{ "F{\^^b{o}}rsta" } 228 | %{ "1:a" } 229 | 230 | FUNCTION {bbl.second} 231 | %{ "Andra" } 232 | %{ "2." } 233 | 234 | FUNCTION {bbl.third} 235 | %{ "Tredje" } 236 | %{ "3." } 237 | 238 | FUNCTION {bbl.fourth} 239 | %{ "Fj{\^^b{a}}rde" } 240 | %{ "4:e" } 241 | 242 | FUNCTION {bbl.fifth} 243 | %{ "Femte" } 244 | %{ "5:e" } 245 | 246 | FUNCTION {bbl.th} 247 | { ":e" } 248 | % 249 | %<*!abr> 250 | MACRO {jan} {"januari"} 251 | 252 | MACRO {feb} {"februari"} 253 | 254 | MACRO {mar} {"mars"} 255 | 256 | MACRO {apr} {"april"} 257 | 258 | MACRO {may} {"maj"} 259 | 260 | MACRO {jun} {"juni"} 261 | 262 | MACRO {jul} {"juli"} 263 | 264 | MACRO {aug} {"augusti"} 265 | 266 | MACRO {sep} {"september"} 267 | 268 | MACRO {oct} {"oktober"} 269 | 270 | MACRO {nov} {"november"} 271 | 272 | MACRO {dec} {"december"} 273 | 274 | % 275 | %<*abr> 276 | MACRO {jan} {"jan."} 277 | 278 | MACRO {feb} {"feb."} 279 | 280 | MACRO {mar} {"mar."} 281 | 282 | MACRO {apr} {"apr."} 283 | 284 | MACRO {may} {"maj"} 285 | 286 | MACRO {jun} {"jun."} 287 | 288 | MACRO {jul} {"jul."} 289 | 290 | MACRO {aug} {"aug."} 291 | 292 | MACRO {sep} {"sep."} 293 | 294 | MACRO {oct} {"okt."} 295 | 296 | MACRO {nov} {"nov."} 297 | 298 | MACRO {dec} {"dec."} 299 | 300 | % 301 | % 302 | % End module: svenska.mbs 303 | % \end{macrocode} 304 | % \Finale 305 | -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtex/custom-bib/slovene.mbs: -------------------------------------------------------------------------------- 1 | %\iffalse THIS IS A META COMMENT 2 | % File: slovene.mbs 3 | % Copyright 2002 Primo\v z Peterlin 4 | % Univerza v Ljubljani 5 | % Medicinska fakulteta 6 | % In\v stitut za biofiziko 7 | % Lipi\v ceva 2 8 | % SI-1000 Ljubljana 9 | % Slovenia 10 | % E-mail: primoz.peterlin@biofiz.mf.uni-lj.si 11 | % 12 | % From templates by Patrick W. Daly 13 | % Max-Planck-Institut f\"ur Sonnensystemforschung 14 | % Max-Planck-Str. 2 15 | % D-37191 Katlenburg-Lindau 16 | % Germany 17 | % E-mail: daly@mps.mpg.de 18 | % 19 | % This program can be redistributed and/or modified under the terms 20 | % of the LaTeX Project Public License Distributed from CTAN 21 | % archives in directory macros/latex/base/lppl.txt; either 22 | % version 1 of the License, or any later version. 23 | % 24 | % It is part of the custom-bib collection, 25 | % a contribution to the LaTeX2e system. 26 | %==================================================================== 27 | % A Language Definition File: SLOVENE 28 | % to be included with other master bibliography style files 29 | %-------------------------------------------------------------------- 30 | % (See version and date in the \ProvidesFile command below) 31 | %-------------------------------------------------------------------- 32 | % This file is self-documenting: simply LaTeX it! 33 | %==================================================================== 34 | % 35 | %------------------------------------------------------------------- 36 | % Begin module: 37 | %\fi 38 | % \ProvidesFile{slovene.mbs}[2003/11/06 4.2 (PP/PWD)] 39 | %\iffalse 40 | %<*a&!a> 41 | % The following ensures that the driver part is not seen by makebst 42 | % The driver part must not contain any \end other than \end{document} ! 43 | \ifx\endoptions\undefined\let\tempx=\relax\else 44 | \long\def\tempx#1\end#2{}\fi\tempx 45 | % 46 | %<*driver> 47 | \NeedsTeXFormat{LaTeX2e}% 48 | \documentclass[a4paper,10pt,twoside]{article}% 49 | \usepackage{doc}% 50 | \raggedbottom 51 | \CodelineNumbered 52 | \RecordChanges 53 | % Comment out next line to print coding 54 | \OnlyDescription 55 | \setlength{\oddsidemargin}{0.5\paperwidth} 56 | \addtolength{\oddsidemargin}{-0.5\textwidth} 57 | \addtolength{\oddsidemargin}{-1in} 58 | \setlength{\evensidemargin}{\oddsidemargin} 59 | 60 | \begin{document} 61 | \DocInput{slovene.mbs} 62 | \end{document} 63 | % 64 | % END OF META COMMENT \fi 65 | % \CharacterTable 66 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 67 | % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z 68 | % Digits \0\1\2\3\4\5\6\7\8\9 69 | % Exclamation \! Double quote \" Hash (number) \# 70 | % Dollar \$ Percent \% Ampersand \& 71 | % Acute accent \' Left paren \( Right paren \) 72 | % Asterisk \* Plus \+ Comma \, 73 | % Minus \- Point \. Solidus \/ 74 | % Colon \: Semicolon \; Less than \< 75 | % Equals \= Greater than \> Question mark \? 76 | % Commercial at \@ Left bracket \[ Backslash \\ 77 | % Right bracket \] Circumflex \^ Underscore \_ 78 | % Grave accent \` Left brace \{ Vertical bar \| 79 | % Right brace \} Tilde \~} 80 | % 81 | % \setcounter{StandardModuleDepth}{1} 82 | % \setcounter{IndexColumns}{2} 83 | % \setlength{\IndexMin}{10cm} 84 | % 85 | % \changes{1.0}{2002 Aug 29}{Initial version} 86 | % \changes{4.0a}{2002 Oct 18}{Add number suppression} 87 | % \changes{4.2}{2003 Nov 6}{Fix comma separator, consistent with \texttt{makebst} 4.1} 88 | % 89 | % \pagestyle{myheadings} 90 | % \markboth{P. Peterlin}{Slovenian Bibliographies} 91 | % 92 | % \title{{\bfseries Slovene Language Definition File}\\ 93 | % for master bibliographic style files} 94 | % 95 | % \author{Primo\v z Peterlin} 96 | % 97 | % \GetFileInfo{slovene.mbs} 98 | % \date{This paper describes file \texttt{\filename},\\ 99 | % version \fileversion{} from \filedate} 100 | % 101 | % \maketitle 102 | % 103 | % \MakeShortVerb{\|} 104 | % 105 | % \parskip=1ex \parindent=0pt 106 | % 107 | % \newcommand{\btx}{{\sc Bib}\TeX} 108 | % \newcommand{\dtx}{\textsf{docstrip}} 109 | % 110 | % \section{Introduction} 111 | % This file is to be used as a language definition file with master 112 | % bibliographic files. The language it defines is 113 | % \begin{quote}\bfseries Slovene\end{quote} 114 | % 115 | % This is not a self-sufficient \texttt{.mbs} file, but rather may 116 | % be used together with one that contains language support via 117 | % external definition files. 118 | % 119 | % See the documentation for \texttt{makebst} for formatting details. 120 | % 121 | % \section{The Menu Information} 122 | % 123 | % All the menu information is nested between \dtx{} guard options 124 | % |%<*options>| \dots\ |%|, and the last command is 125 | % |\endoptions|. The rest of the file is nested between |%<*!options&!driver>| 126 | % \dots\ |%| in order to exclude it if \dtx{} is used to 127 | % extract only the menu information or the documentation driver. 128 | % 129 | % \begin{macrocode} 130 | %<*options> 131 | \mes{^^JOptions for SLOVENE} 132 | \wr{\spsp\spsp slovene,\pc: Slovene language} 133 | 134 | 135 | \mes{^^JABBREVIATE WORD `STRANI':} 136 | \optdef{*}{}{`Stran(i)'}{(no abbreviation)} 137 | \optdef{a}{pp}{`Strani abbreviated}{as str.} 138 | \optdef{x}{ppx}{`Strani omitted}{} 139 | \getans 140 | 141 | \mes{^^JOTHER ABBREVIATIONS:} 142 | \optdef{*}{}{No abbreviations}{of zvezek, izdaja, poglavje} 143 | \optdef{a}{abr}{Abbreviations}{of such words} 144 | \getans 145 | 146 | \mes{^^JEDITION NUMBERS:} 147 | \optdef{*}{xedn}{Editions as in database}{saving much processing memory} 148 | \optdef{w}{}{Write out editions}{as prva, druga, tretja, etc} 149 | \optdef{n}{ord}{Numerical editions}{as 1., 2., 3., etc} 150 | \getans 151 | 152 | \mes{^^JALTERNATIVE FOR PHD THESIS:} 153 | \optdef{*}{sl-phd}{PhD as `Doktorsko delo'}{} 154 | \optdef{d}{}{PhD as `Disertacija'}{} 155 | \getans 156 | 157 | \endoptions 158 | % 159 | % \end{macrocode} 160 | % 161 | % \StopEventually{\PrintChanges} 162 | % 163 | % \section{The Coding} 164 | % \begin{macrocode} 165 | %<*!options&!driver> 166 | 167 | % The language selected here is SLOVENE 168 | FUNCTION {bbl.and} 169 | { "in"} 170 | 171 | FUNCTION {bbl.etal} 172 | { "in~sod." } 173 | 174 | FUNCTION {bbl.editors} 175 | %{ "Uredniki" } 176 | %{ "ur." } 177 | 178 | FUNCTION {bbl.editor} 179 | %{ "Urednik" } 180 | %{ "ur." } 181 | 182 | FUNCTION {bbl.edby} 183 | { "uredil" } 184 | 185 | FUNCTION {bbl.edition} 186 | %{ "izdaja" } 187 | %{ "izd." } 188 | 189 | FUNCTION {bbl.volume} 190 | %{ "zvezek" } 191 | %{ "zv." } 192 | 193 | FUNCTION {bbl.of} 194 | { "od" } 195 | 196 | FUNCTION {bbl.number} 197 | %{ "\v{s}tevilka" } 198 | %{ "\v{s}t." } 199 | 200 | FUNCTION {bbl.nr} 201 | { "\v{s}t." } 202 | 203 | FUNCTION {bbl.in} 204 | { "v" } 205 | 206 | FUNCTION {bbl.pages} 207 | %{ "strani" } 208 | %{ "str." } 209 | %{ "" } 210 | 211 | FUNCTION {bbl.page} 212 | %{ "stran" } 213 | %{ "str." } 214 | %{ "" } 215 | 216 | FUNCTION {bbl.chapter} 217 | %{ "poglavje" } 218 | %{ "pogl." } 219 | 220 | FUNCTION {bbl.techrep} 221 | %{ "{Tehni\v cno poro\v cilo}" } 222 | %{ "{Tehn.\ por.}" } 223 | 224 | FUNCTION {bbl.mthesis} 225 | { "{Magistrsko delo}" } 226 | 227 | FUNCTION {bbl.phdthesis} 228 | %{ "{Doktorsko delo}" } 229 | %{ "Disertacija" } 230 | 231 | %<*!xedn> 232 | FUNCTION {bbl.first} 233 | %{ "prva" } 234 | %{ "1." } 235 | 236 | FUNCTION {bbl.second} 237 | %{ "druga" } 238 | %{ "2." } 239 | 240 | FUNCTION {bbl.third} 241 | %{ "tretja" } 242 | %{ "3." } 243 | 244 | FUNCTION {bbl.fourth} 245 | %{ "\v{c}etrta" } 246 | %{ "4." } 247 | 248 | FUNCTION {bbl.fifth} 249 | %{ "peta" } 250 | %{ "5." } 251 | 252 | FUNCTION {bbl.th} 253 | { "." } 254 | 255 | % 256 | %<*!abr> 257 | MACRO {jan} {"januar"} 258 | 259 | MACRO {feb} {"februar"} 260 | 261 | MACRO {mar} {"marec"} 262 | 263 | MACRO {apr} {"april"} 264 | 265 | MACRO {may} {"maj"} 266 | 267 | MACRO {jun} {"junij"} 268 | 269 | MACRO {jul} {"julij"} 270 | 271 | MACRO {aug} {"avgust"} 272 | 273 | MACRO {sep} {"september"} 274 | 275 | MACRO {oct} {"oktober"} 276 | 277 | MACRO {nov} {"november"} 278 | 279 | MACRO {dec} {"december"} 280 | 281 | % 282 | %<*abr> 283 | MACRO {jan} {"jan."} 284 | 285 | MACRO {feb} {"feb."} 286 | 287 | MACRO {mar} {"mar."} 288 | 289 | MACRO {apr} {"apr."} 290 | 291 | MACRO {may} {"maj"} 292 | 293 | MACRO {jun} {"jun."} 294 | 295 | MACRO {jul} {"jul."} 296 | 297 | MACRO {aug} {"avg."} 298 | 299 | MACRO {sep} {"sep."} 300 | 301 | MACRO {oct} {"okt."} 302 | 303 | MACRO {nov} {"nov."} 304 | 305 | MACRO {dec} {"dec."} 306 | 307 | % 308 | % 309 | % End module: slovene.mbs 310 | % \end{macrocode} 311 | % \Finale 312 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/custom-bib/italian.mbs: -------------------------------------------------------------------------------- 1 | %\iffalse THIS IS A META COMMENT 2 | % File: italian.mbs 3 | % Copyright 1995-1999 Patrick W Daly 4 | % Max-Planck-Institut f\"ur Aeronomie 5 | % Max-Planck-Str. 2 6 | % D-37191 Katlenburg-Lindau 7 | % Germany 8 | % E-mail: daly@linmpi.mpg.de 9 | % 10 | % This program can be redistributed and/or modified under the terms 11 | % of the LaTeX Project Public License Distributed from CTAN 12 | % archives in directory macros/latex/base/lppl.txt; either 13 | % version 1 of the License, or any later version. 14 | % 15 | % It is part of the custom-bib collection, 16 | % a contribution to the LaTeX2e system. 17 | %==================================================================== 18 | % A Language Definition File: ITALIAN 19 | % to be included with other master bibliography style files 20 | %-------------------------------------------------------------------- 21 | % (See version and date in the \ProvidesFile command below) 22 | %-------------------------------------------------------------------- 23 | % This file is self-documenting: simply LaTeX it! 24 | %==================================================================== 25 | % 26 | %------------------------------------------------------------------- 27 | % Begin module: 28 | %\fi 29 | % \ProvidesFile{italian.mbs}[2003/11/06 4.2 (PWD/GP)] 30 | %\iffalse 31 | %<*a&!a> 32 | % The following ensures that the driver part is not seen by makebst 33 | % The driver part must not contain any \end other than \end{document} ! 34 | \ifx\endoptions\undefined\let\tempx=\relax\else 35 | \long\def\tempx#1\end#2{}\fi\tempx 36 | % 37 | %<*driver> 38 | \NeedsTeXFormat{LaTeX2e}% 39 | \documentclass[a4paper,10pt,twoside]{article}% 40 | \usepackage{doc}% 41 | \raggedbottom 42 | \CodelineNumbered 43 | \RecordChanges 44 | % Comment out next line to print coding 45 | \OnlyDescription 46 | \setlength{\oddsidemargin}{0.5\paperwidth} 47 | \addtolength{\oddsidemargin}{-0.5\textwidth} 48 | \addtolength{\oddsidemargin}{-1in} 49 | \setlength{\evensidemargin}{\oddsidemargin} 50 | 51 | \begin{document} 52 | \DocInput{italian.mbs} 53 | \end{document} 54 | % 55 | % END OF META COMMENT \fi 56 | % \CharacterTable 57 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 58 | % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z 59 | % Digits \0\1\2\3\4\5\6\7\8\9 60 | % Exclamation \! Double quote \" Hash (number) \# 61 | % Dollar \$ Percent \% Ampersand \& 62 | % Acute accent \' Left paren \( Right paren \) 63 | % Asterisk \* Plus \+ Comma \, 64 | % Minus \- Point \. Solidus \/ 65 | % Colon \: Semicolon \; Less than \< 66 | % Equals \= Greater than \> Question mark \? 67 | % Commercial at \@ Left bracket \[ Backslash \\ 68 | % Right bracket \] Circumflex \^ Underscore \_ 69 | % Grave accent \` Left brace \{ Vertical bar \| 70 | % Right brace \} Tilde \~} 71 | % 72 | % \setcounter{StandardModuleDepth}{1} 73 | % \setcounter{IndexColumns}{2} 74 | % \setlength{\IndexMin}{10cm} 75 | % 76 | % \changes{1.1}{1998 Aug 17}{Add \texttt{bbl.etal}} 77 | % \changes{1.2}{1999 Feb 1}{Add option \texttt{xedn}} 78 | % \changes{1.2}{1999 Feb 24}{Update copyright notice} 79 | % \changes{4.0}{1999 Oct 11}{For merlin 4.0} 80 | % \changes{4.0a}{2002 Oct 18}{Fix bug in page number suppression} 81 | % \changes{4.2}{2003 Nov 6}{Fix comma separator, consistent with \texttt{makebst} 4.1} 82 | % 83 | % \pagestyle{myheadings} 84 | % \markboth{Giovanni Pensa}{Italian Bibliographies} 85 | % 86 | % \title{{\bfseries Italian Language Definition File}\\ 87 | % for master bibliographic style files} 88 | % 89 | % \author{Patrick W. Daly \and Giovanni Pensa} 90 | % 91 | % \GetFileInfo{italian.mbs} 92 | % \date{This paper describes file \texttt{\filename},\\ 93 | % version \fileversion{} from \filedate} 94 | % 95 | % \maketitle 96 | % 97 | % \MakeShortVerb{\|} 98 | % 99 | % \parskip=1ex \parindent=0pt 100 | % 101 | % \newcommand{\btx}{{\sc Bib}\TeX} 102 | % \newcommand{\dtx}{\textsf{docstrip}} 103 | % 104 | % \section{Introduction} 105 | % This file is to be used as a language definition file with master 106 | % bibliographic files. The language it defines is 107 | % \begin{quote}\bfseries Italian\end{quote} 108 | % 109 | % This is not a self-sufficient \texttt{.mbs} file, but rather may 110 | % be used together with one that contains language support via 111 | % external definition files. 112 | % 113 | % See the documentation for \texttt{makebst} for formatting details. 114 | % 115 | % \section{The Menu Information} 116 | % 117 | % All the menu information is nested between \dtx{} guard options 118 | % |%<*options>| \dots\ |%|, and the last command is 119 | % |\endoptions|. The rest of the file is nested between |%<*!options&!driver>| 120 | % \dots\ |%| in order to exclude it if \dtx{} is used to 121 | % extract only the menu information or the documentation driver. 122 | % 123 | % \begin{macrocode} 124 | %<*options> 125 | \mes{^^JOptions for ITALIAN} 126 | \wr{\spsp\spsp italian,\pc: Italian language} 127 | 128 | \beginoptiongroup{ABBREVIATE WORD `PAGINE':}{} 129 | \optdef{*}{}{`Pagina/e'}{(no abbreviation)} 130 | \optdef{a}{pp}{`Pagina' abbreviated}{as pag.} 131 | \optdef{x}{ppx}{`Pagina' omitted}{} 132 | \getans 133 | \endoptiongroup 134 | \beginoptiongroup{ABBREVIATE WORD `CURATORI':}{} 135 | \optdef{*}{}{`Curatore/i'}{(no abbreviation)} 136 | \optdef{a}{ed}{`Curatore' abbreviated}{as cur.} 137 | \getans 138 | \endoptiongroup 139 | \beginoptiongroup{OTHER ABBREVIATIONS:}{} 140 | \optdef{*}{}{No abbreviations}{of volume, edizione, capitolo, etc} 141 | \optdef{a}{abr}{Abbreviations}{of such words} 142 | \getans 143 | \endoptiongroup 144 | \beginoptiongroup{EDITION NUMBERS:}{} 145 | \optdef{*}{xedn}{Editions as in database}{saving much processing memory} 146 | \optdef{w}{}{Write out editions}{as prima, seconda, terza, etc} 147 | \optdef{n}{ord}{Numerical editions}{as 1a, 2a, 3a, etc} 148 | \getans 149 | \endoptiongroup 150 | \endoptions 151 | % 152 | % \end{macrocode} 153 | % 154 | % \StopEventually{\PrintChanges} 155 | % 156 | % \section{The Coding} 157 | % \begin{macrocode} 158 | %<*!options&!driver> 159 | 160 | % The language selected here is ITALIAN 161 | FUNCTION {bbl.and} 162 | { "e" } 163 | 164 | FUNCTION {bbl.etal} 165 | { "et~al." } 166 | 167 | FUNCTION {bbl.editors} 168 | %{ "curatori" } 169 | %{ "cur." } 170 | 171 | FUNCTION {bbl.editor} 172 | %{ "curatore" } 173 | %{ "cur." } 174 | 175 | FUNCTION {bbl.edby} 176 | { "curato da" } 177 | 178 | FUNCTION {bbl.edition} 179 | %{ "edizione" } 180 | %{ "ed." } 181 | 182 | FUNCTION {bbl.volume} 183 | %{ "volume" } 184 | %{ "vol." } 185 | 186 | FUNCTION {bbl.of} 187 | { "di" } 188 | 189 | FUNCTION {bbl.number} 190 | %{ "numero" } 191 | %{ "no." } 192 | 193 | FUNCTION {bbl.nr} 194 | { "no." } 195 | 196 | FUNCTION {bbl.in} 197 | { "in" } 198 | 199 | FUNCTION {bbl.pages} 200 | %{ "pagine" } 201 | %{ "pp." } 202 | %{ "" } 203 | 204 | FUNCTION {bbl.page} 205 | %{ "pagina" } 206 | %{ "p." } 207 | %{ "" } 208 | 209 | %<*revdata> 210 | FUNCTION {bbl.eidpp} 211 | { "pagine" } 212 | 213 | % 214 | FUNCTION {bbl.chapter} 215 | %{ "capitolo" } 216 | %{ "cap." } 217 | 218 | FUNCTION {bbl.techrep} 219 | %{ "Rapporto Tecnico" } 220 | %{ "Rap. Tecn." } 221 | 222 | FUNCTION {bbl.mthesis} 223 | { "Tesi di laurea" } 224 | 225 | FUNCTION {bbl.phdthesis} 226 | { "Tesi di dottorato" } 227 | 228 | %<*!xedn> 229 | FUNCTION {bbl.first} 230 | %{ "Prima" } 231 | %{ "1a" } 232 | 233 | FUNCTION {bbl.second} 234 | %{ "Seconda" } 235 | %{ "2a" } 236 | 237 | FUNCTION {bbl.third} 238 | %{ "Terza" } 239 | %{ "3a" } 240 | 241 | FUNCTION {bbl.fourth} 242 | %{ "Quarta" } 243 | %{ "4a" } 244 | 245 | FUNCTION {bbl.fifth} 246 | %{ "Quinta" } 247 | %{ "5a" } 248 | 249 | FUNCTION {bbl.th} 250 | { "a" } 251 | 252 | % 253 | %<*!abr> 254 | MACRO {jan} {"gennaio"} 255 | 256 | MACRO {feb} {"febbraio"} 257 | 258 | MACRO {mar} {"marzo"} 259 | 260 | MACRO {apr} {"aprile"} 261 | 262 | MACRO {may} {"maggio"} 263 | 264 | MACRO {jun} {"giugno"} 265 | 266 | MACRO {jul} {"luglio"} 267 | 268 | MACRO {aug} {"agosto"} 269 | 270 | MACRO {sep} {"settembre"} 271 | 272 | MACRO {oct} {"ottobre"} 273 | 274 | MACRO {nov} {"novembre"} 275 | 276 | MACRO {dec} {"dicembre"} 277 | 278 | % 279 | %<*abr> 280 | MACRO {jan} {"gen."} 281 | 282 | MACRO {feb} {"feb."} 283 | 284 | MACRO {mar} {"mar."} 285 | 286 | MACRO {apr} {"apr."} 287 | 288 | MACRO {may} {"mag"} 289 | 290 | MACRO {jun} {"giu."} 291 | 292 | MACRO {jul} {"lug."} 293 | 294 | MACRO {aug} {"ago."} 295 | 296 | MACRO {sep} {"set."} 297 | 298 | MACRO {oct} {"ott."} 299 | 300 | MACRO {nov} {"nov."} 301 | 302 | MACRO {dec} {"dic."} 303 | 304 | % 305 | % 306 | % End module: italian.mbs 307 | % \end{macrocode} 308 | % \Finale 309 | -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtex/custom-bib/italian.mbs: -------------------------------------------------------------------------------- 1 | %\iffalse THIS IS A META COMMENT 2 | % File: italian.mbs 3 | % Copyright 1995-1999 Patrick W Daly 4 | % Max-Planck-Institut f\"ur Sonnensystemforschung 5 | % Max-Planck-Str. 2 6 | % D-37191 Katlenburg-Lindau 7 | % Germany 8 | % E-mail: daly@mps.mpg.de 9 | % 10 | % This program can be redistributed and/or modified under the terms 11 | % of the LaTeX Project Public License Distributed from CTAN 12 | % archives in directory macros/latex/base/lppl.txt; either 13 | % version 1 of the License, or any later version. 14 | % 15 | % It is part of the custom-bib collection, 16 | % a contribution to the LaTeX2e system. 17 | %==================================================================== 18 | % A Language Definition File: ITALIAN 19 | % to be included with other master bibliography style files 20 | %-------------------------------------------------------------------- 21 | % (See version and date in the \ProvidesFile command below) 22 | %-------------------------------------------------------------------- 23 | % This file is self-documenting: simply LaTeX it! 24 | %==================================================================== 25 | % 26 | %------------------------------------------------------------------- 27 | % Begin module: 28 | %\fi 29 | % \ProvidesFile{italian.mbs}[2003/11/06 4.2 (PWD/GP)] 30 | %\iffalse 31 | %<*a&!a> 32 | % The following ensures that the driver part is not seen by makebst 33 | % The driver part must not contain any \end other than \end{document} ! 34 | \ifx\endoptions\undefined\let\tempx=\relax\else 35 | \long\def\tempx#1\end#2{}\fi\tempx 36 | % 37 | %<*driver> 38 | \NeedsTeXFormat{LaTeX2e}% 39 | \documentclass[a4paper,10pt,twoside]{article}% 40 | \usepackage{doc}% 41 | \raggedbottom 42 | \CodelineNumbered 43 | \RecordChanges 44 | % Comment out next line to print coding 45 | \OnlyDescription 46 | \setlength{\oddsidemargin}{0.5\paperwidth} 47 | \addtolength{\oddsidemargin}{-0.5\textwidth} 48 | \addtolength{\oddsidemargin}{-1in} 49 | \setlength{\evensidemargin}{\oddsidemargin} 50 | 51 | \begin{document} 52 | \DocInput{italian.mbs} 53 | \end{document} 54 | % 55 | % END OF META COMMENT \fi 56 | % \CharacterTable 57 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 58 | % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z 59 | % Digits \0\1\2\3\4\5\6\7\8\9 60 | % Exclamation \! Double quote \" Hash (number) \# 61 | % Dollar \$ Percent \% Ampersand \& 62 | % Acute accent \' Left paren \( Right paren \) 63 | % Asterisk \* Plus \+ Comma \, 64 | % Minus \- Point \. Solidus \/ 65 | % Colon \: Semicolon \; Less than \< 66 | % Equals \= Greater than \> Question mark \? 67 | % Commercial at \@ Left bracket \[ Backslash \\ 68 | % Right bracket \] Circumflex \^ Underscore \_ 69 | % Grave accent \` Left brace \{ Vertical bar \| 70 | % Right brace \} Tilde \~} 71 | % 72 | % \setcounter{StandardModuleDepth}{1} 73 | % \setcounter{IndexColumns}{2} 74 | % \setlength{\IndexMin}{10cm} 75 | % 76 | % \changes{1.1}{1998 Aug 17}{Add \texttt{bbl.etal}} 77 | % \changes{1.2}{1999 Feb 1}{Add option \texttt{xedn}} 78 | % \changes{1.2}{1999 Feb 24}{Update copyright notice} 79 | % \changes{4.0}{1999 Oct 11}{For merlin 4.0} 80 | % \changes{4.0a}{2002 Oct 18}{Fix bug in page number suppression} 81 | % \changes{4.2}{2003 Nov 6}{Fix comma separator, consistent with \texttt{makebst} 4.1} 82 | % 83 | % \pagestyle{myheadings} 84 | % \markboth{Giovanni Pensa}{Italian Bibliographies} 85 | % 86 | % \title{{\bfseries Italian Language Definition File}\\ 87 | % for master bibliographic style files} 88 | % 89 | % \author{Patrick W. Daly \and Giovanni Pensa} 90 | % 91 | % \GetFileInfo{italian.mbs} 92 | % \date{This paper describes file \texttt{\filename},\\ 93 | % version \fileversion{} from \filedate} 94 | % 95 | % \maketitle 96 | % 97 | % \MakeShortVerb{\|} 98 | % 99 | % \parskip=1ex \parindent=0pt 100 | % 101 | % \newcommand{\btx}{{\sc Bib}\TeX} 102 | % \newcommand{\dtx}{\textsf{docstrip}} 103 | % 104 | % \section{Introduction} 105 | % This file is to be used as a language definition file with master 106 | % bibliographic files. The language it defines is 107 | % \begin{quote}\bfseries Italian\end{quote} 108 | % 109 | % This is not a self-sufficient \texttt{.mbs} file, but rather may 110 | % be used together with one that contains language support via 111 | % external definition files. 112 | % 113 | % See the documentation for \texttt{makebst} for formatting details. 114 | % 115 | % \section{The Menu Information} 116 | % 117 | % All the menu information is nested between \dtx{} guard options 118 | % |%<*options>| \dots\ |%|, and the last command is 119 | % |\endoptions|. The rest of the file is nested between |%<*!options&!driver>| 120 | % \dots\ |%| in order to exclude it if \dtx{} is used to 121 | % extract only the menu information or the documentation driver. 122 | % 123 | % \begin{macrocode} 124 | %<*options> 125 | \mes{^^JOptions for ITALIAN} 126 | \wr{\spsp\spsp italian,\pc: Italian language} 127 | 128 | \beginoptiongroup{ABBREVIATE WORD `PAGINE':}{} 129 | \optdef{*}{}{`Pagina/e'}{(no abbreviation)} 130 | \optdef{a}{pp}{`Pagina' abbreviated}{as pag.} 131 | \optdef{x}{ppx}{`Pagina' omitted}{} 132 | \getans 133 | \endoptiongroup 134 | \beginoptiongroup{ABBREVIATE WORD `CURATORI':}{} 135 | \optdef{*}{}{`Curatore/i'}{(no abbreviation)} 136 | \optdef{a}{ed}{`Curatore' abbreviated}{as cur.} 137 | \getans 138 | \endoptiongroup 139 | \beginoptiongroup{OTHER ABBREVIATIONS:}{} 140 | \optdef{*}{}{No abbreviations}{of volume, edizione, capitolo, etc} 141 | \optdef{a}{abr}{Abbreviations}{of such words} 142 | \getans 143 | \endoptiongroup 144 | \beginoptiongroup{EDITION NUMBERS:}{} 145 | \optdef{*}{xedn}{Editions as in database}{saving much processing memory} 146 | \optdef{w}{}{Write out editions}{as prima, seconda, terza, etc} 147 | \optdef{n}{ord}{Numerical editions}{as 1a, 2a, 3a, etc} 148 | \getans 149 | \endoptiongroup 150 | \endoptions 151 | % 152 | % \end{macrocode} 153 | % 154 | % \StopEventually{\PrintChanges} 155 | % 156 | % \section{The Coding} 157 | % \begin{macrocode} 158 | %<*!options&!driver> 159 | 160 | % The language selected here is ITALIAN 161 | FUNCTION {bbl.and} 162 | { "e" } 163 | 164 | FUNCTION {bbl.etal} 165 | { "et~al." } 166 | 167 | FUNCTION {bbl.editors} 168 | %{ "curatori" } 169 | %{ "cur." } 170 | 171 | FUNCTION {bbl.editor} 172 | %{ "curatore" } 173 | %{ "cur." } 174 | 175 | FUNCTION {bbl.edby} 176 | { "curato da" } 177 | 178 | FUNCTION {bbl.edition} 179 | %{ "edizione" } 180 | %{ "ed." } 181 | 182 | FUNCTION {bbl.volume} 183 | %{ "volume" } 184 | %{ "vol." } 185 | 186 | FUNCTION {bbl.of} 187 | { "di" } 188 | 189 | FUNCTION {bbl.number} 190 | %{ "numero" } 191 | %{ "no." } 192 | 193 | FUNCTION {bbl.nr} 194 | { "no." } 195 | 196 | FUNCTION {bbl.in} 197 | { "in" } 198 | 199 | FUNCTION {bbl.pages} 200 | %{ "pagine" } 201 | %{ "pp." } 202 | %{ "" } 203 | 204 | FUNCTION {bbl.page} 205 | %{ "pagina" } 206 | %{ "p." } 207 | %{ "" } 208 | 209 | %<*revdata> 210 | FUNCTION {bbl.eidpp} 211 | { "pagine" } 212 | 213 | % 214 | FUNCTION {bbl.chapter} 215 | %{ "capitolo" } 216 | %{ "cap." } 217 | 218 | FUNCTION {bbl.techrep} 219 | %{ "Rapporto Tecnico" } 220 | %{ "Rap. Tecn." } 221 | 222 | FUNCTION {bbl.mthesis} 223 | { "Tesi di laurea" } 224 | 225 | FUNCTION {bbl.phdthesis} 226 | { "Tesi di dottorato" } 227 | 228 | %<*!xedn> 229 | FUNCTION {bbl.first} 230 | %{ "Prima" } 231 | %{ "1a" } 232 | 233 | FUNCTION {bbl.second} 234 | %{ "Seconda" } 235 | %{ "2a" } 236 | 237 | FUNCTION {bbl.third} 238 | %{ "Terza" } 239 | %{ "3a" } 240 | 241 | FUNCTION {bbl.fourth} 242 | %{ "Quarta" } 243 | %{ "4a" } 244 | 245 | FUNCTION {bbl.fifth} 246 | %{ "Quinta" } 247 | %{ "5a" } 248 | 249 | FUNCTION {bbl.th} 250 | { "a" } 251 | 252 | % 253 | %<*!abr> 254 | MACRO {jan} {"gennaio"} 255 | 256 | MACRO {feb} {"febbraio"} 257 | 258 | MACRO {mar} {"marzo"} 259 | 260 | MACRO {apr} {"aprile"} 261 | 262 | MACRO {may} {"maggio"} 263 | 264 | MACRO {jun} {"giugno"} 265 | 266 | MACRO {jul} {"luglio"} 267 | 268 | MACRO {aug} {"agosto"} 269 | 270 | MACRO {sep} {"settembre"} 271 | 272 | MACRO {oct} {"ottobre"} 273 | 274 | MACRO {nov} {"novembre"} 275 | 276 | MACRO {dec} {"dicembre"} 277 | 278 | % 279 | %<*abr> 280 | MACRO {jan} {"gen."} 281 | 282 | MACRO {feb} {"feb."} 283 | 284 | MACRO {mar} {"mar."} 285 | 286 | MACRO {apr} {"apr."} 287 | 288 | MACRO {may} {"mag"} 289 | 290 | MACRO {jun} {"giu."} 291 | 292 | MACRO {jul} {"lug."} 293 | 294 | MACRO {aug} {"ago."} 295 | 296 | MACRO {sep} {"set."} 297 | 298 | MACRO {oct} {"ott."} 299 | 300 | MACRO {nov} {"nov."} 301 | 302 | MACRO {dec} {"dic."} 303 | 304 | % 305 | % 306 | % End module: italian.mbs 307 | % \end{macrocode} 308 | % \Finale 309 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/custom-bib/esperant.mbs: -------------------------------------------------------------------------------- 1 | %\iffalse THIS IS A META COMMENT 2 | % File: esperant.mbs 3 | % Copyright 1995-1999 Patrick W Daly 4 | % Max-Planck-Institut f\"ur Aeronomie 5 | % Max-Planck-Str. 2 6 | % D-37191 Katlenburg-Lindau 7 | % Germany 8 | % E-mail: daly@linmpi.mpg.de 9 | % 10 | % This program can be redistributed and/or modified under the terms 11 | % of the LaTeX Project Public License Distributed from CTAN 12 | % archives in directory macros/latex/base/lppl.txt; either 13 | % version 1 of the License, or any later version. 14 | % 15 | % It is part of the custom-bib collection, 16 | % a contribution to the LaTeX2e system. 17 | %==================================================================== 18 | % A Language Definition File: ESPERANTO 19 | % to be included with other master bibliography style files 20 | %-------------------------------------------------------------------- 21 | % (See version and date in the \ProvidesFile command below) 22 | %-------------------------------------------------------------------- 23 | % This file is self-documenting: simply LaTeX it! 24 | %==================================================================== 25 | % 26 | %------------------------------------------------------------------- 27 | % Begin module: 28 | %\fi 29 | % \ProvidesFile{esperant.mbs}[2003/11/06 4.2 (PWD)] 30 | %\iffalse 31 | %<*a&!a> 32 | % The following ensures that the driver part is not seen by makebst 33 | % The driver part must not contain any \end other than \end{document} ! 34 | \ifx\endoptions\undefined\let\tempx=\relax\else 35 | \long\def\tempx#1\end#2{}\fi\tempx 36 | % 37 | %<*driver> 38 | \NeedsTeXFormat{LaTeX2e}% 39 | \documentclass[a4paper,10pt,twoside]{article}% 40 | \usepackage{doc}% 41 | \raggedbottom 42 | \CodelineNumbered 43 | \RecordChanges 44 | % Comment out next line to print coding 45 | \OnlyDescription 46 | \setlength{\oddsidemargin}{0.5\paperwidth} 47 | \addtolength{\oddsidemargin}{-0.5\textwidth} 48 | \addtolength{\oddsidemargin}{-1in} 49 | \setlength{\evensidemargin}{\oddsidemargin} 50 | 51 | \begin{document} 52 | \DocInput{esperant.mbs} 53 | \end{document} 54 | % 55 | % END OF META COMMENT \fi 56 | % \CharacterTable 57 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 58 | % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z 59 | % Digits \0\1\2\3\4\5\6\7\8\9 60 | % Exclamation \! Double quote \" Hash (number) \# 61 | % Dollar \$ Percent \% Ampersand \& 62 | % Acute accent \' Left paren \( Right paren \) 63 | % Asterisk \* Plus \+ Comma \, 64 | % Minus \- Point \. Solidus \/ 65 | % Colon \: Semicolon \; Less than \< 66 | % Equals \= Greater than \> Question mark \? 67 | % Commercial at \@ Left bracket \[ Backslash \\ 68 | % Right bracket \] Circumflex \^ Underscore \_ 69 | % Grave accent \` Left brace \{ Vertical bar \| 70 | % Right brace \} Tilde \~} 71 | % 72 | % \setcounter{StandardModuleDepth}{1} 73 | % \setcounter{IndexColumns}{2} 74 | % \setlength{\IndexMin}{10cm} 75 | % 76 | % \changes{1.0}{1995 Mar 15}{Initial version} 77 | % \changes{1.1}{1995 May 4}{Do no abbreviate `edited by'} 78 | % \changes{1.2}{1998 Aug 17}{Add \texttt{bbl.etal}} 79 | % \changes{1.3}{1999 Feb 1}{Add option \texttt{xedn}} 80 | % \changes{1.3}{1999 Feb 24}{Update copyright notice} 81 | % \changes{4.0}{1999 Oct 11}{For merlin 4.0} 82 | % \changes{4.0a}{2002 Oct 18}{Fix bug in page number suppression} 83 | % \changes{4.2}{2003 Nov 6}{Fix comma separator, consistent with \texttt{makebst} 4.1} 84 | % 85 | % \pagestyle{myheadings} 86 | % \markboth{P. W. Daly}{Esperanto Bibliographies} 87 | % 88 | % \title{{\bfseries Esperanto Language Definition File}\\ 89 | % for master bibliographic style files} 90 | % 91 | % \author{Patrick W. Daly} 92 | % 93 | % \GetFileInfo{esperant.mbs} 94 | % \date{This paper describes file \texttt{\filename},\\ 95 | % version \fileversion{} from \filedate} 96 | % 97 | % \maketitle 98 | % 99 | % \MakeShortVerb{\|} 100 | % 101 | % \parskip=1ex \parindent=0pt 102 | % 103 | % \newcommand{\btx}{{\sc Bib}\TeX} 104 | % \newcommand{\dtx}{\textsf{docstrip}} 105 | % 106 | % \section{Introduction} 107 | % This file is to be used as a language definition file with master 108 | % bibliographic files. The language it defines is 109 | % \begin{quote}\bfseries Esperanto\end{quote} 110 | % 111 | % This is not a self-sufficient \texttt{.mbs} file, but rather may 112 | % be used together with one that contains language support via 113 | % external definition files. 114 | % 115 | % See the documentation for \texttt{makebst} for formatting details. 116 | % 117 | % \section{The Menu Information} 118 | % 119 | % All the menu information is nested between \dtx{} guard options 120 | % |%<*options>| \dots\ |%|, and the last command is 121 | % |\endoptions|. The rest of the file is nested between |%<*!options&!driver>| 122 | % \dots\ |%| in order to exclude it if \dtx{} is used to 123 | % extract only the menu information or the documentation driver. 124 | % 125 | % \begin{macrocode} 126 | %<*options> 127 | \mes{^^JOptions for ESPERANTO} 128 | \wr{\spsp\spsp esperanto,\pc: Esperanto language} 129 | 130 | \beginoptiongroup{ABBREVIATE WORD `PAGES':}{} 131 | \optdef{*}{}{`Pa^go(j)'}{(no abbreviation)} 132 | \optdef{a}{pp}{`Pa^go' abbreviated}{as p. or pp.} 133 | \optdef{x}{ppx}{`Pa^goj' omitted}{} 134 | \getans 135 | \endoptiongroup 136 | \beginoptiongroup{ABBREVIATE WORD `EDITORS':}{} 137 | \optdef{*}{}{`Redaktoro{j}'}{(no abbreviation)} 138 | \optdef{a}{ed}{`Redaktoro' abbreviated}{as red-o or red-oj} 139 | \getans 140 | \endoptiongroup 141 | \beginoptiongroup{OTHER ABBREVIATIONS:}{} 142 | \optdef{*}{}{No abbreviations}{of volumo, eldono, ^capitro, etc} 143 | \optdef{a}{abr}{Abbreviations}{of such words} 144 | \getans 145 | \endoptiongroup 146 | \beginoptiongroup{EDITION NUMBERS:}{} 147 | \optdef{*}{xedn}{Editions as in database}{saving much processing memory} 148 | \optdef{w}{}{Write out editions}{as unua, dua, tria, etc} 149 | \optdef{n}{ord}{Numerical editions}{as 1-a, 2-a, 3-a, etc} 150 | \getans 151 | \endoptiongroup 152 | \endoptions 153 | % 154 | % \end{macrocode} 155 | % 156 | % \StopEventually{\PrintChanges} 157 | % 158 | % \section{The Coding} 159 | % \begin{macrocode} 160 | %<*!options&!driver> 161 | 162 | % The language selected here is ESPERANTO 163 | FUNCTION {bbl.and} 164 | { "kaj"} 165 | 166 | FUNCTION {bbl.etal} 167 | { "et~al." } 168 | 169 | FUNCTION {bbl.editors} 170 | %{ "redaktoroj" } 171 | %{ "red-oj" } 172 | 173 | FUNCTION {bbl.editor} 174 | %{ "redaktoro" } 175 | %{ "red-o" } 176 | 177 | FUNCTION {bbl.edby} 178 | { "redaktita de" } 179 | 180 | FUNCTION {bbl.edition} 181 | %{ "eldono" } 182 | %{ "eld-o" } 183 | 184 | FUNCTION {bbl.volume} 185 | %{ "volumo" } 186 | %{ "vol-o" } 187 | 188 | FUNCTION {bbl.of} 189 | { "el" } 190 | 191 | FUNCTION {bbl.number} 192 | %{ "numero" } 193 | %{ "n-ro" } 194 | 195 | FUNCTION {bbl.nr} 196 | { "n-ro" } 197 | 198 | FUNCTION {bbl.in} 199 | { "en" } 200 | 201 | FUNCTION {bbl.pages} 202 | %{ "pa\^goj" } 203 | %{ "pp." } 204 | %{ "" } 205 | 206 | FUNCTION {bbl.page} 207 | %{ "pa\^go" } 208 | %{ "p\^g" } 209 | %{ "" } 210 | 211 | %<*revdata> 212 | FUNCTION {bbl.eidpp} 213 | { "pa\^goj" } 214 | 215 | % 216 | FUNCTION {bbl.chapter} 217 | %{ "\^capitro" } 218 | %{ "\^cap-o" } 219 | 220 | FUNCTION {bbl.techrep} 221 | %{ "Teknica Raporto" } 222 | %{ "Tek-a Rap-o" } 223 | 224 | FUNCTION {bbl.mthesis} 225 | { "Magistra tezo" } 226 | 227 | FUNCTION {bbl.phdthesis} 228 | { "Doktora tezo" } 229 | 230 | %<*!xedn> 231 | FUNCTION {bbl.first} 232 | %{ "Unua" } 233 | %{ "1-a" } 234 | 235 | FUNCTION {bbl.second} 236 | %{ "Dua" } 237 | %{ "2-a" } 238 | 239 | FUNCTION {bbl.third} 240 | %{ "Tria" } 241 | %{ "3-a" } 242 | 243 | FUNCTION {bbl.fourth} 244 | %{ "Kvara" } 245 | %{ "4-a" } 246 | 247 | FUNCTION {bbl.fifth} 248 | %{ "Kvina" } 249 | %{ "5-a" } 250 | 251 | FUNCTION {bbl.th} 252 | { "-a" } 253 | 254 | % 255 | %<*!abr> 256 | MACRO {jan} {"januaro"} 257 | 258 | MACRO {feb} {"februaro"} 259 | 260 | MACRO {mar} {"marto"} 261 | 262 | MACRO {apr} {"aprilo"} 263 | 264 | MACRO {may} {"majo"} 265 | 266 | MACRO {jun} {"junio"} 267 | 268 | MACRO {jul} {"julio"} 269 | 270 | MACRO {aug} {"a\u{u}gusto"} 271 | 272 | MACRO {sep} {"septembro"} 273 | 274 | MACRO {oct} {"oktobro"} 275 | 276 | MACRO {nov} {"novembro"} 277 | 278 | MACRO {dec} {"decembro"} 279 | 280 | % 281 | %<*abr> 282 | MACRO {jan} {"jan."} 283 | 284 | MACRO {feb} {"feb."} 285 | 286 | MACRO {mar} {"mar."} 287 | 288 | MACRO {apr} {"apr."} 289 | 290 | MACRO {may} {"maj."} 291 | 292 | MACRO {jun} {"jun."} 293 | 294 | MACRO {jul} {"jul."} 295 | 296 | MACRO {aug} {"a\u{u}g."} 297 | 298 | MACRO {sep} {"sep."} 299 | 300 | MACRO {oct} {"okt."} 301 | 302 | MACRO {nov} {"nov."} 303 | 304 | MACRO {dec} {"dec."} 305 | 306 | % 307 | % 308 | % End module: esperant.mbs 309 | % \end{macrocode} 310 | % \Finale 311 | -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtex/custom-bib/esperant.mbs: -------------------------------------------------------------------------------- 1 | %\iffalse THIS IS A META COMMENT 2 | % File: esperant.mbs 3 | % Copyright 1995-1999 Patrick W Daly 4 | % Max-Planck-Institut f\"ur Sonnensystemforschung 5 | % Max-Planck-Str. 2 6 | % D-37191 Katlenburg-Lindau 7 | % Germany 8 | % E-mail: daly@mps.mpg.de 9 | % 10 | % This program can be redistributed and/or modified under the terms 11 | % of the LaTeX Project Public License Distributed from CTAN 12 | % archives in directory macros/latex/base/lppl.txt; either 13 | % version 1 of the License, or any later version. 14 | % 15 | % It is part of the custom-bib collection, 16 | % a contribution to the LaTeX2e system. 17 | %==================================================================== 18 | % A Language Definition File: ESPERANTO 19 | % to be included with other master bibliography style files 20 | %-------------------------------------------------------------------- 21 | % (See version and date in the \ProvidesFile command below) 22 | %-------------------------------------------------------------------- 23 | % This file is self-documenting: simply LaTeX it! 24 | %==================================================================== 25 | % 26 | %------------------------------------------------------------------- 27 | % Begin module: 28 | %\fi 29 | % \ProvidesFile{esperant.mbs}[2003/11/06 4.2 (PWD)] 30 | %\iffalse 31 | %<*a&!a> 32 | % The following ensures that the driver part is not seen by makebst 33 | % The driver part must not contain any \end other than \end{document} ! 34 | \ifx\endoptions\undefined\let\tempx=\relax\else 35 | \long\def\tempx#1\end#2{}\fi\tempx 36 | % 37 | %<*driver> 38 | \NeedsTeXFormat{LaTeX2e}% 39 | \documentclass[a4paper,10pt,twoside]{article}% 40 | \usepackage{doc}% 41 | \raggedbottom 42 | \CodelineNumbered 43 | \RecordChanges 44 | % Comment out next line to print coding 45 | \OnlyDescription 46 | \setlength{\oddsidemargin}{0.5\paperwidth} 47 | \addtolength{\oddsidemargin}{-0.5\textwidth} 48 | \addtolength{\oddsidemargin}{-1in} 49 | \setlength{\evensidemargin}{\oddsidemargin} 50 | 51 | \begin{document} 52 | \DocInput{esperant.mbs} 53 | \end{document} 54 | % 55 | % END OF META COMMENT \fi 56 | % \CharacterTable 57 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 58 | % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z 59 | % Digits \0\1\2\3\4\5\6\7\8\9 60 | % Exclamation \! Double quote \" Hash (number) \# 61 | % Dollar \$ Percent \% Ampersand \& 62 | % Acute accent \' Left paren \( Right paren \) 63 | % Asterisk \* Plus \+ Comma \, 64 | % Minus \- Point \. Solidus \/ 65 | % Colon \: Semicolon \; Less than \< 66 | % Equals \= Greater than \> Question mark \? 67 | % Commercial at \@ Left bracket \[ Backslash \\ 68 | % Right bracket \] Circumflex \^ Underscore \_ 69 | % Grave accent \` Left brace \{ Vertical bar \| 70 | % Right brace \} Tilde \~} 71 | % 72 | % \setcounter{StandardModuleDepth}{1} 73 | % \setcounter{IndexColumns}{2} 74 | % \setlength{\IndexMin}{10cm} 75 | % 76 | % \changes{1.0}{1995 Mar 15}{Initial version} 77 | % \changes{1.1}{1995 May 4}{Do no abbreviate `edited by'} 78 | % \changes{1.2}{1998 Aug 17}{Add \texttt{bbl.etal}} 79 | % \changes{1.3}{1999 Feb 1}{Add option \texttt{xedn}} 80 | % \changes{1.3}{1999 Feb 24}{Update copyright notice} 81 | % \changes{4.0}{1999 Oct 11}{For merlin 4.0} 82 | % \changes{4.0a}{2002 Oct 18}{Fix bug in page number suppression} 83 | % \changes{4.2}{2003 Nov 6}{Fix comma separator, consistent with \texttt{makebst} 4.1} 84 | % 85 | % \pagestyle{myheadings} 86 | % \markboth{P. W. Daly}{Esperanto Bibliographies} 87 | % 88 | % \title{{\bfseries Esperanto Language Definition File}\\ 89 | % for master bibliographic style files} 90 | % 91 | % \author{Patrick W. Daly} 92 | % 93 | % \GetFileInfo{esperant.mbs} 94 | % \date{This paper describes file \texttt{\filename},\\ 95 | % version \fileversion{} from \filedate} 96 | % 97 | % \maketitle 98 | % 99 | % \MakeShortVerb{\|} 100 | % 101 | % \parskip=1ex \parindent=0pt 102 | % 103 | % \newcommand{\btx}{{\sc Bib}\TeX} 104 | % \newcommand{\dtx}{\textsf{docstrip}} 105 | % 106 | % \section{Introduction} 107 | % This file is to be used as a language definition file with master 108 | % bibliographic files. The language it defines is 109 | % \begin{quote}\bfseries Esperanto\end{quote} 110 | % 111 | % This is not a self-sufficient \texttt{.mbs} file, but rather may 112 | % be used together with one that contains language support via 113 | % external definition files. 114 | % 115 | % See the documentation for \texttt{makebst} for formatting details. 116 | % 117 | % \section{The Menu Information} 118 | % 119 | % All the menu information is nested between \dtx{} guard options 120 | % |%<*options>| \dots\ |%|, and the last command is 121 | % |\endoptions|. The rest of the file is nested between |%<*!options&!driver>| 122 | % \dots\ |%| in order to exclude it if \dtx{} is used to 123 | % extract only the menu information or the documentation driver. 124 | % 125 | % \begin{macrocode} 126 | %<*options> 127 | \mes{^^JOptions for ESPERANTO} 128 | \wr{\spsp\spsp esperanto,\pc: Esperanto language} 129 | 130 | \beginoptiongroup{ABBREVIATE WORD `PAGES':}{} 131 | \optdef{*}{}{`Pa^go(j)'}{(no abbreviation)} 132 | \optdef{a}{pp}{`Pa^go' abbreviated}{as p. or pp.} 133 | \optdef{x}{ppx}{`Pa^goj' omitted}{} 134 | \getans 135 | \endoptiongroup 136 | \beginoptiongroup{ABBREVIATE WORD `EDITORS':}{} 137 | \optdef{*}{}{`Redaktoro{j}'}{(no abbreviation)} 138 | \optdef{a}{ed}{`Redaktoro' abbreviated}{as red-o or red-oj} 139 | \getans 140 | \endoptiongroup 141 | \beginoptiongroup{OTHER ABBREVIATIONS:}{} 142 | \optdef{*}{}{No abbreviations}{of volumo, eldono, ^capitro, etc} 143 | \optdef{a}{abr}{Abbreviations}{of such words} 144 | \getans 145 | \endoptiongroup 146 | \beginoptiongroup{EDITION NUMBERS:}{} 147 | \optdef{*}{xedn}{Editions as in database}{saving much processing memory} 148 | \optdef{w}{}{Write out editions}{as unua, dua, tria, etc} 149 | \optdef{n}{ord}{Numerical editions}{as 1-a, 2-a, 3-a, etc} 150 | \getans 151 | \endoptiongroup 152 | \endoptions 153 | % 154 | % \end{macrocode} 155 | % 156 | % \StopEventually{\PrintChanges} 157 | % 158 | % \section{The Coding} 159 | % \begin{macrocode} 160 | %<*!options&!driver> 161 | 162 | % The language selected here is ESPERANTO 163 | FUNCTION {bbl.and} 164 | { "kaj"} 165 | 166 | FUNCTION {bbl.etal} 167 | { "et~al." } 168 | 169 | FUNCTION {bbl.editors} 170 | %{ "redaktoroj" } 171 | %{ "red-oj" } 172 | 173 | FUNCTION {bbl.editor} 174 | %{ "redaktoro" } 175 | %{ "red-o" } 176 | 177 | FUNCTION {bbl.edby} 178 | { "redaktita de" } 179 | 180 | FUNCTION {bbl.edition} 181 | %{ "eldono" } 182 | %{ "eld-o" } 183 | 184 | FUNCTION {bbl.volume} 185 | %{ "volumo" } 186 | %{ "vol-o" } 187 | 188 | FUNCTION {bbl.of} 189 | { "el" } 190 | 191 | FUNCTION {bbl.number} 192 | %{ "numero" } 193 | %{ "n-ro" } 194 | 195 | FUNCTION {bbl.nr} 196 | { "n-ro" } 197 | 198 | FUNCTION {bbl.in} 199 | { "en" } 200 | 201 | FUNCTION {bbl.pages} 202 | %{ "pa\^goj" } 203 | %{ "pp." } 204 | %{ "" } 205 | 206 | FUNCTION {bbl.page} 207 | %{ "pa\^go" } 208 | %{ "p\^g" } 209 | %{ "" } 210 | 211 | %<*revdata> 212 | FUNCTION {bbl.eidpp} 213 | { "pa\^goj" } 214 | 215 | % 216 | FUNCTION {bbl.chapter} 217 | %{ "\^capitro" } 218 | %{ "\^cap-o" } 219 | 220 | FUNCTION {bbl.techrep} 221 | %{ "Teknica Raporto" } 222 | %{ "Tek-a Rap-o" } 223 | 224 | FUNCTION {bbl.mthesis} 225 | { "Magistra tezo" } 226 | 227 | FUNCTION {bbl.phdthesis} 228 | { "Doktora tezo" } 229 | 230 | %<*!xedn> 231 | FUNCTION {bbl.first} 232 | %{ "Unua" } 233 | %{ "1-a" } 234 | 235 | FUNCTION {bbl.second} 236 | %{ "Dua" } 237 | %{ "2-a" } 238 | 239 | FUNCTION {bbl.third} 240 | %{ "Tria" } 241 | %{ "3-a" } 242 | 243 | FUNCTION {bbl.fourth} 244 | %{ "Kvara" } 245 | %{ "4-a" } 246 | 247 | FUNCTION {bbl.fifth} 248 | %{ "Kvina" } 249 | %{ "5-a" } 250 | 251 | FUNCTION {bbl.th} 252 | { "-a" } 253 | 254 | % 255 | %<*!abr> 256 | MACRO {jan} {"januaro"} 257 | 258 | MACRO {feb} {"februaro"} 259 | 260 | MACRO {mar} {"marto"} 261 | 262 | MACRO {apr} {"aprilo"} 263 | 264 | MACRO {may} {"majo"} 265 | 266 | MACRO {jun} {"junio"} 267 | 268 | MACRO {jul} {"julio"} 269 | 270 | MACRO {aug} {"a\u{u}gusto"} 271 | 272 | MACRO {sep} {"septembro"} 273 | 274 | MACRO {oct} {"oktobro"} 275 | 276 | MACRO {nov} {"novembro"} 277 | 278 | MACRO {dec} {"decembro"} 279 | 280 | % 281 | %<*abr> 282 | MACRO {jan} {"jan."} 283 | 284 | MACRO {feb} {"feb."} 285 | 286 | MACRO {mar} {"mar."} 287 | 288 | MACRO {apr} {"apr."} 289 | 290 | MACRO {may} {"maj."} 291 | 292 | MACRO {jun} {"jun."} 293 | 294 | MACRO {jul} {"jul."} 295 | 296 | MACRO {aug} {"a\u{u}g."} 297 | 298 | MACRO {sep} {"sep."} 299 | 300 | MACRO {oct} {"okt."} 301 | 302 | MACRO {nov} {"nov."} 303 | 304 | MACRO {dec} {"dec."} 305 | 306 | % 307 | % 308 | % End module: esperant.mbs 309 | % \end{macrocode} 310 | % \Finale 311 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/custom-bib/photjour.mbs: -------------------------------------------------------------------------------- 1 | %\iffalse THIS IS A META COMMENT 2 | % File: photjour.mbs 3 | % Copyright 1997-1999 Patrick W Daly 4 | % Max-Planck-Institut f\"ur Aeronomie 5 | % Max-Planck-Str. 2 6 | % D-37191 Katlenburg-Lindau 7 | % Germany 8 | % E-mail: daly@linmpi.mpg.de 9 | % 10 | % This program can be redistributed and/or modified under the terms 11 | % of the LaTeX Project Public License Distributed from CTAN 12 | % archives in directory macros/latex/base/lppl.txt; either 13 | % version 1 of the License, or any later version. 14 | % 15 | % It is part of the custom-bib collection, 16 | % a contribution to the LaTeX2e system. 17 | %==================================================================== 18 | % A Journal Definition File for Photonics journals 19 | % to be included with other master bibliography style files 20 | %-------------------------------------------------------------------- 21 | % (See version and date in the \ProvidesFile command below) 22 | %-------------------------------------------------------------------- 23 | % This file is self-documenting: simply LaTeX it! 24 | %==================================================================== 25 | % 26 | %------------------------------------------------------------------- 27 | % Begin module: 28 | %\fi 29 | % \ProvidesFile{photjour.mbs}[1999/02/24 2.0b (PWD)] 30 | %\iffalse 31 | %<*a&!a> 32 | % The following ensures that the driver part is not seen by makebst 33 | % The driver part must not contain any \end other than \end{document} ! 34 | \ifx\endoptions\undefined\let\tempx=\relax\else 35 | \long\def\tempx#1\end#2{}\fi\tempx 36 | % 37 | %<*driver> 38 | \NeedsTeXFormat{LaTeX2e}% 39 | \documentclass[a4paper,10pt,twoside]{article}% 40 | \usepackage{doc}% 41 | \raggedbottom 42 | \CodelineNumbered 43 | \RecordChanges 44 | % Comment out next line to print coding 45 | \OnlyDescription 46 | \setlength{\oddsidemargin}{0.5\paperwidth} 47 | \addtolength{\oddsidemargin}{-0.5\textwidth} 48 | \addtolength{\oddsidemargin}{-1in} 49 | \setlength{\evensidemargin}{\oddsidemargin} 50 | 51 | \begin{document} 52 | \DocInput{photjour.mbs} 53 | \end{document} 54 | % 55 | % END OF META COMMENT \fi 56 | % \CharacterTable 57 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 58 | % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z 59 | % Digits \0\1\2\3\4\5\6\7\8\9 60 | % Exclamation \! Double quote \" Hash (number) \# 61 | % Dollar \$ Percent \% Ampersand \& 62 | % Acute accent \' Left paren \( Right paren \) 63 | % Asterisk \* Plus \+ Comma \, 64 | % Minus \- Point \. Solidus \/ 65 | % Colon \: Semicolon \; Less than \< 66 | % Equals \= Greater than \> Question mark \? 67 | % Commercial at \@ Left bracket \[ Backslash \\ 68 | % Right bracket \] Circumflex \^ Underscore \_ 69 | % Grave accent \` Left brace \{ Vertical bar \| 70 | % Right brace \} Tilde \~} 71 | % 72 | % \setcounter{StandardModuleDepth}{1} 73 | % \setcounter{IndexColumns}{2} 74 | % \setlength{\IndexMin}{10cm} 75 | % 76 | % \changes{1.0}{1995 Oct 11}{Initial contributed version} 77 | % \changes{2.0}{1996 Jun 26}{Reorganize with \texttt{geojour} and 78 | % \texttt{physjour}} 79 | % \changes{2.0a}{1997 Sep 15}{Replace umlaut with Raichle trick} 80 | % \changes{2.0b}{1999 Feb 24}{Update copyright notice} 81 | % 82 | % \pagestyle{myheadings} 83 | % \markboth{P. W. Daly}{Optics Journal Names} 84 | % 85 | % \title{{\bfseries Optics Journal Definition File}\\ 86 | % for master bibliographic style files} 87 | % 88 | % \author{Patrick W. Daly and Zhenya Sorokin} 89 | % 90 | % \GetFileInfo{photjour.mbs} 91 | % \date{This paper describes file \texttt{\filename},\\ 92 | % version \fileversion{} from \filedate} 93 | % 94 | % \maketitle 95 | % 96 | % \MakeShortVerb{\|} 97 | % 98 | % \parskip=1ex \parindent=0pt 99 | % 100 | % \newcommand{\btx}{{\sc Bib}\TeX} 101 | % \newcommand{\dtx}{\textsf{docstrip}} 102 | % 103 | % \section{Introduction} 104 | % 105 | % This file adds a list of preprogrammed optics journal names to 106 | % bibliographic style files, in both full and abbreviated versions. 107 | % These defined journal names will be added to those in the main master 108 | % bibliography style file. 109 | % 110 | % This is not a self-sufficient \texttt{.mbs} file, but rather may 111 | % be used together with one that contains support for 112 | % external definition files. 113 | % 114 | % This file was contributed by 115 | % \begin{quote} 116 | % Zhenya Sorokin, email \texttt{sorokin@ps1.iaee.tuwien.ac.at}. 117 | % \end{quote} 118 | % 119 | % Version 2.0: I go through all journal names, checking for conflicts and 120 | % duplications with \texttt{physjour.mbs} and \texttt{geojour.mbs}. 121 | % Optical and physical journals removed; geophysical journals included 122 | % from the others. Where one journal exists with multiple shorthands, 123 | % all versions are kept. 124 | % 125 | % Version 2.0a: Fixes a problem with umlauts acting as string terminator. 126 | % 127 | % Version 2.0b: revise copyright notice to LPPL standard. 128 | % 129 | % See the documentation for \texttt{makebst} for formatting details. 130 | % 131 | % \section{The Menu Information} 132 | % 133 | % All the menu information is nested between \dtx{} guard options 134 | % |%<*options>| \dots\ |%|, and the last command is 135 | % |\endoptions|. The rest of the file is nested between |%<*!options>| 136 | % \dots\ |%| in order to exclude it if \dtx{} is used to 137 | % extract only the menu information. 138 | % 139 | % A journal-names files should contain at most only one option, \texttt{jabr}. 140 | % This is because \texttt{merlin} version~3.5 can now handle several 141 | % journal-name files, but does not look into them for the options, but 142 | % rather asks for \texttt{jabr} from the main file. For compatibility with 143 | % older versions, the option menu must be kept here. 144 | % 145 | % \begin{macrocode} 146 | %<*options> 147 | \mes{^^JOPTICS JOURNAL NAMES:} 148 | \optdef{*}{}{Full optics journal names}{} 149 | \optdef{a}{jabr}{Abbreviate optics names}{for journals} 150 | \getans 151 | \endoptions 152 | % 153 | % \end{macrocode} 154 | % 155 | % \StopEventually{\PrintChanges} 156 | % 157 | % \section{The Coding} 158 | % \begin{macrocode} 159 | %<*!options> 160 | %<*jabr> 161 | 162 | MACRO {appopt} {"Appl. Opt."} 163 | MACRO {bell} {"Bell Syst. Tech. J."} 164 | MACRO {ell} {"Electron. Lett."} 165 | MACRO {jasp} {"J. Appl. Spectr."} 166 | MACRO {jqe} {"IEEE J. Quantum Electron."} 167 | MACRO {jlwt} {"J. Lightwave Technol."} 168 | MACRO {jmo} {"J. Mod. Opt."} 169 | MACRO {josa} {"J. Opt. Soc. America"} 170 | MACRO {josaa} {"J. Opt. Soc. Amer.~A"} 171 | MACRO {josab} {"J. Opt. Soc. Amer.~B"} 172 | MACRO {jdp} {"J. Phys. (Paris)"} 173 | MACRO {oc} {"Opt. Commun."} 174 | MACRO {ol} {"Opt. Lett."} 175 | MACRO {phtl} {"IEEE Photon. Technol. Lett."} 176 | MACRO {pspie} {"Proc. Soc. Photo-Opt. Instrum. Eng."} 177 | MACRO {sse} {"Solid-State Electron."} 178 | MACRO {sjot} {"Sov. J. Opt. Technol."} 179 | MACRO {sjqe} {"Sov. J. Quantum Electron."} 180 | MACRO {sleb} {"Sov. Phys.--Leb. Inst. Rep."} 181 | MACRO {stph} {"Sov. Phys.--Techn. Phys."} 182 | MACRO {stphl} {"Sov. Techn. Phys. Lett."} 183 | MACRO {vr} {"Vision Res."} 184 | MACRO {zph} {"Z. f. Physik"} 185 | MACRO {zphb} {"Z. f. Physik~B"} 186 | MACRO {zphd} {"Z. f. Physik~D"} 187 | 188 | MACRO {CLEO} {"CLEO"} 189 | MACRO {ASSL} {"Adv. Sol.-State Lasers"} 190 | MACRO {OSA} {"OSA"} 191 | % 192 | %<*!jabr> 193 | 194 | MACRO {appopt} {"Applied Optics"} 195 | MACRO {bell} {"Bell Systems Technical Journal"} 196 | MACRO {ell} {"Electronics Letters"} 197 | MACRO {jasp} {"Journal of Applied Spectroscopy"} 198 | MACRO {jqe} {"IEEE Journal of Quantum Electronics"} 199 | MACRO {jlwt} {"Journal of Lightwave Technology"} 200 | MACRO {jmo} {"Journal of Modern Optics"} 201 | MACRO {josa} {"Journal of the Optical Society of America"} 202 | MACRO {josaa} {"Journal of the Optical Society of America~A"} 203 | MACRO {josab} {"Journal of the Optical Society of America~B"} 204 | MACRO {jdp} {"Journal de Physique"} 205 | MACRO {oc} {"Optics Communications"} 206 | MACRO {ol} {"Optics Letters"} 207 | MACRO {phtl} {"IEEE Photonics Technology Letters"} 208 | MACRO {pspie} {"Proceedings of the Society for Photo-Optical Instruments Engineers"} 209 | MACRO {sse} {"Solid-State Electronics"} 210 | MACRO {sjot} {"Soviet Journal of Optical Technology"} 211 | MACRO {sjqe} {"Soviet Journal of Quantum Electronics"} 212 | MACRO {sleb} {"Soviet Physics--Lebedev Institute Reports"} 213 | MACRO {stph} {"Soviet Physics--Technical Physics"} 214 | MACRO {stphl} {"Soviet Technical Physics Letters"} 215 | MACRO {vr} {"Vision Research"} 216 | MACRO {zph} {"Zeitschrift f\^^b{u}r Physik"} 217 | MACRO {zphb} {"Zeitschrift f\^^b{u}r Physik~B"} 218 | MACRO {zphd} {"Zeitschrift f\^^b{u}r Physik~D"} 219 | 220 | MACRO {CLEO} {"Conf. on Lasers and Electro-Optics"} 221 | MACRO {ASSL} {"Advanced Solid State Lasers"} 222 | MACRO {OSA} {"Optical Society of America"} 223 | % 224 | % 225 | % End module: photjour.mbs 226 | % \end{macrocode} 227 | % \Finale 228 | -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtex/custom-bib/photjour.mbs: -------------------------------------------------------------------------------- 1 | %\iffalse THIS IS A META COMMENT 2 | % File: photjour.mbs 3 | % Copyright 1997-1999 Patrick W Daly 4 | % Max-Planck-Institut f\"ur Sonnensystemforschung 5 | % Max-Planck-Str. 2 6 | % D-37191 Katlenburg-Lindau 7 | % Germany 8 | % E-mail: daly@mps.mpg.de 9 | % 10 | % This program can be redistributed and/or modified under the terms 11 | % of the LaTeX Project Public License Distributed from CTAN 12 | % archives in directory macros/latex/base/lppl.txt; either 13 | % version 1 of the License, or any later version. 14 | % 15 | % It is part of the custom-bib collection, 16 | % a contribution to the LaTeX2e system. 17 | %==================================================================== 18 | % A Journal Definition File for Photonics journals 19 | % to be included with other master bibliography style files 20 | %-------------------------------------------------------------------- 21 | % (See version and date in the \ProvidesFile command below) 22 | %-------------------------------------------------------------------- 23 | % This file is self-documenting: simply LaTeX it! 24 | %==================================================================== 25 | % 26 | %------------------------------------------------------------------- 27 | % Begin module: 28 | %\fi 29 | % \ProvidesFile{photjour.mbs}[1999/02/24 2.0b (PWD)] 30 | %\iffalse 31 | %<*a&!a> 32 | % The following ensures that the driver part is not seen by makebst 33 | % The driver part must not contain any \end other than \end{document} ! 34 | \ifx\endoptions\undefined\let\tempx=\relax\else 35 | \long\def\tempx#1\end#2{}\fi\tempx 36 | % 37 | %<*driver> 38 | \NeedsTeXFormat{LaTeX2e}% 39 | \documentclass[a4paper,10pt,twoside]{article}% 40 | \usepackage{doc}% 41 | \raggedbottom 42 | \CodelineNumbered 43 | \RecordChanges 44 | % Comment out next line to print coding 45 | \OnlyDescription 46 | \setlength{\oddsidemargin}{0.5\paperwidth} 47 | \addtolength{\oddsidemargin}{-0.5\textwidth} 48 | \addtolength{\oddsidemargin}{-1in} 49 | \setlength{\evensidemargin}{\oddsidemargin} 50 | 51 | \begin{document} 52 | \DocInput{photjour.mbs} 53 | \end{document} 54 | % 55 | % END OF META COMMENT \fi 56 | % \CharacterTable 57 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 58 | % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z 59 | % Digits \0\1\2\3\4\5\6\7\8\9 60 | % Exclamation \! Double quote \" Hash (number) \# 61 | % Dollar \$ Percent \% Ampersand \& 62 | % Acute accent \' Left paren \( Right paren \) 63 | % Asterisk \* Plus \+ Comma \, 64 | % Minus \- Point \. Solidus \/ 65 | % Colon \: Semicolon \; Less than \< 66 | % Equals \= Greater than \> Question mark \? 67 | % Commercial at \@ Left bracket \[ Backslash \\ 68 | % Right bracket \] Circumflex \^ Underscore \_ 69 | % Grave accent \` Left brace \{ Vertical bar \| 70 | % Right brace \} Tilde \~} 71 | % 72 | % \setcounter{StandardModuleDepth}{1} 73 | % \setcounter{IndexColumns}{2} 74 | % \setlength{\IndexMin}{10cm} 75 | % 76 | % \changes{1.0}{1995 Oct 11}{Initial contributed version} 77 | % \changes{2.0}{1996 Jun 26}{Reorganize with \texttt{geojour} and 78 | % \texttt{physjour}} 79 | % \changes{2.0a}{1997 Sep 15}{Replace umlaut with Raichle trick} 80 | % \changes{2.0b}{1999 Feb 24}{Update copyright notice} 81 | % 82 | % \pagestyle{myheadings} 83 | % \markboth{P. W. Daly}{Optics Journal Names} 84 | % 85 | % \title{{\bfseries Optics Journal Definition File}\\ 86 | % for master bibliographic style files} 87 | % 88 | % \author{Patrick W. Daly and Zhenya Sorokin} 89 | % 90 | % \GetFileInfo{photjour.mbs} 91 | % \date{This paper describes file \texttt{\filename},\\ 92 | % version \fileversion{} from \filedate} 93 | % 94 | % \maketitle 95 | % 96 | % \MakeShortVerb{\|} 97 | % 98 | % \parskip=1ex \parindent=0pt 99 | % 100 | % \newcommand{\btx}{{\sc Bib}\TeX} 101 | % \newcommand{\dtx}{\textsf{docstrip}} 102 | % 103 | % \section{Introduction} 104 | % 105 | % This file adds a list of preprogrammed optics journal names to 106 | % bibliographic style files, in both full and abbreviated versions. 107 | % These defined journal names will be added to those in the main master 108 | % bibliography style file. 109 | % 110 | % This is not a self-sufficient \texttt{.mbs} file, but rather may 111 | % be used together with one that contains support for 112 | % external definition files. 113 | % 114 | % This file was contributed by 115 | % \begin{quote} 116 | % Zhenya Sorokin, email \texttt{sorokin@ps1.iaee.tuwien.ac.at}. 117 | % \end{quote} 118 | % 119 | % Version 2.0: I go through all journal names, checking for conflicts and 120 | % duplications with \texttt{physjour.mbs} and \texttt{geojour.mbs}. 121 | % Optical and physical journals removed; geophysical journals included 122 | % from the others. Where one journal exists with multiple shorthands, 123 | % all versions are kept. 124 | % 125 | % Version 2.0a: Fixes a problem with umlauts acting as string terminator. 126 | % 127 | % Version 2.0b: revise copyright notice to LPPL standard. 128 | % 129 | % See the documentation for \texttt{makebst} for formatting details. 130 | % 131 | % \section{The Menu Information} 132 | % 133 | % All the menu information is nested between \dtx{} guard options 134 | % |%<*options>| \dots\ |%|, and the last command is 135 | % |\endoptions|. The rest of the file is nested between |%<*!options>| 136 | % \dots\ |%| in order to exclude it if \dtx{} is used to 137 | % extract only the menu information. 138 | % 139 | % A journal-names files should contain at most only one option, \texttt{jabr}. 140 | % This is because \texttt{merlin} version~3.5 can now handle several 141 | % journal-name files, but does not look into them for the options, but 142 | % rather asks for \texttt{jabr} from the main file. For compatibility with 143 | % older versions, the option menu must be kept here. 144 | % 145 | % \begin{macrocode} 146 | %<*options> 147 | \mes{^^JOPTICS JOURNAL NAMES:} 148 | \optdef{*}{}{Full optics journal names}{} 149 | \optdef{a}{jabr}{Abbreviate optics names}{for journals} 150 | \getans 151 | \endoptions 152 | % 153 | % \end{macrocode} 154 | % 155 | % \StopEventually{\PrintChanges} 156 | % 157 | % \section{The Coding} 158 | % \begin{macrocode} 159 | %<*!options> 160 | %<*jabr> 161 | 162 | MACRO {appopt} {"Appl. Opt."} 163 | MACRO {bell} {"Bell Syst. Tech. J."} 164 | MACRO {ell} {"Electron. Lett."} 165 | MACRO {jasp} {"J. Appl. Spectr."} 166 | MACRO {jqe} {"IEEE J. Quantum Electron."} 167 | MACRO {jlwt} {"J. Lightwave Technol."} 168 | MACRO {jmo} {"J. Mod. Opt."} 169 | MACRO {josa} {"J. Opt. Soc. America"} 170 | MACRO {josaa} {"J. Opt. Soc. Amer.~A"} 171 | MACRO {josab} {"J. Opt. Soc. Amer.~B"} 172 | MACRO {jdp} {"J. Phys. (Paris)"} 173 | MACRO {oc} {"Opt. Commun."} 174 | MACRO {ol} {"Opt. Lett."} 175 | MACRO {phtl} {"IEEE Photon. Technol. Lett."} 176 | MACRO {pspie} {"Proc. Soc. Photo-Opt. Instrum. Eng."} 177 | MACRO {sse} {"Solid-State Electron."} 178 | MACRO {sjot} {"Sov. J. Opt. Technol."} 179 | MACRO {sjqe} {"Sov. J. Quantum Electron."} 180 | MACRO {sleb} {"Sov. Phys.--Leb. Inst. Rep."} 181 | MACRO {stph} {"Sov. Phys.--Techn. Phys."} 182 | MACRO {stphl} {"Sov. Techn. Phys. Lett."} 183 | MACRO {vr} {"Vision Res."} 184 | MACRO {zph} {"Z. f. Physik"} 185 | MACRO {zphb} {"Z. f. Physik~B"} 186 | MACRO {zphd} {"Z. f. Physik~D"} 187 | 188 | MACRO {CLEO} {"CLEO"} 189 | MACRO {ASSL} {"Adv. Sol.-State Lasers"} 190 | MACRO {OSA} {"OSA"} 191 | % 192 | %<*!jabr> 193 | 194 | MACRO {appopt} {"Applied Optics"} 195 | MACRO {bell} {"Bell Systems Technical Journal"} 196 | MACRO {ell} {"Electronics Letters"} 197 | MACRO {jasp} {"Journal of Applied Spectroscopy"} 198 | MACRO {jqe} {"IEEE Journal of Quantum Electronics"} 199 | MACRO {jlwt} {"Journal of Lightwave Technology"} 200 | MACRO {jmo} {"Journal of Modern Optics"} 201 | MACRO {josa} {"Journal of the Optical Society of America"} 202 | MACRO {josaa} {"Journal of the Optical Society of America~A"} 203 | MACRO {josab} {"Journal of the Optical Society of America~B"} 204 | MACRO {jdp} {"Journal de Physique"} 205 | MACRO {oc} {"Optics Communications"} 206 | MACRO {ol} {"Optics Letters"} 207 | MACRO {phtl} {"IEEE Photonics Technology Letters"} 208 | MACRO {pspie} {"Proceedings of the Society for Photo-Optical Instruments Engineers"} 209 | MACRO {sse} {"Solid-State Electronics"} 210 | MACRO {sjot} {"Soviet Journal of Optical Technology"} 211 | MACRO {sjqe} {"Soviet Journal of Quantum Electronics"} 212 | MACRO {sleb} {"Soviet Physics--Lebedev Institute Reports"} 213 | MACRO {stph} {"Soviet Physics--Technical Physics"} 214 | MACRO {stphl} {"Soviet Technical Physics Letters"} 215 | MACRO {vr} {"Vision Research"} 216 | MACRO {zph} {"Zeitschrift f\^^b{u}r Physik"} 217 | MACRO {zphb} {"Zeitschrift f\^^b{u}r Physik~B"} 218 | MACRO {zphd} {"Zeitschrift f\^^b{u}r Physik~D"} 219 | 220 | MACRO {CLEO} {"Conf. on Lasers and Electro-Optics"} 221 | MACRO {ASSL} {"Advanced Solid State Lasers"} 222 | MACRO {OSA} {"Optical Society of America"} 223 | % 224 | % 225 | % End module: photjour.mbs 226 | % \end{macrocode} 227 | % \Finale 228 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/custom-bib/dansk.mbs: -------------------------------------------------------------------------------- 1 | %\iffalse THIS IS A META COMMENT 2 | % File: dansk.mbs 3 | % Copyright 1995-1999 Patrick W Daly 4 | % Max-Planck-Institut f\"ur Aeronomie 5 | % Max-Planck-Str. 2 6 | % D-37191 Katlenburg-Lindau 7 | % Germany 8 | % E-mail: daly@linmpi.mpg.de 9 | % 10 | % Copyright (C) 1999, Brian Elmegaard 11 | % Department of Energy Engineering, Technical University of Denmark 12 | % Nils Koppels Alle 13 | % DK-2800 Lyngby 14 | % 15 | % E-mail: brian.elmegaard@et.dtu.dk 16 | % 17 | % This program can be redistributed and/or modified under the terms 18 | % of the LaTeX Project Public License Distributed from CTAN 19 | % archives in directory macros/latex/base/lppl.txt; either 20 | % version 1 of the License, or any later version. 21 | % 22 | % It is part of the custom-bib collection, 23 | % a contribution to the LaTeX2e system. 24 | %==================================================================== 25 | % A Language Definition File: DANISH 26 | % to be included with other master bibliography style files 27 | %-------------------------------------------------------------------- 28 | % (See version and date in the \ProvidesFile command below) 29 | %-------------------------------------------------------------------- 30 | % This file is self-documenting: simply LaTeX it! 31 | %==================================================================== 32 | % 33 | %------------------------------------------------------------------- 34 | % Begin module: 35 | %\fi 36 | % \ProvidesFile{norsk.mbs}[2004/05/06 4.2a (RL/PWD)] 37 | %\iffalse 38 | %<*a&!a> 39 | % The following ensures that the driver part is not seen by makebst 40 | % The driver part must not contain any \end other than \end{document} ! 41 | \ifx\endoptions\undefined\let\tempx=\relax\else 42 | \long\def\tempx#1\end#2{}\fi\tempx 43 | % 44 | %<*driver> 45 | \NeedsTeXFormat{LaTeX2e}% 46 | \documentclass[a4paper,10pt,twoside]{article}% 47 | \usepackage{doc}% 48 | \raggedbottom 49 | \CodelineNumbered 50 | \RecordChanges 51 | % Comment out next line to print coding 52 | \OnlyDescription 53 | \setlength{\oddsidemargin}{0.5\paperwidth} 54 | \addtolength{\oddsidemargin}{-0.5\textwidth} 55 | \addtolength{\oddsidemargin}{-1in} 56 | \setlength{\evensidemargin}{\oddsidemargin} 57 | 58 | \begin{document} 59 | \DocInput{dansk.mbs} 60 | \end{document} 61 | % 62 | % END OF META COMMENT \fi 63 | % \CharacterTable 64 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 65 | % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z 66 | % Digits \0\1\2\3\4\5\6\7\8\9 67 | % Exclamation \! Double quote \" Hash (number) \# 68 | % Dollar \$ Percent \% Ampersand \& 69 | % Acute accent \' Left paren \( Right paren \) 70 | % Asterisk \* Plus \+ Comma \, 71 | % Minus \- Point \. Solidus \/ 72 | % Colon \: Semicolon \; Less than \< 73 | % Equals \= Greater than \> Question mark \? 74 | % Commercial at \@ Left bracket \[ Backslash \\ 75 | % Right bracket \] Circumflex \^ Underscore \_ 76 | % Grave accent \` Left brace \{ Vertical bar \| 77 | % Right brace \} Tilde \~} 78 | % 79 | % \setcounter{StandardModuleDepth}{1} 80 | % \setcounter{IndexColumns}{2} 81 | % \setlength{\IndexMin}{10cm} 82 | % 83 | % \changes{1.0}{1999 Nov 8}{Submitted to PWD by BE} 84 | % \changes{4.0}{1999 Nov 10}{Converted for merlin 4.0} 85 | % \changes{4.1}{2001 Jan 9}{Included corrections from Thomas Martin 86 | % \changes{4.1a}{2002 Oct 18}{Fix bug in page number suppression} 87 | % Widmann BE} 88 | % \changes{4.2}{2003 Nov 6}{Fix comma separator, consistent with \texttt{makebst} 4.1} 89 | % \changes{4.2a}{2004 May 6}{Add missing backslash in a menu text} 90 | % 91 | % \markboth{Brian Elmegaard}{Danish bibliographies} 92 | % 93 | % \title{{\bfseries Danish Language Definition File}\\ 94 | % for master bibliographic style files} 95 | % 96 | % \author{Patrick W. Daly and Brian Elmegaard} 97 | % 98 | % \GetFileInfo{dansk.mbs} 99 | % \date{This paper describes file \texttt{\filename},\\ 100 | % version \fileversion{} from \filedate} 101 | % 102 | % \maketitle 103 | % 104 | % \MakeShortVerb{\|} 105 | % 106 | % \parskip=1ex \parindent=0pt 107 | % 108 | % \newcommand{\btx}{{\sc Bib}\TeX} 109 | % \newcommand{\dtx}{\textsf{docstrip}} 110 | % 111 | % \section{Introduction} 112 | % This file is to be used as a language definition file with master 113 | % bibliographic files. The language it defines is 114 | % \begin{quote}\bfseries Dansk\end{quote} 115 | % 116 | % This is not a self-sufficient \texttt{.mbs} file, but rather may 117 | % be used together with one that contains language support via 118 | % external definition files. 119 | % 120 | % See the documentation for \texttt{makebst} for formatting details. 121 | % 122 | % \section{The Menu Information} 123 | % 124 | % All the menu information is nested between \dtx{} guard options 125 | % |%<*options>| \dots\ |%|, and the last command is 126 | % |\endoptions|. The rest of the file is nested between |%<*!options&!driver>| 127 | % \dots\ |%| in order to exclude it if \dtx{} is used to 128 | % extract only the menu information or the documentation driver. 129 | % 130 | % \begin{macrocode} 131 | %<*options> 132 | \mes{^^JOptions for DANSK} 133 | \wr{\spsp\spsp dansk,\pc: Danish language} 134 | 135 | \beginoptiongroup{ABBREVIATE WORD `PAGES':}{} 136 | \optdef{*}{}{`Side(r)'}{(no abbreviation)} 137 | \optdef{a}{pp}{`Side' abbreviated}{as s. or pp.} 138 | \optdef{x}{ppx}{`Side' omitted}{} 139 | \getans 140 | \endoptiongroup 141 | \beginoptiongroup{ABBREVIATE WORD `EDITORS':}{} 142 | \optdef{*}{}{`Redakt{\string\o}r(er)'}{(no abbreviation)} 143 | \optdef{a}{ed}{`Redakt{\string\o}r' abbreviated}{as red.} 144 | \getans 145 | \endoptiongroup 146 | \beginoptiongroup{OTHER ABBREVIATIONS:}{} 147 | \optdef{*}{}{No abbreviations}{of bind, udgave, kapitel, osv.} 148 | \optdef{a}{abr}{Abbreviations}{of such words} 149 | \getans 150 | \endoptiongroup 151 | \beginoptiongroup{EDITION NUMBERS:}{} 152 | \optdef{*}{xedn}{Editions as in database}{saving much processing memory} 153 | \optdef{w}{}{Write out editions}{as f{\string\o}rste, anden, tredje, osv} 154 | \optdef{n}{ord}{Numerical editions}{as 1., 2., 3., osv} 155 | \getans 156 | \endoptiongroup 157 | \endoptions 158 | % 159 | % \end{macrocode} 160 | % 161 | % \StopEventually{\PrintChanges} 162 | % 163 | % \section{The Coding} 164 | % \begin{macrocode} 165 | %<*!options&!driver> 166 | 167 | % The language selected here is DANSK 168 | 169 | FUNCTION {bbl.and} 170 | { "og"} 171 | 172 | FUNCTION {bbl.etal} 173 | { "et~al." } 174 | 175 | FUNCTION {bbl.editors} 176 | %{ "redakt{\o}rer" } 177 | %{ "red." } 178 | 179 | FUNCTION {bbl.editor} 180 | %{ "redakt{\o}r" } 181 | %{ "red." } 182 | 183 | FUNCTION {bbl.edby} 184 | { "redigeret af" } 185 | 186 | FUNCTION {bbl.edition} 187 | %{ "udgave" } 188 | %{ "udg." } 189 | 190 | FUNCTION {bbl.volume} 191 | %{ "bind" } 192 | %{ "bd." } 193 | 194 | FUNCTION {bbl.of} 195 | { "af" } 196 | 197 | FUNCTION {bbl.number} 198 | %{ "nummer" } 199 | %{ "nr." } 200 | 201 | FUNCTION {bbl.nr} 202 | { "nr." } 203 | 204 | FUNCTION {bbl.in} 205 | { "i" } 206 | 207 | FUNCTION {bbl.pages} 208 | %{ "sider" } 209 | %{ "pp." } 210 | %{ "" } 211 | 212 | FUNCTION {bbl.page} 213 | %{ "side" } 214 | %{ "s." } 215 | %{ "" } 216 | 217 | %<*revdata> 218 | FUNCTION {bbl.eidpp} 219 | { "sider" } 220 | 221 | % 222 | FUNCTION {bbl.chapter} 223 | %{ "kapitel" } 224 | %{ "kap." } 225 | 226 | FUNCTION {bbl.techrep} 227 | %{ "Teknisk rapport" } 228 | %{ "Tekn. rap." } 229 | 230 | FUNCTION {bbl.mthesis} 231 | { "Speciale" } 232 | 233 | FUNCTION {bbl.phdthesis} 234 | { "ph.d.-afhandling" } 235 | 236 | %<*!xedn> 237 | FUNCTION {bbl.first} 238 | %{ "F{\o}rste" } 239 | %{ "1." } 240 | 241 | FUNCTION {bbl.second} 242 | %{ "Anden" } 243 | %{ "2." } 244 | 245 | FUNCTION {bbl.third} 246 | %{ "Tredje" } 247 | %{ "3." } 248 | 249 | FUNCTION {bbl.fourth} 250 | %{ "Fjerde" } 251 | %{ "4." } 252 | 253 | FUNCTION {bbl.fifth} 254 | %{ "Femte" } 255 | %{ "5." } 256 | 257 | FUNCTION {bbl.th} 258 | { "." } 259 | % 260 | %<*!abr> 261 | MACRO {jan} {"Januar"} 262 | 263 | MACRO {feb} {"Februar"} 264 | 265 | MACRO {mar} {"Marts"} 266 | 267 | MACRO {apr} {"April"} 268 | 269 | MACRO {may} {"Maj"} 270 | 271 | MACRO {jun} {"Juni"} 272 | 273 | MACRO {jul} {"Juli"} 274 | 275 | MACRO {aug} {"August"} 276 | 277 | MACRO {sep} {"September"} 278 | 279 | MACRO {oct} {"Oktober"} 280 | 281 | MACRO {nov} {"November"} 282 | 283 | MACRO {dec} {"December"} 284 | 285 | % 286 | %<*abr> 287 | MACRO {jan} {"Jan."} 288 | 289 | MACRO {feb} {"Feb."} 290 | 291 | MACRO {mar} {"Mar."} 292 | 293 | MACRO {apr} {"Apr."} 294 | 295 | MACRO {may} {"Maj"} 296 | 297 | MACRO {jun} {"Jun."} 298 | 299 | MACRO {jul} {"Jul."} 300 | 301 | MACRO {aug} {"Aug."} 302 | 303 | MACRO {sep} {"Sep."} 304 | 305 | MACRO {oct} {"Okt."} 306 | 307 | MACRO {nov} {"Nov."} 308 | 309 | MACRO {dec} {"Dec."} 310 | 311 | % 312 | % 313 | % End module: dansk.mbs 314 | % \end{macrocode} 315 | % \Finale 316 | -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtex/custom-bib/dansk.mbs: -------------------------------------------------------------------------------- 1 | %\iffalse THIS IS A META COMMENT 2 | % File: dansk.mbs 3 | % Copyright 1995-1999 Patrick W Daly 4 | % Max-Planck-Institut f\"ur Sonnensystemforschung 5 | % Max-Planck-Str. 2 6 | % D-37191 Katlenburg-Lindau 7 | % Germany 8 | % E-mail: daly@mps.mpg.de 9 | % 10 | % Copyright (C) 1999, Brian Elmegaard 11 | % Department of Energy Engineering, Technical University of Denmark 12 | % Nils Koppels Alle 13 | % DK-2800 Lyngby 14 | % 15 | % E-mail: brian.elmegaard@et.dtu.dk 16 | % 17 | % This program can be redistributed and/or modified under the terms 18 | % of the LaTeX Project Public License Distributed from CTAN 19 | % archives in directory macros/latex/base/lppl.txt; either 20 | % version 1 of the License, or any later version. 21 | % 22 | % It is part of the custom-bib collection, 23 | % a contribution to the LaTeX2e system. 24 | %==================================================================== 25 | % A Language Definition File: DANISH 26 | % to be included with other master bibliography style files 27 | %-------------------------------------------------------------------- 28 | % (See version and date in the \ProvidesFile command below) 29 | %-------------------------------------------------------------------- 30 | % This file is self-documenting: simply LaTeX it! 31 | %==================================================================== 32 | % 33 | %------------------------------------------------------------------- 34 | % Begin module: 35 | %\fi 36 | % \ProvidesFile{norsk.mbs}[2004/05/06 4.2a (RL/PWD)] 37 | %\iffalse 38 | %<*a&!a> 39 | % The following ensures that the driver part is not seen by makebst 40 | % The driver part must not contain any \end other than \end{document} ! 41 | \ifx\endoptions\undefined\let\tempx=\relax\else 42 | \long\def\tempx#1\end#2{}\fi\tempx 43 | % 44 | %<*driver> 45 | \NeedsTeXFormat{LaTeX2e}% 46 | \documentclass[a4paper,10pt,twoside]{article}% 47 | \usepackage{doc}% 48 | \raggedbottom 49 | \CodelineNumbered 50 | \RecordChanges 51 | % Comment out next line to print coding 52 | \OnlyDescription 53 | \setlength{\oddsidemargin}{0.5\paperwidth} 54 | \addtolength{\oddsidemargin}{-0.5\textwidth} 55 | \addtolength{\oddsidemargin}{-1in} 56 | \setlength{\evensidemargin}{\oddsidemargin} 57 | 58 | \begin{document} 59 | \DocInput{dansk.mbs} 60 | \end{document} 61 | % 62 | % END OF META COMMENT \fi 63 | % \CharacterTable 64 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 65 | % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z 66 | % Digits \0\1\2\3\4\5\6\7\8\9 67 | % Exclamation \! Double quote \" Hash (number) \# 68 | % Dollar \$ Percent \% Ampersand \& 69 | % Acute accent \' Left paren \( Right paren \) 70 | % Asterisk \* Plus \+ Comma \, 71 | % Minus \- Point \. Solidus \/ 72 | % Colon \: Semicolon \; Less than \< 73 | % Equals \= Greater than \> Question mark \? 74 | % Commercial at \@ Left bracket \[ Backslash \\ 75 | % Right bracket \] Circumflex \^ Underscore \_ 76 | % Grave accent \` Left brace \{ Vertical bar \| 77 | % Right brace \} Tilde \~} 78 | % 79 | % \setcounter{StandardModuleDepth}{1} 80 | % \setcounter{IndexColumns}{2} 81 | % \setlength{\IndexMin}{10cm} 82 | % 83 | % \changes{1.0}{1999 Nov 8}{Submitted to PWD by BE} 84 | % \changes{4.0}{1999 Nov 10}{Converted for merlin 4.0} 85 | % \changes{4.1}{2001 Jan 9}{Included corrections from Thomas Martin 86 | % \changes{4.1a}{2002 Oct 18}{Fix bug in page number suppression} 87 | % Widmann BE} 88 | % \changes{4.2}{2003 Nov 6}{Fix comma separator, consistent with \texttt{makebst} 4.1} 89 | % \changes{4.2a}{2004 May 6}{Add missing backslash in a menu text} 90 | % 91 | % \markboth{Brian Elmegaard}{Danish bibliographies} 92 | % 93 | % \title{{\bfseries Danish Language Definition File}\\ 94 | % for master bibliographic style files} 95 | % 96 | % \author{Patrick W. Daly and Brian Elmegaard} 97 | % 98 | % \GetFileInfo{dansk.mbs} 99 | % \date{This paper describes file \texttt{\filename},\\ 100 | % version \fileversion{} from \filedate} 101 | % 102 | % \maketitle 103 | % 104 | % \MakeShortVerb{\|} 105 | % 106 | % \parskip=1ex \parindent=0pt 107 | % 108 | % \newcommand{\btx}{{\sc Bib}\TeX} 109 | % \newcommand{\dtx}{\textsf{docstrip}} 110 | % 111 | % \section{Introduction} 112 | % This file is to be used as a language definition file with master 113 | % bibliographic files. The language it defines is 114 | % \begin{quote}\bfseries Dansk\end{quote} 115 | % 116 | % This is not a self-sufficient \texttt{.mbs} file, but rather may 117 | % be used together with one that contains language support via 118 | % external definition files. 119 | % 120 | % See the documentation for \texttt{makebst} for formatting details. 121 | % 122 | % \section{The Menu Information} 123 | % 124 | % All the menu information is nested between \dtx{} guard options 125 | % |%<*options>| \dots\ |%|, and the last command is 126 | % |\endoptions|. The rest of the file is nested between |%<*!options&!driver>| 127 | % \dots\ |%| in order to exclude it if \dtx{} is used to 128 | % extract only the menu information or the documentation driver. 129 | % 130 | % \begin{macrocode} 131 | %<*options> 132 | \mes{^^JOptions for DANSK} 133 | \wr{\spsp\spsp dansk,\pc: Danish language} 134 | 135 | \beginoptiongroup{ABBREVIATE WORD `PAGES':}{} 136 | \optdef{*}{}{`Side(r)'}{(no abbreviation)} 137 | \optdef{a}{pp}{`Side' abbreviated}{as s. or pp.} 138 | \optdef{x}{ppx}{`Side' omitted}{} 139 | \getans 140 | \endoptiongroup 141 | \beginoptiongroup{ABBREVIATE WORD `EDITORS':}{} 142 | \optdef{*}{}{`Redakt{\string\o}r(er)'}{(no abbreviation)} 143 | \optdef{a}{ed}{`Redakt{\string\o}r' abbreviated}{as red.} 144 | \getans 145 | \endoptiongroup 146 | \beginoptiongroup{OTHER ABBREVIATIONS:}{} 147 | \optdef{*}{}{No abbreviations}{of bind, udgave, kapitel, osv.} 148 | \optdef{a}{abr}{Abbreviations}{of such words} 149 | \getans 150 | \endoptiongroup 151 | \beginoptiongroup{EDITION NUMBERS:}{} 152 | \optdef{*}{xedn}{Editions as in database}{saving much processing memory} 153 | \optdef{w}{}{Write out editions}{as f{\string\o}rste, anden, tredje, osv} 154 | \optdef{n}{ord}{Numerical editions}{as 1., 2., 3., osv} 155 | \getans 156 | \endoptiongroup 157 | \endoptions 158 | % 159 | % \end{macrocode} 160 | % 161 | % \StopEventually{\PrintChanges} 162 | % 163 | % \section{The Coding} 164 | % \begin{macrocode} 165 | %<*!options&!driver> 166 | 167 | % The language selected here is DANSK 168 | 169 | FUNCTION {bbl.and} 170 | { "og"} 171 | 172 | FUNCTION {bbl.etal} 173 | { "et~al." } 174 | 175 | FUNCTION {bbl.editors} 176 | %{ "redakt{\o}rer" } 177 | %{ "red." } 178 | 179 | FUNCTION {bbl.editor} 180 | %{ "redakt{\o}r" } 181 | %{ "red." } 182 | 183 | FUNCTION {bbl.edby} 184 | { "redigeret af" } 185 | 186 | FUNCTION {bbl.edition} 187 | %{ "udgave" } 188 | %{ "udg." } 189 | 190 | FUNCTION {bbl.volume} 191 | %{ "bind" } 192 | %{ "bd." } 193 | 194 | FUNCTION {bbl.of} 195 | { "af" } 196 | 197 | FUNCTION {bbl.number} 198 | %{ "nummer" } 199 | %{ "nr." } 200 | 201 | FUNCTION {bbl.nr} 202 | { "nr." } 203 | 204 | FUNCTION {bbl.in} 205 | { "i" } 206 | 207 | FUNCTION {bbl.pages} 208 | %{ "sider" } 209 | %{ "pp." } 210 | %{ "" } 211 | 212 | FUNCTION {bbl.page} 213 | %{ "side" } 214 | %{ "s." } 215 | %{ "" } 216 | 217 | %<*revdata> 218 | FUNCTION {bbl.eidpp} 219 | { "sider" } 220 | 221 | % 222 | FUNCTION {bbl.chapter} 223 | %{ "kapitel" } 224 | %{ "kap." } 225 | 226 | FUNCTION {bbl.techrep} 227 | %{ "Teknisk rapport" } 228 | %{ "Tekn. rap." } 229 | 230 | FUNCTION {bbl.mthesis} 231 | { "Speciale" } 232 | 233 | FUNCTION {bbl.phdthesis} 234 | { "ph.d.-afhandling" } 235 | 236 | %<*!xedn> 237 | FUNCTION {bbl.first} 238 | %{ "F{\o}rste" } 239 | %{ "1." } 240 | 241 | FUNCTION {bbl.second} 242 | %{ "Anden" } 243 | %{ "2." } 244 | 245 | FUNCTION {bbl.third} 246 | %{ "Tredje" } 247 | %{ "3." } 248 | 249 | FUNCTION {bbl.fourth} 250 | %{ "Fjerde" } 251 | %{ "4." } 252 | 253 | FUNCTION {bbl.fifth} 254 | %{ "Femte" } 255 | %{ "5." } 256 | 257 | FUNCTION {bbl.th} 258 | { "." } 259 | % 260 | %<*!abr> 261 | MACRO {jan} {"Januar"} 262 | 263 | MACRO {feb} {"Februar"} 264 | 265 | MACRO {mar} {"Marts"} 266 | 267 | MACRO {apr} {"April"} 268 | 269 | MACRO {may} {"Maj"} 270 | 271 | MACRO {jun} {"Juni"} 272 | 273 | MACRO {jul} {"Juli"} 274 | 275 | MACRO {aug} {"August"} 276 | 277 | MACRO {sep} {"September"} 278 | 279 | MACRO {oct} {"Oktober"} 280 | 281 | MACRO {nov} {"November"} 282 | 283 | MACRO {dec} {"December"} 284 | 285 | % 286 | %<*abr> 287 | MACRO {jan} {"Jan."} 288 | 289 | MACRO {feb} {"Feb."} 290 | 291 | MACRO {mar} {"Mar."} 292 | 293 | MACRO {apr} {"Apr."} 294 | 295 | MACRO {may} {"Maj"} 296 | 297 | MACRO {jun} {"Jun."} 298 | 299 | MACRO {jul} {"Jul."} 300 | 301 | MACRO {aug} {"Aug."} 302 | 303 | MACRO {sep} {"Sep."} 304 | 305 | MACRO {oct} {"Okt."} 306 | 307 | MACRO {nov} {"Nov."} 308 | 309 | MACRO {dec} {"Dec."} 310 | 311 | % 312 | % 313 | % End module: dansk.mbs 314 | % \end{macrocode} 315 | % \Finale 316 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/custom-bib/norsk.mbs: -------------------------------------------------------------------------------- 1 | %\iffalse THIS IS A META COMMENT 2 | % File: norsk.mbs 3 | % Copyright 1995-1999 Patrick W Daly 4 | % Max-Planck-Institut f\"ur Aeronomie 5 | % Max-Planck-Str. 2 6 | % D-37191 Katlenburg-Lindau 7 | % Germany 8 | % E-mail: daly@linmpi.mpg.de 9 | % 10 | % Copyright 1995, Rolf Lindgren, OPERATOR 11 | % Universitetes Senter for Informasjonsteknologi 12 | % Pb 1059 Blindern 13 | % 0316 OSLO 14 | % E-mail: rolf.lindgren@usit.uio.no 15 | % 16 | % This program can be redistributed and/or modified under the terms 17 | % of the LaTeX Project Public License Distributed from CTAN 18 | % archives in directory macros/latex/base/lppl.txt; either 19 | % version 1 of the License, or any later version. 20 | % 21 | % It is part of the custom-bib collection, 22 | % a contribution to the LaTeX2e system. 23 | %==================================================================== 24 | % A Language Definition File: NORWEGIAN 25 | % to be included with other master bibliography style files 26 | %-------------------------------------------------------------------- 27 | % (See version and date in the \ProvidesFile command below) 28 | %-------------------------------------------------------------------- 29 | % This file is self-documenting: simply LaTeX it! 30 | %==================================================================== 31 | % 32 | %------------------------------------------------------------------- 33 | % Begin module: 34 | %\fi 35 | % \ProvidesFile{norsk.mbs}[2005/06/03 4.2b (RL/PWD)] 36 | %\iffalse 37 | %<*a&!a> 38 | % The following ensures that the driver part is not seen by makebst 39 | % The driver part must not contain any \end other than \end{document} ! 40 | \ifx\endoptions\undefined\let\tempx=\relax\else 41 | \long\def\tempx#1\end#2{}\fi\tempx 42 | % 43 | %<*driver> 44 | \NeedsTeXFormat{LaTeX2e}% 45 | \documentclass[a4paper,10pt,twoside]{article}% 46 | \usepackage{doc}% 47 | \raggedbottom 48 | \CodelineNumbered 49 | \RecordChanges 50 | % Comment out next line to print coding 51 | \OnlyDescription 52 | \setlength{\oddsidemargin}{0.5\paperwidth} 53 | \addtolength{\oddsidemargin}{-0.5\textwidth} 54 | \addtolength{\oddsidemargin}{-1in} 55 | \setlength{\evensidemargin}{\oddsidemargin} 56 | 57 | \begin{document} 58 | \DocInput{norsk.mbs} 59 | \end{document} 60 | % 61 | % END OF META COMMENT \fi 62 | % \CharacterTable 63 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 64 | % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z 65 | % Digits \0\1\2\3\4\5\6\7\8\9 66 | % Exclamation \! Double quote \" Hash (number) \# 67 | % Dollar \$ Percent \% Ampersand \& 68 | % Acute accent \' Left paren \( Right paren \) 69 | % Asterisk \* Plus \+ Comma \, 70 | % Minus \- Point \. Solidus \/ 71 | % Colon \: Semicolon \; Less than \< 72 | % Equals \= Greater than \> Question mark \? 73 | % Commercial at \@ Left bracket \[ Backslash \\ 74 | % Right bracket \] Circumflex \^ Underscore \_ 75 | % Grave accent \` Left brace \{ Vertical bar \| 76 | % Right brace \} Tilde \~} 77 | % 78 | % \setcounter{StandardModuleDepth}{1} 79 | % \setcounter{IndexColumns}{2} 80 | % \setlength{\IndexMin}{10cm} 81 | % 82 | % \changes{1.1}{1998 Aug 17}{Add \texttt{bbl.etal}} 83 | % \changes{1.2}{1999 Feb 1}{Add option \texttt{xedn}} 84 | % \changes{1.2}{1999 Feb 24}{Update copyright notice} 85 | % \changes{4.0}{1999 Oct 11}{For merlin 4.0} 86 | % \changes{4.0a}{2002 Oct 18}{Fix bug in page number suppression} 87 | % \changes{4.2}{2003 Nov 6}{Fix comma separator, consistent with \texttt{makebst} 4.1} 88 | % \changes{4.2a}{2004 May 6}{Add missing backslash in a menu text} 89 | % \changes{4.2b}{2005 Jun 3}{Change spelling errors, contrib by Svend Tollak Munkejord} 90 | % 91 | % \markboth{Rolf Lindgren}{Norwegian bibliographies} 92 | % 93 | % \title{{\bfseries Norwegian Language Definition File}\\ 94 | % for master bibliographic style files} 95 | % 96 | % \author{Patrick W. Daly and Rolf Lindgren} 97 | % 98 | % \GetFileInfo{norsk.mbs} 99 | % \date{This paper describes file \texttt{\filename},\\ 100 | % version \fileversion{} from \filedate} 101 | % 102 | % \maketitle 103 | % 104 | % \MakeShortVerb{\|} 105 | % 106 | % \parskip=1ex \parindent=0pt 107 | % 108 | % \newcommand{\btx}{{\sc Bib}\TeX} 109 | % \newcommand{\dtx}{\textsf{docstrip}} 110 | % 111 | % \section{Introduction} 112 | % This file is to be used as a language definition file with master 113 | % bibliographic files. The language it defines is 114 | % \begin{quote}\bfseries Norsk\end{quote} 115 | % 116 | % This is not a self-sufficient \texttt{.mbs} file, but rather may 117 | % be used together with one that contains language support via 118 | % external definition files. 119 | % 120 | % See the documentation for \texttt{makebst} for formatting details. 121 | % 122 | % \section{The Menu Information} 123 | % 124 | % All the menu information is nested between \dtx{} guard options 125 | % |%<*options>| \dots\ |%|, and the last command is 126 | % |\endoptions|. The rest of the file is nested between |%<*!options&!driver>| 127 | % \dots\ |%| in order to exclude it if \dtx{} is used to 128 | % extract only the menu information or the documentation driver. 129 | % 130 | % \begin{macrocode} 131 | %<*options> 132 | \mes{^^JOptions for NORSK} 133 | \wr{\spsp\spsp norsk,\pc: Norwegian language} 134 | 135 | \beginoptiongroup{ABBREVIATE WORD `PAGES':}{} 136 | \optdef{*}{}{`Sider(ne)'}{(no abbreviation)} 137 | \optdef{a}{pp}{`Side' abbreviated}{as s. or ss.} 138 | \optdef{x}{ppx}{`Side' omitted}{} 139 | \getans 140 | \endoptiongroup 141 | \beginoptiongroup{ABBREVIATE WORD `EDITORS':}{} 142 | \optdef{*}{}{`Redakt{\string\o}r(er)'}{(no abbreviation)} 143 | \optdef{a}{ed}{`Redakt{\string\o}r' abbreviated}{as red.} 144 | \getans 145 | \endoptiongroup 146 | \beginoptiongroup{OTHER ABBREVIATIONS:}{} 147 | \optdef{*}{}{No abbreviations}{of bind, utgave, kapittel, osv.} 148 | \optdef{a}{abr}{Abbreviations}{of such words} 149 | \getans 150 | \endoptiongroup 151 | \beginoptiongroup{EDITION NUMBERS:}{} 152 | \optdef{*}{xedn}{Editions as in database}{saving much processing memory} 153 | \optdef{w}{}{Write out editions}{as f{\string\o}rste, annen, tredje, osv} 154 | \optdef{n}{ord}{Numerical editions}{as 1., 2., 3., osv} 155 | \getans 156 | \endoptiongroup 157 | \endoptions 158 | % 159 | % \end{macrocode} 160 | % 161 | % \StopEventually{\PrintChanges} 162 | % 163 | % \section{The Coding} 164 | % \begin{macrocode} 165 | %<*!options&!driver> 166 | 167 | % The language selected here is NORSK 168 | 169 | FUNCTION {bbl.and} 170 | { "og"} 171 | 172 | FUNCTION {bbl.etal} 173 | { "et~al." } 174 | 175 | FUNCTION {bbl.editors} 176 | %{ "redakt{\o}rer" } 177 | %{ "red." } 178 | 179 | FUNCTION {bbl.editor} 180 | %{ "redakt{\o}r" } 181 | %{ "red." } 182 | 183 | FUNCTION {bbl.edby} 184 | { "redigert av" } 185 | 186 | FUNCTION {bbl.edition} 187 | %{ "utgave" } 188 | %{ "utg." } 189 | 190 | FUNCTION {bbl.volume} 191 | %{ "bind" } 192 | %{ "bd." } 193 | 194 | FUNCTION {bbl.of} 195 | { "av" } 196 | 197 | FUNCTION {bbl.number} 198 | %{ "nummer" } 199 | %{ "nr." } 200 | 201 | FUNCTION {bbl.nr} 202 | { "nr." } 203 | 204 | FUNCTION {bbl.in} 205 | { "i" } 206 | 207 | FUNCTION {bbl.pages} 208 | %{ "sider" } 209 | %{ "ss." } 210 | %{ "" } 211 | 212 | FUNCTION {bbl.page} 213 | %{ "side" } 214 | %{ "s." } 215 | %{ "" } 216 | 217 | %<*revdata> 218 | FUNCTION {bbl.eidpp} 219 | { "sider" } 220 | 221 | % 222 | FUNCTION {bbl.chapter} 223 | %{ "kapittel" } 224 | %{ "kap." } 225 | 226 | FUNCTION {bbl.techrep} 227 | %{ "Teknisk rapport" } 228 | %{ "Tekn. rap." } 229 | 230 | FUNCTION {bbl.mthesis} 231 | { "Hovedoppgave" } 232 | 233 | FUNCTION {bbl.phdthesis} 234 | { "Doktorgradsavhandling" } 235 | 236 | %<*!xedn> 237 | FUNCTION {bbl.first} 238 | %{ "F{\o}rste" } 239 | %{ "1." } 240 | 241 | FUNCTION {bbl.second} 242 | %{ "Annen" } 243 | %{ "2." } 244 | 245 | FUNCTION {bbl.third} 246 | %{ "Tredje" } 247 | %{ "3." } 248 | 249 | FUNCTION {bbl.fourth} 250 | %{ "Fjerde" } 251 | %{ "4." } 252 | 253 | FUNCTION {bbl.fifth} 254 | %{ "Femte" } 255 | %{ "5." } 256 | 257 | FUNCTION {bbl.th} 258 | { "." } 259 | 260 | % 261 | %<*!abr> 262 | MACRO {jan} {"Januar"} 263 | 264 | MACRO {feb} {"Februar"} 265 | 266 | MACRO {mar} {"Mars"} 267 | 268 | MACRO {apr} {"April"} 269 | 270 | MACRO {may} {"Mai"} 271 | 272 | MACRO {jun} {"Juni"} 273 | 274 | MACRO {jul} {"Juli"} 275 | 276 | MACRO {aug} {"August"} 277 | 278 | MACRO {sep} {"September"} 279 | 280 | MACRO {oct} {"Oktober"} 281 | 282 | MACRO {nov} {"November"} 283 | 284 | MACRO {dec} {"Desember"} 285 | 286 | % 287 | %<*abr> 288 | MACRO {jan} {"Jan."} 289 | 290 | MACRO {feb} {"Feb."} 291 | 292 | MACRO {mar} {"Mar."} 293 | 294 | MACRO {apr} {"Apr."} 295 | 296 | MACRO {may} {"Mai"} 297 | 298 | MACRO {jun} {"Jun."} 299 | 300 | MACRO {jul} {"Jul."} 301 | 302 | MACRO {aug} {"Aug."} 303 | 304 | MACRO {sep} {"Sep."} 305 | 306 | MACRO {oct} {"Okt."} 307 | 308 | MACRO {nov} {"Nov."} 309 | 310 | MACRO {dec} {"Des."} 311 | 312 | % 313 | % 314 | % End module: norsk.mbs 315 | % \end{macrocode} 316 | % \Finale 317 | -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtex/custom-bib/norsk.mbs: -------------------------------------------------------------------------------- 1 | %\iffalse THIS IS A META COMMENT 2 | % File: norsk.mbs 3 | % Copyright 1995-1999 Patrick W Daly 4 | % Max-Planck-Institut f\"ur Sonnensystemforschung 5 | % Max-Planck-Str. 2 6 | % D-37191 Katlenburg-Lindau 7 | % Germany 8 | % E-mail: daly@mps.mpg.de 9 | % 10 | % Copyright 1995, Rolf Lindgren, OPERATOR 11 | % Universitetes Senter for Informasjonsteknologi 12 | % Pb 1059 Blindern 13 | % 0316 OSLO 14 | % E-mail: rolf.lindgren@usit.uio.no 15 | % 16 | % This program can be redistributed and/or modified under the terms 17 | % of the LaTeX Project Public License Distributed from CTAN 18 | % archives in directory macros/latex/base/lppl.txt; either 19 | % version 1 of the License, or any later version. 20 | % 21 | % It is part of the custom-bib collection, 22 | % a contribution to the LaTeX2e system. 23 | %==================================================================== 24 | % A Language Definition File: NORWEGIAN 25 | % to be included with other master bibliography style files 26 | %-------------------------------------------------------------------- 27 | % (See version and date in the \ProvidesFile command below) 28 | %-------------------------------------------------------------------- 29 | % This file is self-documenting: simply LaTeX it! 30 | %==================================================================== 31 | % 32 | %------------------------------------------------------------------- 33 | % Begin module: 34 | %\fi 35 | % \ProvidesFile{norsk.mbs}[2005/06/03 4.2b (RL/PWD)] 36 | %\iffalse 37 | %<*a&!a> 38 | % The following ensures that the driver part is not seen by makebst 39 | % The driver part must not contain any \end other than \end{document} ! 40 | \ifx\endoptions\undefined\let\tempx=\relax\else 41 | \long\def\tempx#1\end#2{}\fi\tempx 42 | % 43 | %<*driver> 44 | \NeedsTeXFormat{LaTeX2e}% 45 | \documentclass[a4paper,10pt,twoside]{article}% 46 | \usepackage{doc}% 47 | \raggedbottom 48 | \CodelineNumbered 49 | \RecordChanges 50 | % Comment out next line to print coding 51 | \OnlyDescription 52 | \setlength{\oddsidemargin}{0.5\paperwidth} 53 | \addtolength{\oddsidemargin}{-0.5\textwidth} 54 | \addtolength{\oddsidemargin}{-1in} 55 | \setlength{\evensidemargin}{\oddsidemargin} 56 | 57 | \begin{document} 58 | \DocInput{norsk.mbs} 59 | \end{document} 60 | % 61 | % END OF META COMMENT \fi 62 | % \CharacterTable 63 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 64 | % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z 65 | % Digits \0\1\2\3\4\5\6\7\8\9 66 | % Exclamation \! Double quote \" Hash (number) \# 67 | % Dollar \$ Percent \% Ampersand \& 68 | % Acute accent \' Left paren \( Right paren \) 69 | % Asterisk \* Plus \+ Comma \, 70 | % Minus \- Point \. Solidus \/ 71 | % Colon \: Semicolon \; Less than \< 72 | % Equals \= Greater than \> Question mark \? 73 | % Commercial at \@ Left bracket \[ Backslash \\ 74 | % Right bracket \] Circumflex \^ Underscore \_ 75 | % Grave accent \` Left brace \{ Vertical bar \| 76 | % Right brace \} Tilde \~} 77 | % 78 | % \setcounter{StandardModuleDepth}{1} 79 | % \setcounter{IndexColumns}{2} 80 | % \setlength{\IndexMin}{10cm} 81 | % 82 | % \changes{1.1}{1998 Aug 17}{Add \texttt{bbl.etal}} 83 | % \changes{1.2}{1999 Feb 1}{Add option \texttt{xedn}} 84 | % \changes{1.2}{1999 Feb 24}{Update copyright notice} 85 | % \changes{4.0}{1999 Oct 11}{For merlin 4.0} 86 | % \changes{4.0a}{2002 Oct 18}{Fix bug in page number suppression} 87 | % \changes{4.2}{2003 Nov 6}{Fix comma separator, consistent with \texttt{makebst} 4.1} 88 | % \changes{4.2a}{2004 May 6}{Add missing backslash in a menu text} 89 | % \changes{4.2b}{2005 Jun 3}{Change spelling errors, contrib by Svend Tollak Munkejord} 90 | % 91 | % \markboth{Rolf Lindgren}{Norwegian bibliographies} 92 | % 93 | % \title{{\bfseries Norwegian Language Definition File}\\ 94 | % for master bibliographic style files} 95 | % 96 | % \author{Patrick W. Daly and Rolf Lindgren} 97 | % 98 | % \GetFileInfo{norsk.mbs} 99 | % \date{This paper describes file \texttt{\filename},\\ 100 | % version \fileversion{} from \filedate} 101 | % 102 | % \maketitle 103 | % 104 | % \MakeShortVerb{\|} 105 | % 106 | % \parskip=1ex \parindent=0pt 107 | % 108 | % \newcommand{\btx}{{\sc Bib}\TeX} 109 | % \newcommand{\dtx}{\textsf{docstrip}} 110 | % 111 | % \section{Introduction} 112 | % This file is to be used as a language definition file with master 113 | % bibliographic files. The language it defines is 114 | % \begin{quote}\bfseries Norsk\end{quote} 115 | % 116 | % This is not a self-sufficient \texttt{.mbs} file, but rather may 117 | % be used together with one that contains language support via 118 | % external definition files. 119 | % 120 | % See the documentation for \texttt{makebst} for formatting details. 121 | % 122 | % \section{The Menu Information} 123 | % 124 | % All the menu information is nested between \dtx{} guard options 125 | % |%<*options>| \dots\ |%|, and the last command is 126 | % |\endoptions|. The rest of the file is nested between |%<*!options&!driver>| 127 | % \dots\ |%| in order to exclude it if \dtx{} is used to 128 | % extract only the menu information or the documentation driver. 129 | % 130 | % \begin{macrocode} 131 | %<*options> 132 | \mes{^^JOptions for NORSK} 133 | \wr{\spsp\spsp norsk,\pc: Norwegian language} 134 | 135 | \beginoptiongroup{ABBREVIATE WORD `PAGES':}{} 136 | \optdef{*}{}{`Sider(ne)'}{(no abbreviation)} 137 | \optdef{a}{pp}{`Side' abbreviated}{as s. or ss.} 138 | \optdef{x}{ppx}{`Side' omitted}{} 139 | \getans 140 | \endoptiongroup 141 | \beginoptiongroup{ABBREVIATE WORD `EDITORS':}{} 142 | \optdef{*}{}{`Redakt{\string\o}r(er)'}{(no abbreviation)} 143 | \optdef{a}{ed}{`Redakt{\string\o}r' abbreviated}{as red.} 144 | \getans 145 | \endoptiongroup 146 | \beginoptiongroup{OTHER ABBREVIATIONS:}{} 147 | \optdef{*}{}{No abbreviations}{of bind, utgave, kapittel, osv.} 148 | \optdef{a}{abr}{Abbreviations}{of such words} 149 | \getans 150 | \endoptiongroup 151 | \beginoptiongroup{EDITION NUMBERS:}{} 152 | \optdef{*}{xedn}{Editions as in database}{saving much processing memory} 153 | \optdef{w}{}{Write out editions}{as f{\string\o}rste, annen, tredje, osv} 154 | \optdef{n}{ord}{Numerical editions}{as 1., 2., 3., osv} 155 | \getans 156 | \endoptiongroup 157 | \endoptions 158 | % 159 | % \end{macrocode} 160 | % 161 | % \StopEventually{\PrintChanges} 162 | % 163 | % \section{The Coding} 164 | % \begin{macrocode} 165 | %<*!options&!driver> 166 | 167 | % The language selected here is NORSK 168 | 169 | FUNCTION {bbl.and} 170 | { "og"} 171 | 172 | FUNCTION {bbl.etal} 173 | { "et~al." } 174 | 175 | FUNCTION {bbl.editors} 176 | %{ "redakt{\o}rer" } 177 | %{ "red." } 178 | 179 | FUNCTION {bbl.editor} 180 | %{ "redakt{\o}r" } 181 | %{ "red." } 182 | 183 | FUNCTION {bbl.edby} 184 | { "redigert av" } 185 | 186 | FUNCTION {bbl.edition} 187 | %{ "utgave" } 188 | %{ "utg." } 189 | 190 | FUNCTION {bbl.volume} 191 | %{ "bind" } 192 | %{ "bd." } 193 | 194 | FUNCTION {bbl.of} 195 | { "av" } 196 | 197 | FUNCTION {bbl.number} 198 | %{ "nummer" } 199 | %{ "nr." } 200 | 201 | FUNCTION {bbl.nr} 202 | { "nr." } 203 | 204 | FUNCTION {bbl.in} 205 | { "i" } 206 | 207 | FUNCTION {bbl.pages} 208 | %{ "sider" } 209 | %{ "ss." } 210 | %{ "" } 211 | 212 | FUNCTION {bbl.page} 213 | %{ "side" } 214 | %{ "s." } 215 | %{ "" } 216 | 217 | %<*revdata> 218 | FUNCTION {bbl.eidpp} 219 | { "sider" } 220 | 221 | % 222 | FUNCTION {bbl.chapter} 223 | %{ "kapittel" } 224 | %{ "kap." } 225 | 226 | FUNCTION {bbl.techrep} 227 | %{ "Teknisk rapport" } 228 | %{ "Tekn. rap." } 229 | 230 | FUNCTION {bbl.mthesis} 231 | { "Hovedoppgave" } 232 | 233 | FUNCTION {bbl.phdthesis} 234 | { "Doktorgradsavhandling" } 235 | 236 | %<*!xedn> 237 | FUNCTION {bbl.first} 238 | %{ "F{\o}rste" } 239 | %{ "1." } 240 | 241 | FUNCTION {bbl.second} 242 | %{ "Annen" } 243 | %{ "2." } 244 | 245 | FUNCTION {bbl.third} 246 | %{ "Tredje" } 247 | %{ "3." } 248 | 249 | FUNCTION {bbl.fourth} 250 | %{ "Fjerde" } 251 | %{ "4." } 252 | 253 | FUNCTION {bbl.fifth} 254 | %{ "Femte" } 255 | %{ "5." } 256 | 257 | FUNCTION {bbl.th} 258 | { "." } 259 | 260 | % 261 | %<*!abr> 262 | MACRO {jan} {"Januar"} 263 | 264 | MACRO {feb} {"Februar"} 265 | 266 | MACRO {mar} {"Mars"} 267 | 268 | MACRO {apr} {"April"} 269 | 270 | MACRO {may} {"Mai"} 271 | 272 | MACRO {jun} {"Juni"} 273 | 274 | MACRO {jul} {"Juli"} 275 | 276 | MACRO {aug} {"August"} 277 | 278 | MACRO {sep} {"September"} 279 | 280 | MACRO {oct} {"Oktober"} 281 | 282 | MACRO {nov} {"November"} 283 | 284 | MACRO {dec} {"Desember"} 285 | 286 | % 287 | %<*abr> 288 | MACRO {jan} {"Jan."} 289 | 290 | MACRO {feb} {"Feb."} 291 | 292 | MACRO {mar} {"Mar."} 293 | 294 | MACRO {apr} {"Apr."} 295 | 296 | MACRO {may} {"Mai"} 297 | 298 | MACRO {jun} {"Jun."} 299 | 300 | MACRO {jul} {"Jul."} 301 | 302 | MACRO {aug} {"Aug."} 303 | 304 | MACRO {sep} {"Sep."} 305 | 306 | MACRO {oct} {"Okt."} 307 | 308 | MACRO {nov} {"Nov."} 309 | 310 | MACRO {dec} {"Des."} 311 | 312 | % 313 | % 314 | % End module: norsk.mbs 315 | % \end{macrocode} 316 | % \Finale 317 | -------------------------------------------------------------------------------- /LaTeX_Basics/basicsOfLatex/latexTemp/custom-bib/finnish.mbs: -------------------------------------------------------------------------------- 1 | %\iffalse THIS IS A META COMMENT 2 | % File: finnish.mbs 3 | % Copyright 1995-1999 Patrick W Daly 4 | % Max-Planck-Institut f\"ur Aeronomie 5 | % Max-Planck-Str. 2 6 | % D-37191 Katlenburg-Lindau 7 | % Germany 8 | % E-mail: daly@linmpi.mpg.de 9 | % 10 | % This program can be redistributed and/or modified under the terms 11 | % of the LaTeX Project Public License Distributed from CTAN 12 | % archives in directory macros/latex/base/lppl.txt; either 13 | % version 1 of the License, or any later version. 14 | % 15 | % It is part of the custom-bib collection, 16 | % a contribution to the LaTeX2e system. 17 | %==================================================================== 18 | % A Language Definition File: FINNISH 19 | % to be included with other master bibliography style files 20 | %-------------------------------------------------------------------- 21 | % (See version and date in the \ProvidesFile command below) 22 | %-------------------------------------------------------------------- 23 | % This file is self-documenting: simply LaTeX it! 24 | %==================================================================== 25 | % 26 | %------------------------------------------------------------------- 27 | % Begin module: 28 | %\fi 29 | % \ProvidesFile{finnish.mbs}[2003/11/06 4.2 (PWD)] 30 | %\iffalse 31 | %<*a&!a> 32 | % The following ensures that the driver part is not seen by makebst 33 | % The driver part must not contain any \end other than \end{document} ! 34 | \ifx\endoptions\undefined\let\tempx=\relax\else 35 | \long\def\tempx#1\end#2{}\fi\tempx 36 | % 37 | %<*driver> 38 | \NeedsTeXFormat{LaTeX2e}% 39 | \documentclass[a4paper,10pt,twoside]{article}% 40 | \usepackage{doc}% 41 | \raggedbottom 42 | \CodelineNumbered 43 | \RecordChanges 44 | % Comment out next line to print coding 45 | \OnlyDescription 46 | \setlength{\oddsidemargin}{0.5\paperwidth} 47 | \addtolength{\oddsidemargin}{-0.5\textwidth} 48 | \addtolength{\oddsidemargin}{-1in} 49 | \setlength{\evensidemargin}{\oddsidemargin} 50 | 51 | \begin{document} 52 | \DocInput{finnish.mbs} 53 | \end{document} 54 | % 55 | % END OF META COMMENT \fi 56 | % \CharacterTable 57 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 58 | % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z 59 | % Digits \0\1\2\3\4\5\6\7\8\9 60 | % Exclamation \! Double quote \" Hash (number) \# 61 | % Dollar \$ Percent \% Ampersand \& 62 | % Acute accent \' Left paren \( Right paren \) 63 | % Asterisk \* Plus \+ Comma \, 64 | % Minus \- Point \. Solidus \/ 65 | % Colon \: Semicolon \; Less than \< 66 | % Equals \= Greater than \> Question mark \? 67 | % Commercial at \@ Left bracket \[ Backslash \\ 68 | % Right bracket \] Circumflex \^ Underscore \_ 69 | % Grave accent \` Left brace \{ Vertical bar \| 70 | % Right brace \} Tilde \~} 71 | % 72 | % \setcounter{StandardModuleDepth}{1} 73 | % \setcounter{IndexColumns}{2} 74 | % \setlength{\IndexMin}{10cm} 75 | % 76 | % \changes{1.0}{1995 Mar 15}{Initial version} 77 | % \changes{1.1}{1995 May 4}{Do no abbreviate `edited by'} 78 | % \changes{1.1a}{1995 May 11}{Correct \texttt{bbl.phdthesis}} 79 | % \changes{1.2}{1995 Oct 25}{Remove \texttt{umlaut} option and \cs{qq}, 80 | % replace with Raichle's trick} 81 | % \changes{1.3}{1998 Aug 17}{Add \texttt{bbl.etal}} 82 | % \changes{1.4}{1999 Feb 1}{Add option \texttt{xedn}} 83 | % \changes{1.4}{1999 Feb 24}{Update copyright notice} 84 | % \changes{1.4a}{1999 Sep 14}{Fix typo in edition query} 85 | % \changes{4.0}{1999 Oct 11}{For merlin 4.0} 86 | % \changes{4.0a}{2002 Oct 18}{Fix bug in page number suppression} 87 | % \changes{4.2}{2003 Nov 6}{Fix comma separator, consistent with \texttt{makebst} 4.1} 88 | % 89 | % \pagestyle{myheadings} 90 | % \markboth{P. W. Daly}{Finnish Bibliographies} 91 | % 92 | % \title{{\bfseries Finnish Language Definition File}\\ 93 | % for master bibliographic style files} 94 | % 95 | % \author{Patrick W. Daly} 96 | % 97 | % \GetFileInfo{finnish.mbs} 98 | % \date{This paper describes file \texttt{\filename},\\ 99 | % version \fileversion{} from \filedate} 100 | % 101 | % \maketitle 102 | % 103 | % \MakeShortVerb{\|} 104 | % 105 | % \parskip=1ex \parindent=0pt 106 | % 107 | % \newcommand{\btx}{{\sc Bib}\TeX} 108 | % \newcommand{\dtx}{\textsf{docstrip}} 109 | % 110 | % \section{Introduction} 111 | % This file is to be used as a language definition file with master 112 | % bibliographic files. The language it defines is 113 | % \begin{quote}\bfseries Finnish\end{quote} 114 | % 115 | % The translations for Finnish were supplied by 116 | % \begin{quote}\ttfamily "Niilo.Siljamo@Helsinki.FI"\end{quote} 117 | 118 | % This is not a self-sufficient \texttt{.mbs} file, but rather may 119 | % be used together with one that contains language support via 120 | % external definition files. 121 | % 122 | % Bernd Raichle points out that |\^^b| can be used in place of |\"| 123 | % within \btx{} code. One can thus replace |Nelj\^^b{a}s| with |Nelj\^^b{a}s| 124 | % and do away with the \texttt{umlaut} option. 125 | % 126 | % See the documentation for \texttt{makebst} for formatting details. 127 | % 128 | % \section{The Menu Information} 129 | % 130 | % All the menu information is nested between \dtx{} guard options 131 | % |%<*options>| \dots\ |%|, and the last command is 132 | % |\endoptions|. The rest of the file is nested between |%<*!options&!driver>| 133 | % \dots\ |%| in order to exclude it if \dtx{} is used to 134 | % extract only the menu information or the documentation driver. 135 | % 136 | % \begin{macrocode} 137 | %<*options> 138 | \mes{^^JOptions for FINNISH} 139 | \wr{\spsp\spsp finnish,\pc: Finnish language} 140 | 141 | \beginoptiongroup{ABBREVIATE WORD `SIVUT':}{} % `Pages' 142 | \optdef{*}{}{`Sivu(t)'}{(no abbreviation)} 143 | \optdef{a}{pp}{`Sivu' abbreviated}{as s. or ss.} 144 | \optdef{x}{ppx}{`Sivu' omitted}{} 145 | \getans 146 | \endoptiongroup 147 | \beginoptiongroup{ABBREVIATE WORD `TOIMITTAJAT':}{} % `Editors' 148 | \optdef{*}{}{`Toimittaja(t)'}{(no abbreviation)} 149 | \optdef{a}{ed}{`Toimittaja' abbreviated}{as toim.} 150 | \getans 151 | \endoptiongroup 152 | \beginoptiongroup{OTHER ABBREVIATIONS:}{} 153 | \optdef{*}{}{No abbreviations}{of other words} 154 | \optdef{a}{abr}{Abbreviations}{of such words} 155 | \getans 156 | \endoptiongroup 157 | \beginoptiongroup{EDITION NUMBERS:}{} 158 | \optdef{*}{xedn}{Editions as in database}{saving much processing memory} 159 | \optdef{w}{}{Write out editions}{as emsimm\string\"ainen, toinen, etc} 160 | \optdef{n}{ord}{Numerical editions}{as 1., 2., etc} 161 | \getans 162 | \endoptiongroup 163 | \endoptions 164 | % 165 | % \end{macrocode} 166 | % 167 | % \StopEventually{\PrintChanges} 168 | % 169 | % \section{The Coding} 170 | % \begin{macrocode} 171 | %<*!options&!driver> 172 | 173 | % The language selected here is FINNISH 174 | FUNCTION {bbl.and} 175 | { "ja"} 176 | 177 | FUNCTION {bbl.etal} 178 | { "et~al." } 179 | 180 | FUNCTION {bbl.editors} 181 | %{ "toimittajat" } 182 | %{ "toim." } 183 | 184 | FUNCTION {bbl.editor} 185 | %{ "toimittaja" } 186 | %{ "toim." } 187 | 188 | FUNCTION {bbl.edby} 189 | { "toimittanut" } 190 | 191 | FUNCTION {bbl.edition} 192 | %{ "painos" } 193 | %{ "painos" } 194 | 195 | FUNCTION {bbl.volume} 196 | { "osa" } 197 | 198 | FUNCTION {bbl.of} 199 | { "sarjasta" } 200 | 201 | FUNCTION {bbl.number} 202 | %{ "numero" } 203 | %{ "no." } 204 | 205 | FUNCTION {bbl.nr} 206 | { "no." } 207 | 208 | FUNCTION {bbl.in} 209 | { "teoksessa" } 210 | 211 | FUNCTION {bbl.pages} 212 | %{ "sivut" } 213 | %{ "ss." } 214 | %{ "" } 215 | 216 | 217 | FUNCTION {bbl.page} 218 | %{ "sivu" } 219 | %{ "s." } 220 | %{ "" } 221 | 222 | %<*revdata> 223 | FUNCTION {bbl.eidpp} 224 | { "sivut" } 225 | 226 | % 227 | FUNCTION {bbl.chapter} 228 | { "luku" } 229 | 230 | FUNCTION {bbl.techrep} 231 | %{ "Tekninen Raportti" } 232 | %{ "Tekn. Rap." } 233 | 234 | FUNCTION {bbl.mthesis} 235 | { "pro gradu" } 236 | 237 | FUNCTION {bbl.phdthesis} 238 | { "v\^^b{a}it\^^b{o}skirja" } 239 | 240 | %<*!xedn> 241 | FUNCTION {bbl.first} 242 | %{ "Ensimm\^^b{a}inen" } 243 | %{ "1." } 244 | 245 | FUNCTION {bbl.second} 246 | %{ "Toinen" } 247 | %{ "2." } 248 | 249 | FUNCTION {bbl.third} 250 | %{ "Kolmas" } 251 | %{ "3." } 252 | 253 | FUNCTION {bbl.fourth} 254 | %{ "Nelj\^^b{a}s" } 255 | %{ "4." } 256 | 257 | FUNCTION {bbl.fifth} 258 | %{ "Viides" } 259 | %{ "5." } 260 | 261 | FUNCTION {bbl.st} 262 | { "." } 263 | 264 | FUNCTION {bbl.nd} 265 | { "." } 266 | 267 | FUNCTION {bbl.rd} 268 | { "." } 269 | 270 | FUNCTION {bbl.th} 271 | { "." } 272 | 273 | % 274 | MACRO {jan} {"tammikuu"} 275 | 276 | MACRO {feb} {"helmikuu"} 277 | 278 | MACRO {mar} {"maaliskuu"} 279 | 280 | MACRO {apr} {"huhtikuu"} 281 | 282 | MACRO {may} {"toukokuu"} 283 | 284 | MACRO {jun} {"kes\^^b{a}kuu"} 285 | 286 | MACRO {jul} {"hein\^^b{a}kuu"} 287 | 288 | MACRO {aug} {"elokuu"} 289 | 290 | MACRO {sep} {"syyskuu"} 291 | 292 | MACRO {oct} {"lokakuu"} 293 | 294 | MACRO {nov} {"marraskuu"} 295 | 296 | MACRO {dec} {"joulukuu"} 297 | 298 | % 299 | % End module: finnish.mbs 300 | % \end{macrocode} 301 | % \Finale 302 | -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtex/custom-bib/finnish.mbs: -------------------------------------------------------------------------------- 1 | %\iffalse THIS IS A META COMMENT 2 | % File: finnish.mbs 3 | % Copyright 1995-1999 Patrick W Daly 4 | % Max-Planck-Institut f\"ur Sonnensystemforschung 5 | % Max-Planck-Str. 2 6 | % D-37191 Katlenburg-Lindau 7 | % Germany 8 | % E-mail: daly@mps.mpg.de 9 | % 10 | % This program can be redistributed and/or modified under the terms 11 | % of the LaTeX Project Public License Distributed from CTAN 12 | % archives in directory macros/latex/base/lppl.txt; either 13 | % version 1 of the License, or any later version. 14 | % 15 | % It is part of the custom-bib collection, 16 | % a contribution to the LaTeX2e system. 17 | %==================================================================== 18 | % A Language Definition File: FINNISH 19 | % to be included with other master bibliography style files 20 | %-------------------------------------------------------------------- 21 | % (See version and date in the \ProvidesFile command below) 22 | %-------------------------------------------------------------------- 23 | % This file is self-documenting: simply LaTeX it! 24 | %==================================================================== 25 | % 26 | %------------------------------------------------------------------- 27 | % Begin module: 28 | %\fi 29 | % \ProvidesFile{finnish.mbs}[2003/11/06 4.2 (PWD)] 30 | %\iffalse 31 | %<*a&!a> 32 | % The following ensures that the driver part is not seen by makebst 33 | % The driver part must not contain any \end other than \end{document} ! 34 | \ifx\endoptions\undefined\let\tempx=\relax\else 35 | \long\def\tempx#1\end#2{}\fi\tempx 36 | % 37 | %<*driver> 38 | \NeedsTeXFormat{LaTeX2e}% 39 | \documentclass[a4paper,10pt,twoside]{article}% 40 | \usepackage{doc}% 41 | \raggedbottom 42 | \CodelineNumbered 43 | \RecordChanges 44 | % Comment out next line to print coding 45 | \OnlyDescription 46 | \setlength{\oddsidemargin}{0.5\paperwidth} 47 | \addtolength{\oddsidemargin}{-0.5\textwidth} 48 | \addtolength{\oddsidemargin}{-1in} 49 | \setlength{\evensidemargin}{\oddsidemargin} 50 | 51 | \begin{document} 52 | \DocInput{finnish.mbs} 53 | \end{document} 54 | % 55 | % END OF META COMMENT \fi 56 | % \CharacterTable 57 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 58 | % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z 59 | % Digits \0\1\2\3\4\5\6\7\8\9 60 | % Exclamation \! Double quote \" Hash (number) \# 61 | % Dollar \$ Percent \% Ampersand \& 62 | % Acute accent \' Left paren \( Right paren \) 63 | % Asterisk \* Plus \+ Comma \, 64 | % Minus \- Point \. Solidus \/ 65 | % Colon \: Semicolon \; Less than \< 66 | % Equals \= Greater than \> Question mark \? 67 | % Commercial at \@ Left bracket \[ Backslash \\ 68 | % Right bracket \] Circumflex \^ Underscore \_ 69 | % Grave accent \` Left brace \{ Vertical bar \| 70 | % Right brace \} Tilde \~} 71 | % 72 | % \setcounter{StandardModuleDepth}{1} 73 | % \setcounter{IndexColumns}{2} 74 | % \setlength{\IndexMin}{10cm} 75 | % 76 | % \changes{1.0}{1995 Mar 15}{Initial version} 77 | % \changes{1.1}{1995 May 4}{Do no abbreviate `edited by'} 78 | % \changes{1.1a}{1995 May 11}{Correct \texttt{bbl.phdthesis}} 79 | % \changes{1.2}{1995 Oct 25}{Remove \texttt{umlaut} option and \cs{qq}, 80 | % replace with Raichle's trick} 81 | % \changes{1.3}{1998 Aug 17}{Add \texttt{bbl.etal}} 82 | % \changes{1.4}{1999 Feb 1}{Add option \texttt{xedn}} 83 | % \changes{1.4}{1999 Feb 24}{Update copyright notice} 84 | % \changes{1.4a}{1999 Sep 14}{Fix typo in edition query} 85 | % \changes{4.0}{1999 Oct 11}{For merlin 4.0} 86 | % \changes{4.0a}{2002 Oct 18}{Fix bug in page number suppression} 87 | % \changes{4.2}{2003 Nov 6}{Fix comma separator, consistent with \texttt{makebst} 4.1} 88 | % 89 | % \pagestyle{myheadings} 90 | % \markboth{P. W. Daly}{Finnish Bibliographies} 91 | % 92 | % \title{{\bfseries Finnish Language Definition File}\\ 93 | % for master bibliographic style files} 94 | % 95 | % \author{Patrick W. Daly} 96 | % 97 | % \GetFileInfo{finnish.mbs} 98 | % \date{This paper describes file \texttt{\filename},\\ 99 | % version \fileversion{} from \filedate} 100 | % 101 | % \maketitle 102 | % 103 | % \MakeShortVerb{\|} 104 | % 105 | % \parskip=1ex \parindent=0pt 106 | % 107 | % \newcommand{\btx}{{\sc Bib}\TeX} 108 | % \newcommand{\dtx}{\textsf{docstrip}} 109 | % 110 | % \section{Introduction} 111 | % This file is to be used as a language definition file with master 112 | % bibliographic files. The language it defines is 113 | % \begin{quote}\bfseries Finnish\end{quote} 114 | % 115 | % The translations for Finnish were supplied by 116 | % \begin{quote}\ttfamily "Niilo.Siljamo@Helsinki.FI"\end{quote} 117 | 118 | % This is not a self-sufficient \texttt{.mbs} file, but rather may 119 | % be used together with one that contains language support via 120 | % external definition files. 121 | % 122 | % Bernd Raichle points out that |\^^b| can be used in place of |\"| 123 | % within \btx{} code. One can thus replace |Nelj\^^b{a}s| with |Nelj\^^b{a}s| 124 | % and do away with the \texttt{umlaut} option. 125 | % 126 | % See the documentation for \texttt{makebst} for formatting details. 127 | % 128 | % \section{The Menu Information} 129 | % 130 | % All the menu information is nested between \dtx{} guard options 131 | % |%<*options>| \dots\ |%|, and the last command is 132 | % |\endoptions|. The rest of the file is nested between |%<*!options&!driver>| 133 | % \dots\ |%| in order to exclude it if \dtx{} is used to 134 | % extract only the menu information or the documentation driver. 135 | % 136 | % \begin{macrocode} 137 | %<*options> 138 | \mes{^^JOptions for FINNISH} 139 | \wr{\spsp\spsp finnish,\pc: Finnish language} 140 | 141 | \beginoptiongroup{ABBREVIATE WORD `SIVUT':}{} % `Pages' 142 | \optdef{*}{}{`Sivu(t)'}{(no abbreviation)} 143 | \optdef{a}{pp}{`Sivu' abbreviated}{as s. or ss.} 144 | \optdef{x}{ppx}{`Sivu' omitted}{} 145 | \getans 146 | \endoptiongroup 147 | \beginoptiongroup{ABBREVIATE WORD `TOIMITTAJAT':}{} % `Editors' 148 | \optdef{*}{}{`Toimittaja(t)'}{(no abbreviation)} 149 | \optdef{a}{ed}{`Toimittaja' abbreviated}{as toim.} 150 | \getans 151 | \endoptiongroup 152 | \beginoptiongroup{OTHER ABBREVIATIONS:}{} 153 | \optdef{*}{}{No abbreviations}{of other words} 154 | \optdef{a}{abr}{Abbreviations}{of such words} 155 | \getans 156 | \endoptiongroup 157 | \beginoptiongroup{EDITION NUMBERS:}{} 158 | \optdef{*}{xedn}{Editions as in database}{saving much processing memory} 159 | \optdef{w}{}{Write out editions}{as emsimm\string\"ainen, toinen, etc} 160 | \optdef{n}{ord}{Numerical editions}{as 1., 2., etc} 161 | \getans 162 | \endoptiongroup 163 | \endoptions 164 | % 165 | % \end{macrocode} 166 | % 167 | % \StopEventually{\PrintChanges} 168 | % 169 | % \section{The Coding} 170 | % \begin{macrocode} 171 | %<*!options&!driver> 172 | 173 | % The language selected here is FINNISH 174 | FUNCTION {bbl.and} 175 | { "ja"} 176 | 177 | FUNCTION {bbl.etal} 178 | { "et~al." } 179 | 180 | FUNCTION {bbl.editors} 181 | %{ "toimittajat" } 182 | %{ "toim." } 183 | 184 | FUNCTION {bbl.editor} 185 | %{ "toimittaja" } 186 | %{ "toim." } 187 | 188 | FUNCTION {bbl.edby} 189 | { "toimittanut" } 190 | 191 | FUNCTION {bbl.edition} 192 | %{ "painos" } 193 | %{ "painos" } 194 | 195 | FUNCTION {bbl.volume} 196 | { "osa" } 197 | 198 | FUNCTION {bbl.of} 199 | { "sarjasta" } 200 | 201 | FUNCTION {bbl.number} 202 | %{ "numero" } 203 | %{ "no." } 204 | 205 | FUNCTION {bbl.nr} 206 | { "no." } 207 | 208 | FUNCTION {bbl.in} 209 | { "teoksessa" } 210 | 211 | FUNCTION {bbl.pages} 212 | %{ "sivut" } 213 | %{ "ss." } 214 | %{ "" } 215 | 216 | 217 | FUNCTION {bbl.page} 218 | %{ "sivu" } 219 | %{ "s." } 220 | %{ "" } 221 | 222 | %<*revdata> 223 | FUNCTION {bbl.eidpp} 224 | { "sivut" } 225 | 226 | % 227 | FUNCTION {bbl.chapter} 228 | { "luku" } 229 | 230 | FUNCTION {bbl.techrep} 231 | %{ "Tekninen Raportti" } 232 | %{ "Tekn. Rap." } 233 | 234 | FUNCTION {bbl.mthesis} 235 | { "pro gradu" } 236 | 237 | FUNCTION {bbl.phdthesis} 238 | { "v\^^b{a}it\^^b{o}skirja" } 239 | 240 | %<*!xedn> 241 | FUNCTION {bbl.first} 242 | %{ "Ensimm\^^b{a}inen" } 243 | %{ "1." } 244 | 245 | FUNCTION {bbl.second} 246 | %{ "Toinen" } 247 | %{ "2." } 248 | 249 | FUNCTION {bbl.third} 250 | %{ "Kolmas" } 251 | %{ "3." } 252 | 253 | FUNCTION {bbl.fourth} 254 | %{ "Nelj\^^b{a}s" } 255 | %{ "4." } 256 | 257 | FUNCTION {bbl.fifth} 258 | %{ "Viides" } 259 | %{ "5." } 260 | 261 | FUNCTION {bbl.st} 262 | { "." } 263 | 264 | FUNCTION {bbl.nd} 265 | { "." } 266 | 267 | FUNCTION {bbl.rd} 268 | { "." } 269 | 270 | FUNCTION {bbl.th} 271 | { "." } 272 | 273 | % 274 | MACRO {jan} {"tammikuu"} 275 | 276 | MACRO {feb} {"helmikuu"} 277 | 278 | MACRO {mar} {"maaliskuu"} 279 | 280 | MACRO {apr} {"huhtikuu"} 281 | 282 | MACRO {may} {"toukokuu"} 283 | 284 | MACRO {jun} {"kes\^^b{a}kuu"} 285 | 286 | MACRO {jul} {"hein\^^b{a}kuu"} 287 | 288 | MACRO {aug} {"elokuu"} 289 | 290 | MACRO {sep} {"syyskuu"} 291 | 292 | MACRO {oct} {"lokakuu"} 293 | 294 | MACRO {nov} {"marraskuu"} 295 | 296 | MACRO {dec} {"joulukuu"} 297 | 298 | % 299 | % End module: finnish.mbs 300 | % \end{macrocode} 301 | % \Finale 302 | -------------------------------------------------------------------------------- /LaTeX_Math_and_BibTeX/bibtex/bibtex.tex: -------------------------------------------------------------------------------- 1 | \section[BibTeX]{BibTeX} 2 | 3 | 4 | 5 | \subsection[Welcome to BibTeX]{Welcome to BibTeX} 6 | 7 | \begin{frame} \frametitle{Why use BibTeX?} 8 | There are a number of very good reasons to use BibTeX instead of manual creation of bibliographies. 9 | \begin{itemize} 10 | \item Automatic creation of bibliographies. 11 | \item Easily change bibliographic styles. 12 | \item Identification of missing sources referenced in text. 13 | \end{itemize} 14 | \end{frame} 15 | 16 | \begin{frame} \frametitle{How BibTeX works} 17 | There are three steps that LaTeX and BibTeX take to make a bibliography. 18 | \begin{itemize} 19 | \item When you typeset a document with citations (e.g. {\color{command}$\backslash$cite{\color{braces}$\{$}{\color{black}zotova}{\color{braces}$\}$}}), LaTeX makes note of each citation. 20 | \item BibTeX takes this list and looks for each reference in a database of publications. 21 | \item Then we tell LaTeX to make the bibliography of all of those publications it found that we referenced. 22 | \end{itemize} 23 | The most time consuming part is initially building the database. After that, you can reference this same database over and over again and BibTeX becomes a breeze. 24 | \end{frame} 25 | 26 | \begin{frame} \frametitle{BibTeX material} 27 | \begin{itemize} 28 | \item Creating your database 29 | \item Citing a reference 30 | \item Typesetting with BibTeX 31 | \item Building style files 32 | \end{itemize} 33 | \end{frame} 34 | 35 | \subsection[Building the database]{Building the database} 36 | 37 | \begin{frame} \frametitle{Sample reference entry} 38 | We want to create a reference, similar to the following, for each of the item we want to cite. 39 | 40 | \vspace{7mm} 41 | 42 | @article$\{\overbrace{\text{zotova}}^{label}$, \\ 43 | \hspace{3mm} Author = $\{$Elena Zotova and Charles D Woody and Ehud Gruen$\}$, \\ 44 | \hspace{3mm} Journal = $\{$Brain Research$\}$, \\ 45 | \hspace{3mm} Pages = $\{$66-78$\}$, \\ 46 | \hspace{3mm} Title = $\{$Multiple representations ... [etc etc].$\}$, \\ 47 | \hspace{3mm} Volume = $\{$868$\}$, \\ 48 | \hspace{3mm} Year = $\{$2000$\}\}$ \\ 49 | \end{frame} 50 | 51 | \begin{frame} \frametitle{Make up of a reference} 52 | Each reference needs a publication type (e.g. article, book), and each reference includes many fields. For instance, the following are \textbf{required} and \textit{optional} fields of an article entry. 53 | \begin{center} 54 | \begin{tabular}{lllrr} 55 | \multicolumn{5}{l}{\textbf{label}: The reference label.} \\ 56 | \textbf{Author} & \textbf{Journal} & \textbf{Title} & \hspace{5mm} & \\ 57 | \textbf{Year} & \textit{Volume} & \textit{Number} \\ 58 | \textit{Pages} & \textit{Month} & \textit{Note} 59 | \end{tabular} 60 | \end{center} 61 | A formal list of the available publication types and also which items are required and optional for each type, see 62 | \begin{itemize} 63 | \item[]\color{highlight}http://www.image.ufl.edu/help/latex/entry\_bibtex.shtml 64 | \end{itemize} 65 | \end{frame} 66 | 67 | \begin{frame} \frametitle{An alternative} 68 | If you don't want to build your data base up in such a bare-bones manner, you might try 69 | \begin{itemize} 70 | \item BibDesk: Macs. 71 | \item JabRef: Macs, PCs, Linux. 72 | \end{itemize} 73 | Both of these programs are free and available online. Others exist, and I have only personally used BibDesk. 74 | \end{frame} 75 | 76 | \begin{frame} \frametitle{If you do manage your own...} 77 | Some things you should know if you do not use a program manager: 78 | \begin{itemize} 79 | \item Always include a label, which is how LaTeX identifies the entry. 80 | \item The entry (publication) type and field names are NOT cap-sensitive. 81 | \item Enclose the text for each field (e.g. the author names) in curly braces. 82 | \item You can add extra fields that are not listed and these will be ignored (e.g. if you add an Abstract field to a reference, BibTeX will just ignore it). 83 | \end{itemize} 84 | \end{frame} 85 | 86 | \begin{frame} \frametitle{Special cases} 87 | Giving author names in a non-ambiguous form is sometimes difficult. 88 | \begin{itemize} 89 | \item Always type names as $\{$Given Names Surnames$\}$ or $\{$Surname, Given Names$\}$. 90 | \item Anything enclosed in braces will be treated as a single item (e.g. Author = {\color{braces}$\{${\color{black}Maria} $\{${\color{black}San Martino}$\}\}$}). 91 | \item If there is more than one author, separate each author name by the word \textit{and}. If \textit{and} is part of someone's name, enclose their entire name in braces. 92 | \item You may add accents (e.g. G$\ddot{\text{o}}$del via \texttt{G$\{\backslash$"o$\}$del}). 93 | \end{itemize} 94 | Many other nuances exist. If you encounter a peculiar name, do a little online searching to see how best to put it into the data base. 95 | \end{frame} 96 | 97 | \begin{frame} \frametitle{Abbreviating journal names} 98 | Sometimes you don't want your entry to include the entire journal name. To shorten it, use the \textit{string} entry type: 99 | \begin{itemize} 100 | \item[] @string$\{$JSS = $\{$Journal of Statistical Software$\}\}$ 101 | \end{itemize} 102 | These string entries must be defined in the database above where they are used. 103 | \end{frame} 104 | 105 | \subsection{Citing a reference} 106 | 107 | \begin{frame} \frametitle{Citing a reference} 108 | There are four commands that can be used. 109 | \begin{itemize} 110 | \item {\color{command}$\backslash$cite\color{braces}$\{${\color{black}labelName}$\}$} [referenceNumber], e.g. [1]. 111 | \item {\color{command}$\backslash$citet\color{braces}$\{${\color{black}labelName}$\}$} Surname (year), e.g. Zotova et al. (2000). 112 | \item {\color{command}$\backslash$citep\color{braces}$\{${\color{black}labelName}$\}$} (Surname, year), e.g. (Zotova et al., 2000). 113 | \item {\color{command}$\backslash$nocite\color{braces}$\{${\color{black}labelName}$\}$} Not cited but will show up in bibliography. 114 | \end{itemize} 115 | The first and last work with the \texttt{\color{highlight}uclathes} class. The second two are used in the \texttt{\color{highlight}natbib} package (highly recommended for non-thesis papers). 116 | \end{frame} 117 | 118 | \begin{frame} \frametitle{Other commands in your document} 119 | The following two lines of code must be inserted at the place where the bibliography is to be added: 120 | \begin{itemize} 121 | \item[] {\color{command}$\backslash$bibliographystyle\color{braces}$\{${\color{black}yourStyle}$\}$} 122 | \item[] {\color{command}$\backslash$bibliography\color{braces}$\{${\color{black}databaseName}$\}$} 123 | \end{itemize} 124 | The style command can be moved higher (it doesn't matter). If you use the \texttt{\color{highlight}natbib} package, then you must add it with the other packages: 125 | \begin{itemize} 126 | \item[] {\color{command}$\backslash$usepackage\color{braces}$\{${\color{black}natbib}$\}$} 127 | \end{itemize} 128 | I have not gotten this package to work with the UCLA thesis template. 129 | \end{frame} 130 | 131 | \subsection{Typesetting} 132 | 133 | \begin{frame} \frametitle{Making the bibliography} 134 | If you have made your reference database, made citations, and inserted the bibliography commands in your text, then you are ready to create the bibliography. In TeXShop, there are a few simple steps to finish: 135 | \begin{itemize} 136 | \item Typeset your LaTeX document as usual. 137 | \item Change the Typesetting option from LaTeX to BibTeX: 138 | 139 | \vspace{1mm} 140 | 141 | \includegraphics[height=15mm]{bibtex/bibtexTypeset}\hspace{4mm}{} 142 | 143 | \item Typeset again with BibTeX. 144 | \item Return the Typesetting option back to LaTeX and compile \textbf{twice} more. 145 | \end{itemize} 146 | \end{frame} 147 | 148 | \subsection{Building your own style file (the easy way)} 149 | 150 | \begin{frame} \frametitle{Building a style file} 151 | One of the big benefits of BibTeX is the ability to quickly change the bibliography style and within-text citations. To do this, we use the program {\color{highlight}custom-bib}. Download it at 152 | \begin{itemize}\small 153 | \item[] \color{highlight} http://www.ctan.org/tex-archive/help/Catalogue/entries/custom-bib.html 154 | \end{itemize} 155 | custom-bib has been included in the {\color{highlight}latexTemp} zip file from the first class. 156 | \end{frame} 157 | 158 | \begin{frame} \frametitle{Building a style file} 159 | Open \texttt{latexTemp} $>$ \texttt{custom-bib}, and open the \texttt{\color{highlight}makebst.tex} file. To run the program, 160 | \begin{itemize} 161 | \item[(1)] Open the file and typeset it. 162 | \item[(2)] Type \texttt{YES} to the first question to get extra directions. 163 | \item[(3)] Choose an appropriate file name (no need to add the extension). 164 | \item[(4)] Answer each of the style questions. 165 | \item[(5)] For the last question, \textit{Finished!! ... Shall I now run this batch job? (NO)}, type \texttt{YES}. 166 | \end{itemize} 167 | Find and copy the file you named in step (3) with extension \texttt{.bst}. Put it in the folder with whatever files for which you will make a bibliography with this style or in your bibliography folder (however you reference it in your LaTeX document). 168 | \end{frame} 169 | 170 | \subsection{Practice} 171 | 172 | \begin{frame} \frametitle{Practice} 173 | Open the \texttt{\color{highlight}latexTemp.tex} file and go to the last section. Add a bibliography reference of {\color{command}$\backslash$citet}{\color{braces}$\{${\color{black}victor}$\}$}. Also add a reference with {\color{command}$\backslash$citep}{\color{braces}$\{${\color{black}victor}$\}$} and typeset (all four steps). What is the difference between your references? How would you use each in a paper?\end{frame} 174 | 175 | 176 | 177 | --------------------------------------------------------------------------------