python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
emacs-auctex refuses to open .tex-files
After installing emacs 28.1 and auctex 13.1 I can't open .tex-files any longer.
If I enter in emacs Ctrl-x -f Blau-2022-03-20.tex I get
Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
...
Alexander Wittmann
Votes: 0
Answers: 1
Makefile always builds even when no changes
I have the following Makefile for running pdflatex on tex source files:
MAKEFLAGS += --warn-undefined-variables
deps := mydoc.tex mydoc.cls
mydoc.pdf: $(deps)
.PHONY: build
build: $(deps)
pdf...
Mittenchops
Votes: 0
Answers: 1
Use \newcommand without the text styles added to it
This is a weird question and I don't know if I was able to formulate it that well.
So, I declare a newcommand somewhere like this:
\newcommand{\examplecommand}{\textbf{\textit{exampletext}}}
It'll be...

Andy3153
Votes: 0
Answers: 1
Merging Rows and Columns for a Table
I have to create this table in LaTeX but I don't like the current way it looks right now. Here is what I want it to look like when I compile the code,
And this is the current code that I have along w...

radal95
Votes: 0
Answers: 2