Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Jan 19, 2025
1 parent 757fbc8 commit 49719e7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 15 additions & 0 deletions typst/phperkaigi-2025-pamphlet/README.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#+STARTUP: content
#+STARTUP: fold
* PHPerKaigi 2025 パンフレット記事

Phpactorから学ぶLanguage Server Protocolの仕組み by たけてぃ

https://fortee.jp/phperkaigi-2025/proposal/9484cc8e-4002-4d1e-8b30-f11f6a91f853

** Usage

以下を叩くと =result/main.pdf= が出力される。

#+begin_src console
$ nix build
#+end_src
1 change: 0 additions & 1 deletion typst/phperkaigi-2025-pamphlet/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
'';
installPhase = ''
mkdir -p $out
cp main.typ $out/
cp main.pdf $out/
'';
};
Expand Down

0 comments on commit 49719e7

Please sign in to comment.