{"id":24516267,"url":"https://github.com/tanoshimaru/tex-env","last_synced_at":"2025-03-15T10:41:42.278Z","repository":{"id":266793056,"uuid":"899369661","full_name":"tanoshimaru/tex-env","owner":"tanoshimaru","description":"TeX environment using devcontainer.","archived":false,"fork":false,"pushed_at":"2025-02-10T07:59:22.000Z","size":131,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T08:32:07.145Z","etag":null,"topics":["latex","tex","xelatex"],"latest_commit_sha":null,"homepage":"","language":"TeX","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/tanoshimaru.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":"2024-12-06T06:02:38.000Z","updated_at":"2025-02-10T07:59:25.000Z","dependencies_parsed_at":"2025-01-15T15:46:38.387Z","dependency_job_id":"efc9e653-0cf4-4997-b873-91364a9c548d","html_url":"https://github.com/tanoshimaru/tex-env","commit_stats":null,"previous_names":["tanoshimaru/tex-env"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanoshimaru%2Ftex-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanoshimaru%2Ftex-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanoshimaru%2Ftex-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanoshimaru%2Ftex-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanoshimaru","download_url":"https://codeload.github.com/tanoshimaru/tex-env/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243719373,"owners_count":20336596,"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":["latex","tex","xelatex"],"created_at":"2025-01-22T01:22:38.290Z","updated_at":"2025-03-15T10:41:42.252Z","avatar_url":"https://github.com/tanoshimaru.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tex-env\n\n## ビルドレシピ\n\n- `.vscode/settings.json`の`\"latex-workshop.latex.recipe.default\"`を変更することでデフォルトのビルドレシピを変更できる．\n\n    - `latexmk`：原稿用\n    - `xelatex`：スライド用\n\n## ショートカット\n\n- `keybindings.json`に以下を追加することで，ビルドレシピの選択（`ctrl+alt+t`），ビルドの強制停止（`ctrl+alt+d`），一時ファイルの削除（`ctrl+alt+c`）のショートカットを使用できるようになる．\n\n```\n{\n    \"key\": \"ctrl+alt+t\", // ビルドレシピの選択\n    \"command\": \"latex-workshop.recipes\",\n    \"when\": \"editorLangId == latex\"\n},\n{\n    \"key\": \"ctrl+alt+d\", // ビルドの強制停止\n    \"command\": \"latex-workshop.kill\",\n    \"when\": \"editorLangId == latex\"\n},\n{\n    \"key\": \"ctrl+alt+c\", // 一時ファイルの削除\n    \"command\": \"latex-workshop.clean\",\n    \"when\": \"editorLangId == latex\"\n}\n```\n\n## SSH鍵の共有\n\n- keychainを使用してSSH鍵を共有する．\n\n**※以下の作業はすべてホストOSで行う．**\n\n### keychainのインストール\n\n- keychainをホストOSにインストールする．\n\n```bash\nsudo apt install keychain\n```\n\n### keychainの設定\n\n- 共有したいssh鍵が`~/.ssh/id_rsa`である場合，以下を`~/.bashrc`または`~/.zshrc`に追加する．\n\n```bash\nkeychain -q --nogui $HOME/.ssh/id_rsa\nsource $HOME/.keychain/$(hostname)-sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanoshimaru%2Ftex-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanoshimaru%2Ftex-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanoshimaru%2Ftex-env/lists"}