this post was submitted on 28 Jan 2024
11 points (92.3% liked)

LaTeX

48 readers
1 users here now

A community for the LaTeX typesetting language.

founded 1 year ago
MODERATORS
 

Basically, you can choose some slides from an opened .tex file to copy. It also has the function to see which graphics files are included in the selected files, so you know which ones to copy.

Here is the Github link: https://github.com/Atreyagaurav/beamer-quickie

The PDF pages are shown using the SyncTeX (if available) so that you can visually choose the slides as long as there is a single .tex source file, (might still work without synctex for simple cases).

I've made it on Linux, so it hasn't been tested in windows. You probably will need to compile gtk on Windows if you want to make it work. So if someone is really interested let me know, I can give instructions. Even in linux you'll need to install dependencies.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 4 points 9 months ago (1 children)

Really nice and well thought UI, I like it!

[โ€“] thevoidzero 1 points 9 months ago

Thank you. I'm not good with GUI making. So, I tried my best for the UI. Originally my plan was to make each slide edited separately when you right click and do edit. And be able to drag them up and down and everything, but my skills were not enough. After trying to make that for a week I gave up and made this simpler version ๐Ÿ˜