aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/figbox.satyh.patch
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-10-31 22:54:00 +0900
committernsfisis <nsfisis@gmail.com>2025-10-31 22:54:00 +0900
commit151461d55c16a96a305a67d0923acdd574687056 (patch)
tree7464865fe584f9ee8b563083cf52a8d4c40a5e92 /patches/figbox.satyh.patch
parent8c9dfe3472933cf466bf62c83a8303fa35c28409 (diff)
downloadphpstudy-N-slides-template-151461d55c16a96a305a67d0923acdd574687056.tar.gz
phpstudy-N-slides-template-151461d55c16a96a305a67d0923acdd574687056.tar.zst
phpstudy-N-slides-template-151461d55c16a96a305a67d0923acdd574687056.zip
migrate from SATySFi to TypstHEADmain
Diffstat (limited to 'patches/figbox.satyh.patch')
-rw-r--r--patches/figbox.satyh.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/patches/figbox.satyh.patch b/patches/figbox.satyh.patch
deleted file mode 100644
index 5226b06..0000000
--- a/patches/figbox.satyh.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- figbox.satyh 2025-01-19 23:30:37.843791596 +0900
-+++ figbox.satyh 2025-01-19 23:31:17.251295982 +0900
-@@ -144,15 +144,7 @@
- let (_, ext) = Option.from (0, ` `) (splitlst |> List.nth (List.length splitlst - 1)) in
- match ext with
- | `pdf` -> use-image-by-width (load-pdf-image pth pg) wid
-- | `jpg` -> use-image-by-width (load-image pth) wid
-- | `jpeg` -> use-image-by-width (load-image pth) wid
-- | `jpe` -> use-image-by-width (load-image pth) wid
-- | `jfif` -> use-image-by-width (load-image pth) wid
-- | `jfi` -> use-image-by-width (load-image pth) wid
-- | `jif` -> use-image-by-width (load-image pth) wid
-- | _ ->
-- let () = display-message (`Failed to include image: [` ^ pth ^ `]`) in
-- inline-nil
-+ | _ -> use-image-by-width (load-image pth) wid
- in
- Box(embedf)
-