{"id":30892176,"url":"https://github.com/beatussum/typst-bei-report-template","last_synced_at":"2026-02-19T10:03:24.153Z","repository":{"id":310067515,"uuid":"1038479774","full_name":"beatussum/typst-bei-report-template","owner":"beatussum","description":"An unofficial Typst template for ENSIMAG internship report","archived":false,"fork":false,"pushed_at":"2025-10-08T14:35:39.000Z","size":3878,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-08T16:23:38.703Z","etag":null,"topics":["ensimag","ieee","internship","internship-report","report","typst","typst-package","typst-template"],"latest_commit_sha":null,"homepage":"","language":"Typst","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beatussum.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":"copyright","agents":null,"dco":null,"cla":null}},"created_at":"2025-08-15T09:21:39.000Z","updated_at":"2025-10-08T14:31:16.000Z","dependencies_parsed_at":"2025-08-15T15:37:10.182Z","dependency_job_id":"ffd708c7-c4e6-467a-bdd8-154c8d13119b","html_url":"https://github.com/beatussum/typst-bei-report-template","commit_stats":null,"previous_names":["beatussum/typst-ensimag-internship-report-template","beatussum/typst-bei-report-template"],"tags_count":3,"template":false,"template_full_name":"typst-community/typst-package-template","purl":"pkg:github/beatussum/typst-bei-report-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatussum%2Ftypst-bei-report-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatussum%2Ftypst-bei-report-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatussum%2Ftypst-bei-report-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatussum%2Ftypst-bei-report-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beatussum","download_url":"https://codeload.github.com/beatussum/typst-bei-report-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatussum%2Ftypst-bei-report-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017671,"owners_count":26086125,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ensimag","ieee","internship","internship-report","report","typst","typst-package","typst-template"],"created_at":"2025-09-08T19:10:30.569Z","updated_at":"2025-10-14T02:15:23.300Z","avatar_url":"https://github.com/beatussum.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The `bei-report` Package\n\n\u003cdiv align=\"center\"\u003eVersion 0.1.2\u003c/div\u003e\n\nThis project is based on the [charged-ieee](https://github.com/typst/templates/tree/main/charged-ieee) Typst template.\n\nThis is a _Typst template_ for a two-column paper from the proceedings of the [Institute of Electrical and Electronics Engineers](https://www.ieee.org/).\nThe paper is tightly spaced, fits a lot of content and comes preconfigured for numeric citations from _BibLaTeX_ or _Hayagriva_ files.\nThe first page corresponds to the one required by [ENSIMAG](https://ensimag.grenoble-inp.fr/) for internship reports.\n\n## Getting Started\n\n```typ\n#import \"@preview/bei-report:0.1.2\": ensimag\n\n#show: ensimag.with(\n  logos: (\n    company: rect([MON ENTREPRISE]),\n    ensimag: rect([ENSIMAG]),\n  ),\n  title: [A Typesetting System to Untangle the Scientific Writing Process],\n  author: (\n    name: \"Martin Haug\",\n    year: [3#super[e] année],\n    option: [ISI],\n  ),\n  period: (\n    begin: datetime(year: 1970, month: 01, day: 01),\n    end: datetime(year: 1970, month: 03, day: 01),\n  ),\n  company: (\n    name: [mon entreprise],\n    address: [\n      1 cours Jean Jaurès \\\n      38000 Grenoble\n    ]\n  ),\n  internship-tutor: [Charles Dupond],\n  school-tutor: [Charles Dupont],\n)\n```\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./thumbnail-dark.svg\"/\u003e\n  \u003cimg src=\"./thumbnail-light.svg\"/\u003e\n\u003c/picture\u003e\n\n### Installation\n\n```console\n$ typst init \"@preview/bei-report\" [DIR]\n```\n\n## Usage\n\nThis template exports the `ensimag` function with the following named arguments:\n- `logos` - A dictionary which must have the `company` and `ensimag` logos (_content_).\n- `title` - The paper's title as _content_.\n- `author` - A dictionary which must have the `name` (_str_ or an _array_), `year` (_content_) and `option` (_content_) keys.\n- `period` - A dictionary which must have the `begin` and the `end` date (_datetime_).\n- `date-fmt` - The date format string used (see the [format syntax](https://typst.app/docs/reference/foundations/datetime/#format)).\n- `company` - A dictionary describing the information about the company with its `name` (_content_) and its `address` (_content_).\n- `internship-tutor` - The internship tutor (_content_).\n- `school-tutor` - The school tutor (_content_).\n- `abstract` - The content of a brief summary of the paper or `none`.\n  Appears at the top of the first column in boldface.\n- `index-terms` - Array of index terms to display after the abstract.\n  Shall be `content`.\n- `paper-size` - Defaults to `a4`.\n  Specify a [paper size string](https://typst.app/docs/reference/layout/page/#parameters-paper) to change the page format.\n- `bibliography` - The result of a call to the `bibliography` function or `none`.\n  Specifying this will configure numeric, IEEE-style citations.\n- `figure-supplement` - How figures are referred to from within the text.\n  Use `\"Figure\"` instead of `\"Fig.\"` for computer-related publications.\n\nThe function also accepts a single, positional argument for the body of the paper.\n\nThe template will initialize your package with a sample call to the `ensimag` function in a show rule.\nIf you want to change an existing project to use this template, you can add a show rule like described [above](#getting-started).\n\n## Licenses\n\nAs explained above, the code of this software is licensed under GPL-3 or any later version.\nDetails of the rights applying to the various third-party files are described in the [copyright](copyright) file in [the Debian `debian/copyright` file format](https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeatussum%2Ftypst-bei-report-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeatussum%2Ftypst-bei-report-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeatussum%2Ftypst-bei-report-template/lists"}