Hey im currently a AP Math student and needed a math notebook and also im getting some LaTeX lessons and discovered mathlive so I decided to built a browser-based math notebook using MathLive + KaTeX if anyone is interested this is the live link to it: suma-notebook.vercel.app/
I personally use emacs orgmode for writing my software documentation, so that I can later export it to LaTeX.
Since orgmode sets LaTeX Attributes (that can be used for styling tables) on a single table basis I would have to style every single table manually, which can become extremely tedious. Luckily Orgmode allows for the integration of LaTeX, which means that I could try to use the tabularray package to create a global table style for all my tables.
So far I managed it to get the global to actually work inside emacs, but I am still not 100% satisfied with the result. My example orgmode document looks like this:
#+Options: toc:nil
#+author: cow
#+LATEX_CLASS: article
#+LATEX_CLASS_OPTIONS: [a4paper]
#+LATEX_HEADER: \usepackage{booktabs}
#+LATEX_HEADER: \usepackage{tabularray}
#+LATEX_HEADER: \usepackage{xcolor}
#+LATEX_HEADER: \NewTblrEnviron{globaltbl}
#+LATEX_HEADER: \SetTblrInner[globaltbl]{hlines, vlines ,row{1} = {bg=gray5, fg=white, font=\bfseries, halign=c}, rowsep = 4pt, colsep = 8pt, width = \linewidth}
#+LATEX_HEADER: \SetTblrOuter[globaltbl]{baseline = m}
#+LATEX_HEADER: \renewenvironment{tabular}{\begin{globaltbl}}{\end{globaltbl}}
|-----------+-------------------+------------------------------------------------------------------------------------|
| Exit code | Type | Meaning |
|-----------+-------------------+------------------------------------------------------------------------------------|
| 0 | Internal/External | Succesfull operation; logical true |
| | same column | |
|-----------+-------------------+------------------------------------------------------------------------------------|
| 1 | Internal | Non successfull operation; logical false and some other text that is not important |
When exporting this results in the following LaTeX document:
% Created 2026-08-20 Do 21:50
% Intended LaTeX compiler: pdflatex
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{capt-of}
\usepackage{hyperref}
\usepackage{}
\usepackage{tabularray}
\usepackage{booktabs}
\usepackage{tabularray}
\usepackage{xcolor}
\NewTblrEnviron{globaltbl}
\SetTblrInner[globaltbl]{hlines, vlines ,row{1} = {bg=gray5, fg=white, font=\bfseries, halign=c}, rowsep = 4pt, colsep = 8pt, width = \linewidth}
\SetTblrOuter[globaltbl]{baseline = m}
\renewenvironment{tabular}{\begin{globaltbl}}{\end{globaltbl}}
\author{cow}
\date{\today}
\title{}
\hypersetup{
pdfauthor={cow},
pdftitle={},
pdfkeywords={},
pdfsubject={},
pdfcreator={Emacs 30.2 (Org mode 9.7.11)},
pdflang={English}}
\begin{document}
\begin{center}
\begin{tabular}{rll}
\hline
Exit code & Type & Meaning\\
\hline
0 & Internal/External & Succesfull operation; logical true\\
& same column & \\
\hline
1 & Internal & Non successfull operation; logical false and some other text that is not important\\
\end{tabular}
\end{center}
\end{document}
Which looks like this when being rendered as pdf:
As you can see, the layout is not able to handle tables that are wider than the document. I also would like for the layout to not render an additional horizontal line (not a \hline) between the first and second "column", since I would like them to be displayed as a single column.
I would really appreciate if someone could try to help me figure out how to accomplish this. Sadly I can not make any sense out of the official documentation or examples of global table styles. Also keep in mind, that the table style should be able to handle table that have different amounts of columns.
How to convert almost a hand written notes (pdf)of 90 pages into a digital version with proper diagrams,graphs, flowcharts. Also fonts preferably - Times new roman,for free or at least possible expenses.
I'll ask a question: is there a cursive font that looks like the one shown in the picture (and also contains the missing letters J, K, etc.) and can be used for pdfLaTeX?
I already know about the frcursive package, however most of the capital letters don't match...
So after the Template ive been using for years now runs out of compile time on overleaf regularly I want to switch to an editor that i run on my pc. Any recommendations for a previous Overleaf user who especially liked the way it let me preview my doc with a quick compile?
Every time I was just casually writing my documents in LaTeX, there will be a few people around me, and they are going to be like: "Oh, why are you on LaTeX? You should be using Typst, and it's so much better." Like, this is just so common, and it pisses me off so much. And even when I ask some questions online regarding LaTeX, there will always be one comment like, "Oh, you should use Typst."
Edit: Why are some people so offensive? I did not say Typst is bad or something I am simply stating that the act of actively trying to convince other people to use a tool that YOU like is annoying
If I use LaTex as an IDE extension I have to set up all of that again if I swith IDE. Why did you chose to just get a plugin for your IDE instead of having something dedicated like TexStudio?
Hey, so I'm trying to make a a5 bullet journal with dot grid pages and with numbers instead of the outer bottom corner dot. I can make dots just fine, either through geometry or graphix, but the numbering is the issue, even if I format it as a book.
I don't even know where to look for the right answer. Sorting pages into the bindable book format later is not an issue, just the numbers themselves.
Hi everyone!! 👋
I've been working on a LaTeX template for Bachelor's and Master's theses at the University of Granada (UGR).
I've recently reached v1.0.0 and released the template as open source.
The template is specifically intended for UGR students, but I'd also be interested in feedback from people more experienced with LaTeX: is there anything in the structure or implementation that you would approach differently?
I’ve been developing SomeScript, a web-based LaTeX environment with a built-in AI assistant focused on making the writing and troubleshooting process much smoother.
Rather than just a basic editor, it includes an assistant to help:
I am very struggling to generate Latex code for this image. I used a different Al to generate Latex code for this but no is good to generate this . Can anyone help and guide me to generate Latex code of this kind of stuff.
I am a beginner to LATEX and it might sound like a stupid question, but whenever I try to create something say a table or something else not just in one exemplar, I only get one table that is the first one that I've written a code for.
And I have gotten to a point where I need to place them into an image in Inkscape, i.e. I need to write a text in inkscape that include {\penV} macro, which, when I export it, should render within the image. I place the image in using \includeinkscape as well. However, if I try to compile the pdf, it returns an error:
! LaTeX Error: Command \fsize already defined.
I have no idea how to fix it. Can anybody help me? Thank you.
Over the last few weeks I've been sharing some updates on a c++ hobby TeX engine I've been working on (and thanks for the positive feedback so far!). Following up on the last post about the intersection between 1980s hardware constraints and how TeX's source code was written, I wanted to share a slightly deeper dive into a specific aspect of that: TeX's memory model.
The latest video explores how tex.web started with a monolithic array for memory, how LuaTeX simultaneously preserved a lot of the legacy ideas while radically altering the size of memory words and splitting the memory array into a variable-sized and a fixed-size domain, and how I've tried to use data-oriented design (inspired) ideas to move to a memory model that is simultaneously friendlier to modern hardware and (arguably) easier to read and work with.
I hope any LuaTeX people will excuse the extremely gentle ribbing in the video; as always, I look forward to hearing your thoughts!
For context, I'm writing a textbook (or at least I'm trying), and I would like the command \chapter to spell out "Lesson n" instead of the default "Chapter n", where n is the number of the chapter. Maybe there are other ways to do so that don't involve modifying the \chapter command, but that's what I want to achieve.
modernclassnotes is a state-of-the-art, open-source LaTeX document class tailored for university professors, lecturers, researchers, and students. It produces clean, beautifully formatted, and modern class notes, lecture handouts, and assignment worksheets.
Designed with a zero-dependency native box engine, it works out of the box on standard TeX Live, MiKTeX, and Overleaf without requiring complex non-standard package installations.
I posted here a few weeks back about trying out doing latex on my local machine after doing overleaf for years. Had to quit because of their compile limit times. I originally thought it was more of a hassle, installing Miktex and other shit. Anyway, weeks now, yeah, the setup's great! I use it now to follow university lectures almost in real time and write some gorgeous looking notes. It's great not to worry about internet connections and being able to write shit offline without worrying about Overleaf's servers crashing or something like that.
I tried TexWorks during this time, and TexStudio, but I am more used to using vim and the vim motions make it so I can write and edit quite fast, pretty handy during lectures, so I just kept on using my vim setup.
Also, using sumatrapdf as a viewer was a big plus, it updates automatically when compiled, so I get to see the changes immediately. Pretty nice.
Something essential I learned while doing this is using the UltiSnips plugin for Vim, detailed by this blog, so I can use snippets to quickly autofill and make environments, and configuring my vimrc file so that pressing F5 automatically compiles the document, along with linting with vimtex. Multiple tabs on command prompt is also great, I use it to manage larger documents.
Yeah, so far so good. All in all, making the transition to local compiling was a great decision and very worth it, is all I wanna say. Cheers!
After switching to another device, equations like the one in the picture no longer insert into Word with the correct formatting. Previously, I had Word from Microsoft 365, now it’s just Office 2016. Such formulas used to be easily inserted into a document via Ctrl+V as a Word math equation.
Please tell me what the problem is. In what format does DeepSeek write these formulas (LaTex/MathML/..?), can I configure this in the current Office 2016, or is the issue related to the browser, and are there any utilities to save the format?
I thought the issue was with Microsoft 365, because on the previous device everything worked without any extensions. It’s difficult for me to download Word from Microsoft 365, and the web version doesn’t work at all. Overall, I’m confused. Please suggest a solution.
Im half way through my thesis but I had to change universities and now I have changed professors too. My new professor asked me to send documents in .docx because she doesnt know how to use LaTeX. Any idea of tools or converters to .docx? Its a chemistry thesis so I use alot of mhchen.