{"id":19175410,"url":"https://github.com/clecap/templates-for-students","last_synced_at":"2026-02-04T04:34:29.322Z","repository":{"id":81103974,"uuid":"297446957","full_name":"clecap/templates-for-students","owner":"clecap","description":"Examples, templates and suggestions for my students","archived":false,"fork":false,"pushed_at":"2020-09-21T20:17:46.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T00:45:59.557Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clecap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-21T19:57:47.000Z","updated_at":"2020-09-21T20:17:48.000Z","dependencies_parsed_at":"2023-03-21T12:18:40.989Z","dependency_job_id":null,"html_url":"https://github.com/clecap/templates-for-students","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clecap/templates-for-students","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clecap%2Ftemplates-for-students","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clecap%2Ftemplates-for-students/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clecap%2Ftemplates-for-students/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clecap%2Ftemplates-for-students/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clecap","download_url":"https://codeload.github.com/clecap/templates-for-students/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clecap%2Ftemplates-for-students/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263047677,"owners_count":23405280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T10:23:11.132Z","updated_at":"2026-02-04T04:34:29.262Z","avatar_url":"https://github.com/clecap.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# templates-for-students\n\nThis directory contains some templates for the use of my students.\n\n* The use of these templates is not mandatory.\n* Probably you can find better ways to do things. The templates just reflect the way I would do things.\n* I will update them from time to time.\n\n## is-alpha-clemens.bst\n\nThis is a hacked version of a BibTeX bibliographic style, which also typesets the BibTeX fields URL, DoI and arXiv.\nThe contents of these fields is piped into TeX macros \\bibformatURL, \\bibformatDoI and \\bibformatArXiv, which further format the entries.\n\nFor maintaining the bib files, I use a Jabref instance where I have added these three fields as custom fields.\n\nMy way of defining these macros is reflected in the following code snippet which I use in most of my recent TeX files. It is assumed\nthat the hyperref package is loaded.\n\n```\n  %%  Define a macro \\murls for multiple urls which can format multiple urls when seperated by blanks \n  %   We use this in the bibliography\n  %   See https://tex.stackexchange.com/questions/57865/how-to-use-multiple-urls-for-one-bibtex-reference\n  \\makeatletter\n  \\def\\murls{\\begingroup \\catcode`\\%=12\\catcode`\\#=12\\relax\\printurl}\n  \\def\\printurl#1{\\@URL#1 \\@nil\\endgroup}\n  \\def\\@URL#1 #2\\@nil{\\url{#1}\\ifx\\relax#2\\relax \\else; \\murls{#2\\relax}\\fi}\n  \\makeatother\n  % We want to have clickable URLs but the bib style ist-alpha-clemens which we use does not support that.\n  % We hacked the bib style to also format entries   DoI  URL  and  arXiv\n  % Below we define, how this should be displayed in LaTeX\n  \\def\\bibformatDoI#1{DoI: \\url{https://doi.org/ #1}}\n  \\def\\bibformatURL#1{URL: \\murls{#1}}\n  \\def\\bibformatArXiv#1{arXiv: #1 \\href{https://arxiv.org/pdf/#1.pdf}{PDF} \\href{https://arxiv.org/abs/#1}{Abstract}}\n  %\n  % That is the bibliography style we need for deadling with this.\n  \\bibliographystyle{/Users/cap/TEX/is-alpha-clemens}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclecap%2Ftemplates-for-students","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclecap%2Ftemplates-for-students","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclecap%2Ftemplates-for-students/lists"}