Asmit Phuyalblog.asmitphuyal.com.np·Jan 15, 2025LaTeX for Beginners: Learn in Only 7 MinutesWhether you are a student, researcher, professionals, or someone who recently came across LaTeX and thought of using it but feel confused about how and where to begin, this short guide will help you understand the basics. At the end of this tutorial,...latex
behrooz bozorgchamyblog.behroozbc.ir·Dec 27, 2024Installing LaTeX on Ubuntu and WSL: A Comprehensive GuideWhat is LaTeX? LaTeX is a high-quality typesetting system; it is particularly suited for the production of technical and scientific documentation. It's an extension of TeX, which is a typesetting program designed by Donald Knuth. LaTeX allows users t...202 readsLinux
ReplforNothing2Losen2l.team·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...110 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·71 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...309 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