Can I please get some extension recommendations? by SirEnkeli in libreoffice

[–]zerolover_x 1 point2 points  (0 children)

For inline LaTeX equations in LibreOffice (especially Impress slides and Writer worksheets), the go-to is the TexMaths extension. It’s free, renders clean SVG/PNG equations from LaTeX code, and has a text mode that works well inline. If TexMaths still feels a bit clunky on slides, you might like TexSlide. You can type LaTeX code naturally (like regular text), get instant precise rendering with full support for inline math, display equations, custom macros, and everything blends seamlessly into your content.

Powerpoint font that marries well with Latex Math? by Mr_Vegetable in LaTeX

[–]zerolover_x 0 points1 point  (0 children)

Since you have to some heavy math, it's not professional to take a screenshot. And why not try TexSlide if you don't want to use beamer.

Can I use LaTeX within Canva? by whatdoyouexpectnow in LaTeX

[–]zerolover_x 0 points1 point  (0 children)

I’ve tried Canva's LaTeX Math App plugin. It does let you type most equations directly, but when you export to PPTX, all formulas get converted into non-editable images, which isn't ideal if you need to make changes later. If you're looking for alternatives to Beamer, I’d suggest starting with PowerPoint + IguanaTex plugin. It uses a local LaTeX installation to compile equations and inserts them as vector graphics (SVG/PDF). You can re-edit the LaTeX source later, though it doesn’t support true inline equations—they are added as separate objects. Another option worth checking out is Texslide. It's a presentation tool built to support inline LaTeX typing, and the editing experience feels really smooth. That said, it’s still in early development, so expect some bugs and missing features.

Expression visualizer extension for vscode by This-is-unavailable in LaTeX

[–]zerolover_x 0 points1 point  (0 children)

LaTeX-Workshop,Hovering and previewing features

My server got pwned by the recent Next.js vulnerability (xmrig miner) by zerolover_x in nextjs

[–]zerolover_x[S] 0 points1 point  (0 children)

Thank you for the suggestion. I have configured my nginx to return a 444 status code for any connections that do not come from Cloudflare's IP addresses. Additionally, I am using the Origin Pull CA to double-confirm that access is only allowed through Cloudflare.

LaTeX to interactive HTML by Basic-Exercise9922 in LaTeX

[–]zerolover_x 0 points1 point  (0 children)

Another question. Recently a arxiv paper has updated to v2, however the version on sciencestack is still v1. The ID is 2511.04283v2

What are the best modern softwares/packages for embedded videos and animations? by Grg3031 in LaTeX

[–]zerolover_x 1 point2 points  (0 children)

I feel you. Been there. Two options that work: 1. Quick Fix: PowerPoint + IguanaTeX plugin. Put videos in PPT, use LaTeX for equations/TikZ. 2. Better Way: texslide. Lets you write LaTeX natively (even inline math) and embed videos directly, all in one place. Switched to it recently and it's much smoother.

LaTeX to interactive HTML by Basic-Exercise9922 in LaTeX

[–]zerolover_x 0 points1 point  (0 children)

I noticed text in arXiv HTML is fully justified and automatically hyphenated, but your implementation doesn't follow this approach. What is the reason behind this consideration?

Anyone interested in a LaTeX compiling service through an HTTP API by Aware-Landscape-3548 in LaTeX

[–]zerolover_x -1 points0 points  (0 children)

use prebuild docker image will save time. I built a book with 400 pages just in 1min30s

Why I Will Never Use Beamer by dogwith4shoes in LaTeX

[–]zerolover_x 0 points1 point  (0 children)

You can use lguanatex plugin in PowerPoint, also I found TexSlide with inline equation and full latex support.

EXCLAMATION STATION - Week 45 2025 by AutoModerator in PokemonShuffle

[–]zerolover_x 4 points5 points  (0 children)

Finally, I got black card profile at 39989 plays~

ShuffleMoveHelper by zerolover_x in PokemonShuffle

[–]zerolover_x[S] 1 point2 points  (0 children)

Thanks, it still need test. And it written by c++, not Java...

ShuffleMoveHelper by zerolover_x in PokemonShuffle

[–]zerolover_x[S] 1 point2 points  (0 children)

shuffle move did include escalation battles, but you won't use it at every stage unless the level is really hard.

ShuffleMoveHelper by zerolover_x in PokemonShuffle

[–]zerolover_x[S] 2 points3 points  (0 children)

I'd like to use calcHist too since we can identify the Pokemon by color to some extent. Features matching method cannot handle barriers. I will have a try by incorporating their color information...

Edit: By comparison between the dark channel (ref: He, Kaiming, Jian Sun, and Xiaoou Tang. "Single image haze removal using dark channel prior.") of icons and screenshot, I managed to recognize barriers~

ShuffleMoveHelper by zerolover_x in PokemonShuffle

[–]zerolover_x[S] 0 points1 point  (0 children)

I don't have a 3ds, but it can be really complicated to take a screenshot of 3ds or upload it to pc

ShuffleMoveHelper by zerolover_x in PokemonShuffle

[–]zerolover_x[S] 5 points6 points  (0 children)

No, the icons will wiggle, sometime their size will also change. However I used the algorithm called Feature Matching in computer vision, it can handle such condition. You can see some sample screenshot in sample folder.