Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tatsumi0000/iosdc2024
iOSDC2024のパンフレットと発表資料を管理するリポジトリです。
https://github.com/tatsumi0000/iosdc2024
Last synced: 1 day ago
JSON representation
iOSDC2024のパンフレットと発表資料を管理するリポジトリです。
- Host: GitHub
- URL: https://github.com/tatsumi0000/iosdc2024
- Owner: Tatsumi0000
- Created: 2024-06-10T12:41:00.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-19T14:45:58.000Z (5 months ago)
- Last Synced: 2024-08-19T17:18:55.914Z (5 months ago)
- Language: TeX
- Homepage:
- Size: 836 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iosdc2024-pamphlet
[iOSDC2024](https://iosdc.jp/2024/)のパンフレットを書くために、[korosuke613/texlive-ja-devcontainer-template](https://github.com/korosuke613/texlive-ja-devcontainer-template)をもとに最新のVS Codeのdevcontainerで動くようにしたリポジトリです。
# texlive-ja-devcontainer-template
VS Code Remote Developmentの機能を用いて、LaTeX環境を容易に構築するサンプルコードです。
Dockerイメージは、[iosdc2024-pamphlet/texlive-ja](https://github.com/Tatsumi0000/iosdc2024-pamphlet/pkgs/container/iosdc2024-pamphlet%2Ftexlive-ja)を利用しています。
(**Dockerが必要です**)
## setup
1. `git clone https://github.com/Tatsumi0000/iosdc2024-pamphlet.git`
2. VS Codeで`iosdc2024-pamphlet`を開く。
3. 拡張機能[Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)を追加する。
4. 左下の`><`アイコンを押して、`Rebuild Container`を実行する。
5. 待つ。
6. ワークスペースが開いたら、terminalを開き、`latexmk iosdc2024.tex`を実行する。
7. 上手くコンパイルできたらsetup完了!## build
```bash
latexmk iosdc2024.tex
````iosdc2024.pdf`という実行ファイルができているはず。