From 3aed0b98b8de63a3d74f23e1d606120a57518195 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 20 Feb 2024 21:04:13 +0000 Subject: citation-style-language (20feb24) git-svn-id: svn://tug.org/texlive/trunk@70017 c570f23f-e606-0410-a88d-b1316a301751 --- .../citeproc-bibtex-data.lua | 16 ++++++++ .../citeproc-bibtex-parser.lua | 2 +- .../citeproc-bibtex2csl.lua | 2 +- .../citation-style-language/citeproc-cli.lua | 2 +- .../citation-style-language/citeproc-context.lua | 2 +- .../citation-style-language/citeproc-element.lua | 2 +- .../citation-style-language/citeproc-engine.lua | 2 +- .../citation-style-language/citeproc-ir-node.lua | 2 +- .../citeproc-journal-data.lua | 44 ++++++++++++++++++++-- .../citeproc-latex-core.lua | 2 +- .../citeproc-latex-parser.lua | 2 +- .../citation-style-language/citeproc-latex.lua | 2 +- .../citation-style-language/citeproc-lua.lua | 2 +- .../citeproc-node-bibliography.lua | 2 +- .../citeproc-node-choose.lua | 2 +- .../citeproc-node-citation.lua | 2 +- .../citation-style-language/citeproc-node-date.lua | 2 +- .../citeproc-node-group.lua | 2 +- .../citeproc-node-label.lua | 5 ++- .../citeproc-node-layout.lua | 2 +- .../citeproc-node-locale.lua | 2 +- .../citeproc-node-names.lua | 2 +- .../citeproc-node-number.lua | 2 +- .../citation-style-language/citeproc-node-sort.lua | 2 +- .../citeproc-node-style.lua | 2 +- .../citation-style-language/citeproc-node-text.lua | 2 +- .../citation-style-language/citeproc-nodes.lua | 2 +- .../citation-style-language/citeproc-output.lua | 2 +- .../citation-style-language/citeproc-unicode.lua | 2 +- .../citation-style-language/citeproc-util.lua | 2 +- .../citation-style-language/citeproc-yaml.lua | 2 +- .../scripts/citation-style-language/citeproc.lua | 4 +- 32 files changed, 91 insertions(+), 34 deletions(-) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-bibtex-data.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-bibtex-data.lua index 666d813c9b1..8d0b56c1715 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-bibtex-data.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-bibtex-data.lua @@ -4189,6 +4189,22 @@ return { csl = nil, source = "adrbirthday.bst", }, + pagesnodashify = { + csl = nil, + source = "tugboat.bst", + }, + by = { + csl = nil, + source = "iran-unsrt.bst", + }, + impression = { + csl = nil, + source = "iran-unsrt.bst", + }, + translateyear = { + csl = nil, + source = "iran-unsrt.bst", + }, }, macros = { acmcs = { diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-bibtex-parser.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-bibtex-parser.lua index aa6bf671834..36238791cc9 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-bibtex-parser.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-bibtex-parser.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-bibtex2csl.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-bibtex2csl.lua index 3588b50df81..cc4cf2580f2 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-bibtex2csl.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-bibtex2csl.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-cli.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-cli.lua index 4a2dcee5638..83e6d35e9b1 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-cli.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-cli.lua @@ -1,6 +1,6 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-context.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-context.lua index 7ccf72269d3..58efc0f37b5 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-context.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-context.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-element.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-element.lua index 1ed800e7f2c..2fb19b4848c 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-element.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-element.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-engine.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-engine.lua index be7031839bd..0f65f66b87c 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-engine.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-engine.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-ir-node.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-ir-node.lua index 92093309bc5..0aae5e9aeec 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-ir-node.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-ir-node.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-journal-data.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-journal-data.lua index fc05997a3fa..eec47eb7d6c 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-journal-data.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-journal-data.lua @@ -12384,6 +12384,7 @@ abbrevs = { ["ARION-A JOURNAL OF HUMANITIES AND THE CLASSICS"] = "Arion.", ["ARISTOCRACY IN THE COUNTY OF CHAMPAGNE, 1100-1300"] = "Middle. Ages. Ser.", ["ARISTOCRATIC WOMEN AND THE LITERARY NATION, 1832-1867"] = "Palgrave. Stud. Ninet-.", + ["ARISTOTE. TRADUCTIONS ET ETUDES"] = "Aristote. Trad. Etudes", ["ARISTOTELIAN SOCIETY - SUPPLEMENTARY VOLUME 64"] = "Arist. Soc. P.", ["ARISTOTELIAN SOCIETY - SUPPLEMENTARY VOLUME 65, 1991"] = "Arist. Soc. P.", ["ARISTOTELIAN SOCIETY - SUPPLEMENTARY VOLUME 66"] = "Arist. Soc. P.", @@ -12563,6 +12564,7 @@ abbrevs = { ["ARRIGO BOITO"] = "Linea. Venet.", ["ARROWS FOR CHANGE"] = "Arrows Change", ["ARS COMBINATORIA"] = "Ars Combin.", + ["ARS COMBINATORIA. A CANADIAN JOURNAL OF COMBINATORICS"] = "Ars Combin.", ["ARS CURANDI EM ODONTOLOGIA"] = "Ars Curandi Odontol", ["ARS GEORGICA"] = "ArsGeorg", ["ARS INVENIENDI ANALYTICA"] = "Ars Inven. Anal.", @@ -18356,6 +18358,7 @@ abbrevs = { ["BRILLOUIN-WIGNER METHODS FOR MANY-BODY SYSTEMS"] = "Prog. Theor. Chem. Phys.", ["BRILLS SERIES ON THE EARLY MIDDLE AGES"] = "Brill. Ser. Early Midd.", ["BRILLS STUDIES IN INTELLECTUALS HISTORY"] = "Brill. S. In.", + ["BRILL’S COMPANIONS TO CLASSICAL RECEPTION"] = "Brill’s Companions Class. Recept.", ["BRILL’S INDOLOGICAL LIBRARY"] = "Brills. Indol. Lib.", ["BRILL’S JAPANESE STUDIES LIBRARY"] = "Brl. Japan. Stud. Lib.", ["BRILL’S TIBETAN STUDIES LIBRARY"] = "Brills. Tibet. Stu. Lib.", @@ -25510,6 +25513,7 @@ abbrevs = { ["COMMUNICATIONS IN CONTEMPORARY MATHEMATICS"] = "Commun. Contemp. Math.", ["COMMUNICATIONS IN INFORMATION AND SYSTEMS"] = "Commun Inf Syst", ["COMMUNICATIONS IN MATHEMATICAL ANALYSIS"] = "Commun. Math. Anal.", + ["COMMUNICATIONS IN MATHEMATICAL ANALYSIS AND APPLICATIONS"] = "Commun. Math. Anal. Appl.", ["COMMUNICATIONS IN MATHEMATICAL PHYSICS"] = "Commun. Math. Phys.", ["COMMUNICATIONS IN MATHEMATICAL RESEARCH"] = "Commun. Math. Res.", ["COMMUNICATIONS IN MATHEMATICAL SCIENCES"] = "Commun. Math. Sci.", @@ -28592,6 +28596,7 @@ abbrevs = { ["COURRIER"] = "Courrier", ["COURRIER DE L’ENVIRONNEMENT DE L’INRA, LE"] = "Courr. environ. INRA", ["COURRIER DE L’EXPLOITANT ET DU SCIEUR"] = "Courr. exploit. scieur", + ["COURS"] = "Cours (Publ. Univ. Rouen Havre)", ["COURS DE GÉOMÉTRIE DE LA FACULTÉ DES SCIENCES"] = "Cours Géom. Fac. Sci.", ["COURS SPECIALISES"] = "Cours Spec.", ["COURS SPÉCIALISÉS"] = "Cours Spéc.", @@ -29100,6 +29105,7 @@ abbrevs = { ["CROSSROADS (DE KALB, ILL.)"] = "Crossroads (De Kalb)", ["CROSSROADS BETWEEN INNATE AND ADAPTIVE IMMUNITY"] = "Adv. Exp. Med. Biol.", ["CROSSROADS BETWEEN INNATE AND ADAPTIVE IMMUNITY II"] = "Adv. Exp. Med. Biol.", + ["CROSSROADS. HISTORY OF INTERACTIONS ACROSS THE SILK ROUTES"] = "Crossroads", ["CROWS BEHIND THE PLOUGH"] = "Costerus. Es.", ["CRUCIAL ISSUES IN SEMICONDUCTOR MATERIALS AND PROCESSING TECHNOLOGIES"] = "Nato. Adv. Sci. Inst. Se.", ["CRUCIBLE"] = "Crucible", @@ -29694,6 +29700,7 @@ abbrevs = { ["CURRENT MUNICIPAL PROBLEMS"] = "Curr. Munic. Probl.", ["CURRENT MUSICOLOGY"] = "Curr. Musicology", ["CURRENT NANOSCIENCE"] = "Curr Nanosci", + ["CURRENT NATURAL SCIENCES"] = "Curr. Nat. Sci.", ["CURRENT NEUROBIOLOGY"] = "Curr Neurobiol", ["CURRENT NEUROCHEMICAL AND PHARMACOLOGICAL ASPECTS OF BIOGENIC AMINES"] = "Prog. Brain. Res.", ["CURRENT NEUROLOGY AND NEUROSCIENCE REPORTS"] = "Curr Neurol Neurosci Rep", @@ -35698,6 +35705,7 @@ abbrevs = { ["ELEMENTS AND TRACES"] = "Samuel. Beckett. Today.", ["ELEMENTS IN APPLIED CATEGORY THEORY"] = "Elem. Appl. Categ. Theory", ["ELEMENTS IN NON-LOCAL DATA INTERACTIONS: FOUNDATIONS AND APPLICATIONS"] = "Elem. Non-local Data Interact.: Found. Appl.", + ["ELEMENTS IN THE PHILOSOPHY OF BIOLOGY"] = "Elem. Philos. Biol.", ["ELEMENTS IN THE PHILOSOPHY OF MATHEMATICS"] = "Elem. Philos. Math.", ["ELEMENTS OF ADAPTIVE TESTING"] = "Stat. Soc. Behav. Sc.", ["ELEMENTS OF COMPUTATION THEORY"] = "Texts. Comput. Sci.", @@ -37578,7 +37586,7 @@ abbrevs = { ["ESENCIA ODONTOLOGICA"] = "Esencia Odontol", ["ESERCITAZIONI DI MATEMATICA"] = "Esercit. Mat.", ["ESI INTERNATIONAL PROJECT MANAGEMENT SERIES"] = "Esi Int. Proj. Manag. S.", - ["ESI LECTURES IN MATHEMATICS AND PHYSICS"] = "Esi Lect. Math. Phys.", + ["ESI LECTURES IN MATHEMATICS AND PHYSICS"] = "ESI Lect. Math. Phys.", ["ESINE JA AIKA: MATERIAALISEN KULTTUURIN HISTORIAA"] = "Hist. Arkisto.", ["ESIS (EUROPEAN STRUCTURAL INTEGRITY SOCIETY) PUBLICATION"] = "Esis Publ.", ["ESIS PUBLICATION"] = "ESIS Publ.", @@ -54440,6 +54448,7 @@ abbrevs = { ["INTERNATIONAL ARCHIVES OF OCCUPATIONAL AND ENVIRONMENTAL HEALTH"] = "Int Arch Occup Environ Health", ["INTERNATIONAL ARCHIVES OF OTORHINOLARYNGOLOGY"] = "Int Arch Otorhinolaryngol", ["INTERNATIONAL ARCHIVES OF PHOTOGRAMMETRY AND REMOTE SENSING"] = "Int. Arch. Photogramm. Remote Sens.", + ["INTERNATIONAL ARCHIVES OF THE HISTORY OF IDEAS/ARCHIVES INTERNATIONALES D’HISTOIRE DES IDEES"] = "Int. Arch. Hist. Ideas", ["INTERNATIONAL ARCHIVES OF TRANSLATIONAL MEDICINE"] = "Int Arch Transl Med", ["INTERNATIONAL ASPECTS OF CHILD ABUSE AND NEGLECT"] = "Health. Hum. Dev.", ["INTERNATIONAL ASSISTANCE AND STATE-UNIVERSITY RELATIONS"] = "Stud. High. Educ. Ser.", @@ -72449,6 +72458,7 @@ abbrevs = { ["MATHEMATICAL MORPHOLOGY AND ITS APPLICATIONS TO IMAGE AND SIGNAL PROCESSING"] = "Comp. Imag. Vis.", ["MATHEMATICAL MORPHOLOGY AND ITS APPLICATIONS TO IMAGE PROCESSING"] = "Comp. Imag. Vis.", ["MATHEMATICAL MORPHOLOGY: 40 YEARS ON"] = "Comp. Imag. Vis.", + ["MATHEMATICAL NEUROSCIENCE AND APPLICATIONS"] = "Math. Neurosci. Appl.", ["MATHEMATICAL NOTES"] = "Math. Notes", ["MATHEMATICAL NOTES - PRINCETON UNIVERSITY PRESS"] = "Math. N. Princ.", ["MATHEMATICAL OLYMPIAD SERIES"] = "Math. Olymp. Ser.", @@ -74780,6 +74790,7 @@ abbrevs = { ["MICELLAR CATALYSIS"] = "Surfactant. Sci. Ser.", ["MICHAEL RYAN’S WRITINGS ON MEDICAL ETHICS"] = "Philos. Med.", ["MICHEL FOUCAULT-LECTURES AT THE COLLEGE DE FRANCE"] = "Michel Foucault-lect.", + ["MICHEL SERRES AND MATERIAL FUTURES"] = "Michel Serres Mater. Futur.", ["MICHELE FEDERICO SCIACCA E LA FILOSOFIA OGGI, VOLS I AND II"] = "Pubb. Sciacca Sez. Att.", ["MICHIE'S ANNOTATED CODE OF THE PUBLIC GENERAL LAWS OF MARYLAND. MARYLAND"] = "Michies Annot Code Public Gen Laws Md Md", ["MICHIE'S WEST VIRGINIA CODE, ANNOTATED. WEST VIRGINIA"] = "Michies W Va Code Annot W Va", @@ -75554,6 +75565,7 @@ abbrevs = { ["MIND, DIET, AND THE COMMON COLD"] = "Roy. Soc. Med. Int. Cong.", ["MIND, MATTER AND QUANTUM MECHANICS, THIRD EDITION"] = "Front. Collect.", ["MIND, MATTER AND THE IMPLICATE ORDER"] = "Front. Collect.", + ["MIND, MEANING AND METAPHYSICS"] = "Mind Mean. Metaphys.", ["MIND. A QUARTERLY REVIEW OF PHILOSOPHY"] = "Mind", ["MIND; A QUARTERLY REVIEW OF PSYCHOLOGY AND PHILOSOPHY"] = "Mind", ["MINDEV 97 - THE INTERNATIONAL CONFERENCE ON MINE PROJECT DEVELOPMENT"] = "Australas. I. Min. Met.", @@ -85726,6 +85738,7 @@ abbrevs = { ["OXFORD REVIEWS OF REPRODUCTIVE BIOLOGY"] = "Oxf Rev Reprod Biol", ["OXFORD SCIENCE PUBLICATIONS"] = "Oxford Sci. Publ.", ["OXFORD SERIES IN SOCIAL COGNITION AND SOCIAL NEUROSCIENCE"] = "Oxf Ser Soc Cogn Soc Neurosci", + ["OXFORD SERIES ON MATERIALS MODELLING"] = "Oxf. Ser. Mater. Model.", ["OXFORD SLAVONIC PAPERS"] = "Oxf Slav Pap", ["OXFORD STATISTICAL SCIENCE SERIES"] = "Oxford Statist. Sci. Ser.", ["OXFORD STUDIES IN ANCIENT PHILOSOPHY"] = "Oxf Stud Anc Philos", @@ -103313,6 +103326,7 @@ abbrevs = { ["SCHRIFTEN DES ADAM-RIES-BUNDES ANNABERG-BUCHHOLZ"] = "Schrift. Adam-Ries-Bundes Annaberg-Buchholz", ["SCHRIFTEN DES FORSCHUNGSZENTRUMS JULICH REIHE ENERGIETECHNIK"] = "Schr. Fz. Jul. Energ.", ["SCHRIFTEN DES FORSCHUNGSZENTRUMS JULICH REIHE MATERIE UND MATERIAL"] = "Schr. Forsch. Zent. Jul.", + ["SCHRIFTEN DES MUSEUMS DER UNIVERSITAT TUBINGEN (MUT)"] = "Schrift. Mus. Univ. Tubingen (MUT)", ["SCHRIFTEN DES VEREINES ZUR VERBREITUNG NATURWISSENSCHAFTLICHER KENNTNISSE IN WIEN"] = "Schr. Naturwissen. Verbr. Naturwissen. Kennt. Wien", ["SCHRIFTEN DES ZENTRUMS FÜR ARCHÄOLOGIE UND KULTURGESCHICHTE DES SCHWARZMEERRAUMES"] = "ZAKSSchriften", ["SCHRIFTEN ZU GENETISCHEN RESSOURCEN"] = "Schr Genet Ressour", @@ -105105,7 +105119,7 @@ abbrevs = { ["SERIES ON CODING THEORY AND CRYPTOLOGY"] = "Ser. Coding Theory Cryptol.", ["SERIES ON COMPLEXITY SCIENCE"] = "Ser. Complex. Sci.", ["SERIES ON COMPLEXITY, NONLINEARITY AND CHAOS"] = "Ser. Complex. Nonlinearity Chaos", - ["SERIES ON COMPUTERS AND OPERATIONS RESEARCH"] = "Ser. Computers Oper. R.", + ["SERIES ON COMPUTERS AND OPERATIONS RESEARCH"] = "Ser. Comput. Oper. Res.", ["SERIES ON CONCRETE AND APPLICABLE MATHEMATICS"] = "Ser. Concr. Appl. Math.", ["SERIES ON CONTEMPORARY CHINA"] = "Ser. Contemp. China", ["SERIES ON INNOVATION AND KNOWLEDGE MANAGEMENT"] = "Ser. Innovat. Knowl. Ma.", @@ -108830,6 +108844,7 @@ abbrevs = { ["SPRINGER SERIES IN ACCOUNTING SCHOLARSHIP"] = "Springer Ser. Account.", ["SPRINGER SERIES IN ADVANCED MANUFACTURING"] = "Springer Ser. Adv. Manuf.", ["SPRINGER SERIES IN ADVANCED MICROELECTRONICS"] = "Spr. Ser. Adv. Microele.", + ["SPRINGER SERIES IN ASTROPHYSICS AND COSMOLOGY"] = "Springer Ser. Astrophys. Cosmol.", ["SPRINGER SERIES IN ASTROSTATISTICS"] = "Springer Ser. Astrostatistics", ["SPRINGER SERIES IN BIO-/NEUROINFORMATICS"] = "Springer Ser. Bio-/Neuroinform.", ["SPRINGER SERIES IN BIOPHYSICS"] = "Springer Ser Biophys", @@ -108883,6 +108898,7 @@ abbrevs = { ["SPRINGER SERIES ON TOUCH AND HAPTIC SYSTEMS"] = "Springer Ser. Touch", ["SPRINGER SERIES ON WAVE PHENOMENA"] = "Springer Ser. Wave Phenomena", ["SPRINGER SPECIALIST SURGERY SERIES"] = "Springer Spec. Surg. S.", + ["SPRINGER STUDIES IN THE HISTORY OF ECONOMIC THOUGHT"] = "Springer Stud. Hist. Econ. Thought", ["SPRINGER STUDIES IN WORK AND INDUSTRY"] = "Springer Stud. Work I.", ["SPRINGER STUDIUM MATHEMATIK—MASTER"] = "Springer Stud. Math. Master", ["SPRINGER SURGERY ATLAS SERIES"] = "Springer Surg. Atlas", @@ -108956,6 +108972,7 @@ abbrevs = { ["SPRINGERBRIEFS IN STRUCTURAL MECHANICS"] = "SpringerBriefs Struct. Mech.", ["SPRINGERBRIEFS IN THE MATHEMATICS OF MATERIALS"] = "SpringerBriefs Math. Mater.", ["SPRINGERBRIEFS IN THERMAL ENGINEERING AND APPLIED SCIENCE"] = "SpringerBriefs Therm. Eng. Appl. Sci.", + ["SPRINGERBRIEFS ON PDES AND DATA SCIENCE"] = "SpringerBriefs PDEs Data Sci.", ["SPRINGERPLUS"] = "Springerplus", ["SPRINGERS FORENSIC LABORATORY SCIENCE SERIES"] = "Springer. Forens. Lab.", ["SPRINGERS KURZLEHRBUCHER DER WIRTSCHAFTSWISSENSCHAFTEN"] = "Springers Kurzlehrb. Wirtsch.", @@ -111734,6 +111751,7 @@ abbrevs = { ["SYNTHESIS IMAGING IN RADIO ASTRONOMY II"] = "Astr. Soc. P.", ["SYNTHESIS LECTURES ON ALGORITHMS AND SOFTWARE IN ENGINEERING"] = "Synth. Lect. Algorithms Softw. Eng.", ["SYNTHESIS LECTURES ON ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING"] = "Synth. Lect. Artif. Intell. Mach. Learn.", + ["SYNTHESIS LECTURES ON COMPUTER SCIENCE"] = "Synth. Lect. Comput. Sci.", ["SYNTHESIS LECTURES ON COMPUTER VISION"] = "Synth. Lect. Comput. Vis.", ["SYNTHESIS LECTURES ON DATA MINING AND KNOWLEDGE DISCOVERY"] = "Synth. Lect. Data Min. Knowl. Discov.", ["SYNTHESIS LECTURES ON DIGITAL CIRCUITS AND SYSTEMS"] = "Synth. Lect. Digit. Circuits Syst.", @@ -121200,6 +121218,7 @@ abbrevs = { ["VIRTUAL PROTOTYPING: VTT RESEARCH PROGRAMME 1998-2000"] = "Vtt Symp.", ["VIRTUAL REALITY"] = "Virtual Real", ["VIRTUAL REALITY, PROCEEDINGS"] = "Lect. Notes. Comput. Sc.", + ["VIRTUAL SERIES ON SYMPLECTIC GEOMETRY"] = "Virtual Ser. Symplectic Geom.", ["VIRTUAL STORYTELLING, PROCEEDINGS"] = "Lect. Notes. Comput. Sc.", ["VIRTUAL STORYTELLING: USING VIRTUAL REALITY TECHNOLOGIES FOR STORYTELLING, PROCEEDINGS"] = "Lect. Notes. Comput. Sc.", ["VIRTUAL SYSTEMS AND MULTIMEDIA"] = "Lect. Notes. Comput. Sc.", @@ -132368,6 +132387,7 @@ unabbrevs = { ["ARIMA REV AFR RECH INFORM MATH APPL"] = "ARIMA. Revue Africaine de la Recherche en Informatique et Mathematiques Appliquees", ["ARION"] = "Arion-a Journal of Humanities and The Classics", ["ARIST SOC P"] = "Aristotelian Society Publications Supplementary Volume", + ["ARISTOTE TRAD ETUDES"] = "Aristote. Traductions et Etudes", ["ARIZ AES RES REP"] = "Arizona Agricultural Experiment Station Research Report", ["ARIZ AES TECH BULL"] = "Arizona Agricultural Experiment Station Technical Bulletin", ["ARIZ DENT J"] = "The Arizona dental journal", @@ -136420,6 +136440,7 @@ unabbrevs = { ["BRILL SER EARLY MIDD"] = "Age of Saints: Power, Conflict and Dissent in Early Medieval Christianity", ["BRILLS INDOL LIB"] = "Brill’s Indological Library", ["BRILLS TIBET STU LIB"] = "Tibetan Buddhist Literature and Praxis: Studies in Its Formative Period, 900-1400", + ["BRILL’S COMPANIONS CLASS RECEPT"] = "Brill’s Companions to Classical Reception", ["BRIMLEYANA"] = "Brimleyana", ["BRIS MYER C"] = "Application of Basic Science to Hematopoiesis and Treatment of Disease", ["BRIS MYER Z"] = "Articular Cartilage and Knee Joint Function", @@ -140965,6 +140986,7 @@ unabbrevs = { ["COMMUN MATER"] = "Communications materials", ["COMMUN MATH"] = "Communications in Mathematics", ["COMMUN MATH ANAL"] = "Communications in Mathematical Analysis", + ["COMMUN MATH ANAL APPL"] = "Communications in Mathematical Analysis and Applications", ["COMMUN MATH PHYS"] = "Communications in Mathematical Physics", ["COMMUN MATH RES"] = "Communications in Mathematical Research", ["COMMUN MATH SCI"] = "Communications in Mathematical Sciences", @@ -142186,6 +142208,7 @@ unabbrevs = { ["COURR PAYS EST"] = "Le courrier des pays de l'Est", ["COURR UNESCO"] = "Le Courrier de l'Unesco", ["COURRIER"] = "Courrier", + ["COURS (PUBL UNIV ROUEN HAVRE)"] = "Cours", ["COURS CIRM"] = "Les Cours du CIRM", ["COURS GÉOM FAC SCI"] = "Cours de Géométrie de la Faculté des Sciences", ["COURS SPEC"] = "Cours Specialises", @@ -142529,6 +142552,7 @@ unabbrevs = { ["CROSSCURR TEACH LEAR"] = "Cross-curricular Teaching and Learning in The Secondary School", ["CROSSREF HUM RESOUR MANAGE"] = "Cross-reference on human resources management", ["CROSSREFERENCE"] = "Cross-reference", + ["CROSSROADS"] = "Crossroads. History of Interactions across the Silk Routes", ["CROSSROADS (DE KALB)"] = "Crossroads (De Kalb, Ill.)", ["CROWN AGENTS REV"] = "The Crown agents review", ["CRPETERSBOURG"] = "Compte-rendu de la Commission impériale archéologique, St. Pétersbourg", @@ -142928,6 +142952,7 @@ unabbrevs = { ["CURR MUNIC PROBL"] = "Current Municipal Problems", ["CURR MUSICOLOGY"] = "Current Musicology", ["CURR NANOSCI"] = "Current nanoscience", + ["CURR NAT SCI"] = "Current Natural Sciences", ["CURR NEUROBIOL"] = "Current neurobiology", ["CURR NEUROL NEUROSCI"] = "Current Neurology and Neuroscience Reports", ["CURR NEUROL NEUROSCI REP"] = "Current neurology and neuroscience reports", @@ -145818,6 +145843,7 @@ unabbrevs = { ["ELEM ENGL"] = "Elementary English", ["ELEM MATH"] = "Elemente der Mathematik", ["ELEM NON-LOCAL DATA INTERACT: FOUND APPL"] = "Elements in Non-local Data Interactions: Foundations and Applications", + ["ELEM PHILOS BIOL"] = "Elements in the Philosophy of Biology", ["ELEM PHILOS MATH"] = "Elements in the Philosophy of Mathematics", ["ELEM SCH J"] = "The Elementary school journal", ["ELEM SCH TEACH"] = "Elementary School Teacher", @@ -146761,7 +146787,7 @@ unabbrevs = { ["ESENCIA ODONTOL"] = "Esencia Odontologica", ["ESERCIT MAT"] = "Esercitazioni di Matematica", ["ESI INT PROJ MANAG S"] = "Building A Project Work Breakdown Structure: Visualizing Objectives, Deliverables, Activities, and Schedules", - ["ESI LECT MATH PHYS"] = "Boltzmann’s Legacy", + ["ESI LECT MATH PHYS"] = "ESI Lectures in Mathematics and Physics", ["ESIS PUBL"] = "ESIS Publication", ["ESL APPL LING PROF"] = "Call Research Perspectives", ["ESMO OPEN"] = "ESMO open", @@ -154945,6 +154971,7 @@ unabbrevs = { ["INT ARCH ARBEITSMED"] = "Internationales Archiv fur Arbeitsmedizin", ["INT ARCH GEWERBEPATHOL GEWERBEHYG"] = "Internationales Archiv für Gewerbepathologie und Gewerbehygiene", ["INT ARCH H"] = "Archives Internationales D’histoire Des Idees", + ["INT ARCH HIST IDEAS"] = "International Archives of the History of Ideas/Archives internationales d’histoire des idees", ["INT ARCH MED"] = "International archives of medicine", ["INT ARCH NURS HEALTH CARE"] = "International archives of nursing and health care", ["INT ARCH OCC ENV HEA"] = "International Archives of Occupational and Environmental Health", @@ -169346,6 +169373,7 @@ unabbrevs = { ["MATH NAT SCI"] = "Mathematics and Natural Sciences", ["MATH NATURWISS UNTERR"] = "Mathematische und Naturwissenschaftliche Unterricht", ["MATH NATWISS"] = "Mathematik und Naturwissenschaften", + ["MATH NEUROSCI APPL"] = "Mathematical Neuroscience and Applications", ["MATH NEWSL"] = "Mathematics Newsletter", ["MATH NOTAE"] = "Mathematicae Notae", ["MATH NOTES"] = "Mathematical Notes", @@ -170681,6 +170709,7 @@ unabbrevs = { ["MICHA"] = "Mitteilungen zur christlichen Archäologie", ["MICHAEL"] = "Mikhaʼel", ["MICHEL FOUCAULT-LECT"] = "Birth of Biopolitics: Lectures At The College De France, 1978-1979", + ["MICHEL SERRES MATER FUTUR"] = "Michel Serres and Material Futures", ["MICHIES ANNOT CODE PUBLIC GEN LAWS MD MD"] = "Michie's annotated code of the public general laws of Maryland. Maryland", ["MICHIES W VA CODE ANNOT W VA"] = "Michie's West Virginia code, annotated. West Virginia", ["MICHIGAN MATH J"] = "Michigan Mathematical Journal", @@ -170993,6 +171022,7 @@ unabbrevs = { ["MIND CULT ACT"] = "Mind, culture, and activity", ["MIND LANG"] = "Mind & language", ["MIND MACH"] = "Minds and Machines", + ["MIND MEAN METAPHYS"] = "Mind, Meaning and Metaphysics", ["MIND MENT HEALTH MAG"] = "Mind and mental health magazine", ["MINDFULNESS (N Y)"] = "Mindfulness", ["MINDFULNESS COMPASSION"] = "Mindfulness & compassion", @@ -175880,6 +175910,7 @@ unabbrevs = { ["OXF REV ECON POLICY"] = "Oxford review of economic policy", ["OXF REV EDUC"] = "Oxford review of education", ["OXF REV REPROD BIOL"] = "Oxford reviews of reproductive biology", + ["OXF SER MATER MODEL"] = "Oxford Series on Materials Modelling", ["OXF SER SOC COGN SOC NEUROSCI"] = "Oxford series in social cognition and social neuroscience", ["OXF SLAV PAP"] = "Oxford Slavonic papers", ["OXF STUD ANC PHILOS"] = "Oxford studies in ancient philosophy", @@ -185358,6 +185389,7 @@ unabbrevs = { ["SCHRIFT DEUT VEREIN"] = "Schriften Der Deutschen Vereinigung Fur Sportwissenschaft", ["SCHRIFT FAT"] = "Appropriate Housing Systems for Farm Animals", ["SCHRIFT KULTURGUT"] = "Internationale Vorgaben Zum Kulturguterschutz Und Ihre Umsetzung in Deutschland", + ["SCHRIFT MUS UNIV TUBINGEN (MUT)"] = "Schriften des Museums der Universitat Tubingen (MUT)", ["SCHRIFT WIRTSCHAFTSPOLIT NF"] = "Schriften zur Wirtschaftspolitik. Neue Folge", ["SCHRIFTEN INFORMATIK"] = "Idimt 2004, Proceedings", ["SCHRIFTEN WIRTSCHAFTSWISS FORSCH"] = "Schriften zur Wirtschaftswissenschaftlichen Forschung", @@ -186195,6 +186227,7 @@ unabbrevs = { ["SER COMPLEX NONLINEARITY CHAOS"] = "Series on Complexity, Nonlinearity and Chaos", ["SER COMPLEX SCI"] = "Series on Complexity Science", ["SER COMPUT NETW SECU"] = "Security in Ad Hoc and Sensor Networks", + ["SER COMPUT OPER RES"] = "Series on Computers and Operations Research", ["SER COMPUT PHYS PROCESS MECH THERMAL SCI"] = "Series in Computational and Physical Processes in Mechanics and Thermal Sciences", ["SER COMPUT VIS"] = "Series in Computer Vision", ["SER COMPUTERS OPER R"] = "Computer Aided Methods in Optimal Design and Operations", @@ -187926,6 +187959,7 @@ unabbrevs = { ["SPRINGER SER ADV MAN"] = "Advanced Design and Manufacturing Based On Step", ["SPRINGER SER ADV MANUF"] = "Springer Series in Advanced Manufacturing", ["SPRINGER SER AGENT B"] = "Agent-based Approaches in Economic and Social Complex Systems Iv", + ["SPRINGER SER ASTROPHYS COSMOL"] = "Springer Series in Astrophysics and Cosmology", ["SPRINGER SER ASTROSTATISTICS"] = "Springer Series in Astrostatistics", ["SPRINGER SER AT OPT PLASMA PHYS"] = "Springer Series on Atomic, Optical, and Plasma Physics", ["SPRINGER SER ATOM OP"] = "Analysis of Excitation and Ionization of Atoms and Molecules By Electron Impact", @@ -187988,6 +188022,7 @@ unabbrevs = { ["SPRINGER SERIES SOLI"] = "Correlation Effects in Low-dimensional Electron Systems", ["SPRINGER SERIES SYNE"] = "Ambiguity in Mind and Nature", ["SPRINGER SPEC SURG S"] = "Coloproctology", + ["SPRINGER STUD HIST ECON THOUGHT"] = "Springer Studies in the History of Economic Thought", ["SPRINGER STUD MATH MASTER"] = "Springer Studium Mathematik—Master", ["SPRINGER STUD WORK I"] = "Mayoral Control of The New York City Schools", ["SPRINGER SURG ATLAS"] = "Short Stay Surgery", @@ -188063,6 +188098,7 @@ unabbrevs = { ["SPRINGERBRIEFS MOL SCI"] = "SpringerBriefs in Molecular Science", ["SPRINGERBRIEFS NONLINEAR CIRCUITS"] = "SpringerBriefs in Nonlinear Circuits", ["SPRINGERBRIEFS OPTIM"] = "SpringerBriefs in Optimization", + ["SPRINGERBRIEFS PDES DATA SCI"] = "SpringerBriefs on PDEs and Data Science", ["SPRINGERBRIEFS PHILOS"] = "SpringerBriefs in Philosophy", ["SPRINGERBRIEFS PHYS"] = "SpringerBriefs in Physics", ["SPRINGERBRIEFS POPUL STUD"] = "SpringerBriefs in Population Studies", @@ -189505,6 +189541,7 @@ unabbrevs = { ["SYNTH FIBRES"] = "Synthetic Fibers", ["SYNTH LECT ALGORITHMS SOFTW ENG"] = "Synthesis Lectures on Algorithms and Software in Engineering", ["SYNTH LECT ARTIF INTELL MACH LEARN"] = "Synthesis Lectures on Artificial Intelligence and Machine Learning", + ["SYNTH LECT COMPUT SCI"] = "Synthesis Lectures on Computer Science", ["SYNTH LECT COMPUT VIS"] = "Synthesis Lectures on Computer Vision", ["SYNTH LECT DATA MIN KNOWL DISCOV"] = "Synthesis Lectures on Data Mining and Knowledge Discovery", ["SYNTH LECT DIGIT CIRCUITS SYST"] = "Synthesis Lectures on Digital Circuits and Systems", @@ -192796,6 +192833,7 @@ unabbrevs = { ["VIRTUAL MENTOR"] = "The virtual mentor : VM", ["VIRTUAL PHYS PROTOTYP"] = "Virtual and physical prototyping", ["VIRTUAL REAL"] = "Virtual reality", + ["VIRTUAL SER SYMPLECTIC GEOM"] = "Virtual Series on Symplectic Geometry", ["VIRULENCE"] = "Virulence", ["VIRUS"] = "Virus", ["VIRUS EVOL"] = "Virus evolution", diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-latex-core.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-latex-core.lua index 5a795ca0605..367646c5130 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-latex-core.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-latex-core.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-latex-parser.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-latex-parser.lua index 3c7aac601c2..9eab31b36c3 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-latex-parser.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-latex-parser.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-latex.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-latex.lua index 4f87010a1c2..98a5a24ea07 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-latex.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-latex.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-lua.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-lua.lua index 68323cabdba..ed4692be8b0 100755 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-lua.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-lua.lua @@ -1,7 +1,7 @@ #!/usr/bin/env texlua -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-bibliography.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-bibliography.lua index 81add4013e9..d9e868c4e08 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-bibliography.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-bibliography.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-choose.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-choose.lua index 65262e0a076..c8e4e14cc8c 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-choose.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-choose.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-citation.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-citation.lua index 25573c93f18..d16cd7b9456 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-citation.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-citation.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-date.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-date.lua index 5cf624c3704..8187cf61b97 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-date.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-date.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-group.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-group.lua index e70eb4101b5..2082336cfb7 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-group.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-group.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-label.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-label.lua index 024dc877d7e..67b6ec3ea79 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-label.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-label.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- @@ -75,6 +75,9 @@ function Label:build_ir(engine, state, context) end end local text = context:get_simple_term(variable, self.form, is_plural) + if variable == "sub-verbo" and (not text or text == "") then + text = context:get_simple_term("sub verbo", self.form, is_plural) + end if not text or text == "" then return nil end diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-layout.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-layout.lua index 85ef112d250..1695294a2b7 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-layout.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-layout.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-locale.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-locale.lua index 540630d61e0..9d103f94ffb 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-locale.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-locale.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-names.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-names.lua index 72bcbfb95ec..cc5a21ca557 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-names.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-names.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-number.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-number.lua index cc2bc45c7d3..b8a55d3c669 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-number.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-number.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-sort.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-sort.lua index 13a97adeb7c..e97b378bf03 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-sort.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-sort.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-style.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-style.lua index 8f194dbe594..0914289a208 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-style.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-style.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-text.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-text.lua index 147074e68a3..99b20f8142e 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-node-text.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-node-text.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-nodes.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-nodes.lua index fa7ead38e68..3537f4256ec 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-nodes.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-nodes.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-output.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-output.lua index 617440e5314..0c056fa7480 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-output.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-output.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-unicode.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-unicode.lua index 26cdbc81103..cc26bc2c99e 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-unicode.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-unicode.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-util.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-util.lua index a9e2b09abe9..302e5b72c5e 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-util.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-util.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-yaml.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-yaml.lua index cdf70efb943..5cc7e3b3360 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-yaml.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-yaml.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2022 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc.lua index 4d69ac755fd..90b02732196 100755 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc.lua @@ -1,5 +1,5 @@ -- --- Copyright (c) 2021-2023 Zeping Lee +-- Copyright (c) 2021-2024 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- @@ -16,7 +16,7 @@ else util = require("citeproc.util") end -citeproc.__VERSION__ = "0.4.5" +citeproc.__VERSION__ = "0.4.6" citeproc.new = engine.CiteProc.new citeproc.util = util -- cgit v1.2.3