ReplforNothing2Losen2l.hashnode.dev·Nov 30, 2024IDSECCONF 2024 CTF - All Web WriteupRecently, I joined a CTF organized by IDSECCONF, playing as N2L with two of my friends—our team had three people in total. At the time, I was mostly focusing on web challenges (but also did some reverse stuff) because the reverse category in this eve...70 readsxss bypass
Michael Timmersmichaeltimmers.hashnode.dev·Sep 16, 2024Quick and easy: running LaTeX locally on MacIntro This is just going to be a quick one, I just thought it was really cool and wanted to share how easy it was to run LaTex locally on a Mac without downloading multiple Gb of UI with something like MacTex. The solution I found uses what ever edit...LaTeX Setup and Tutorialscommand line
Ankit Kumartheminermind.hashnode.dev·Aug 23, 2024The Latex Setup Saga in VScode on macOSSo, I’ll admit it—I’m usually way too lazy to write blogs. And let’s be real, tech blogs are the worst! If you need my help, just find me. I’m like Batman, but instead of fighting crime, I’m fixing your tech issues with my superhero-level troubleshoo...15 likes·63 readsMacTex
Mustafif Khanblog.mokareads.org·May 25, 2024The Road to TexCore `v1.0.0`I developed TexCore, our Rust crate to write Latex natively in Rust using Rust types. It is built to be simple: you add different Elements to a list, and it all joins together, and boom, you have a Latex document. Currently, the library is at v0.7.2 ...news
Chris ChapmanforQuant UX Blogquantuxblog.com·Feb 2, 2024How the Quant UX book was writtenThis post shares high-level technical details of how Kerry Rodden and I wrote the Quant UX book. I start by describing the overall process and then I review how it all comes together in RStudio. (Another time I'll discuss more about the process of de...300 readsquantux
theTeXFactorword2latex.hashnode.dev·Jan 21, 2024Shell escape in PdfLaTeXTo generate vector images using Inkscape, you'll to allow LaTeX to leave its shell to run the Inkscape code necessary. You can do this in Texmaker by editing the PdfLaTeX command. pdflatex -synctex=1 -interaction=nonstopmode --shell-escape %.tex Add...shell escape
Mustafif Khanblog.mokareads.org·Jan 14, 2024The MoKaReads TemplateAlthough this has been out for a while, I haven't discussed much about MoKa Template. Currently this is the core LaTeX template used in Zig Unleashed. The aim of this template is to follow an elegant visual style that focuses on better readability an...latex
Mustafif Khanblog.mokareads.org·Jan 8, 2024TexCreate v4 Initial DiscussionIn this article we hope to discuss the current shortfalls of v3, and how we hope to improve certain areas of TexCreate in v4. Background: TexCreate was created back in 2021 to serve one goal and one only, to create LaTeX projects using templates be...29 readslatex
Adarsh Agnihotriadarshagnihotri.hashnode.dev·Jul 25, 2023Mastering the Art of Crafting Professional Resumes with LaTeXHey there! So, let me tell you about LaTeX – it's this cool tool that people use to create awesome-looking documents. You know those research papers, reports, and even resumes that look super professional and well-organized? Well, chances are they we...5 likes·32 readslatex
Igor Rodionovrodionov5.hashnode.dev·Apr 24, 2023JSON to PDF Magic: Harnessing LaTeX and JSON for Effortless Customization and Dynamic PDF GenerationIn this article, we show how to control the layout and content of the PDF document via the JSON body of the API call. We present three different JSON examples and produce three different types of documents using the same end-point. In each case, maki...1 likeProgramming Blogs