Questions tagged [tex]

TeX is a typesetting system, where the output is defined by command-sequences. Note that https://tex.stackexchange.com is specifically dedicated to TeX questions.

TeX is a typesetting system, where the output is defined by command sequences. It was designed and mostly written by Donald Knuth. TeX was designed with two main goals in mind: to allow anyone to produce high-quality books using minimal effort, and to provide a system that would give exactly the same results on all computers, at any point in time.

There is a Stack Exchange site dedicated to TeX, which is a good place to ask any TeX-related questions.

Resources:

872 questions
0
votes
3 answers

How to define hide mode for tex \begin & \end in emacs auctex mode?

I recently write a lot of tables in my tex documents. I would like to hide the table block when I am editing otherwise it will be messy. here is the documents: \documentclass{article} \begin{document} \begin{table}[htbp] \centering …
Coeus Wang
  • 245
  • 2
  • 9
0
votes
3 answers

Maxima tex output of equation with equal(a,b) function as =

When I have an equation in Maxima, say "x=5" in the form equal(x,5) and I use the tex function on it, I get the output $${\it equal}\left(x , 5\right)$$ but I would like to get $$x=5$$ Is this possible?
mmzc
  • 602
  • 8
  • 19
0
votes
1 answer

Changing Tex String in HTML with JavaScript

I use this command
to show a line in Tex format. Now I want to change the content of the line (JavaScript), but I still want to interpret it in the Tex format. When I…
el smu
  • 35
  • 1
  • 2
  • 8
0
votes
2 answers

make + tex: file not found

I have a directory with the following files ➜ hrrep git:(master) ✗ ls -l total 1000 drwxrwxrwx 22 zmjones staff 748 May 28 23:28 data -rw-rw-rw- 1 zmjones staff 7180 May 20 16:17 data.R drwxrwxrwx 9 zmjones staff 306 May 28 23:38…
Zach
  • 996
  • 12
  • 25
0
votes
1 answer

How to hide whizzytex yellow cursor in Emacs

How to hide it? It is way too yellow, and automatically switched on when activating whizzytex. I looked at the Emacs variables but cannot find it there. Using Ubuntu 13.04 and Emacs 24.
PascalVKooten
  • 20,643
  • 17
  • 103
  • 160
0
votes
1 answer

Preventing PHP from parsing escapes in a string

I'm planning to store a bunch of user-submitted TeX equations in a database. Problem is, TeX has stuff like \right... and PHP likes to consider \r as a newline character. Is there any way to suppress this behaviour? I've tried addslashes and…
Kyle
  • 4,205
  • 1
  • 21
  • 22
0
votes
1 answer

Open source, web-based math editor

I'm looking for an open source library of a math equation editor. I want to embed this math editor in my website. I want to have a text box (a textarea) that gives the ability to the user to insert math equations with a list of math symbols buttons.…
Jiyda Moussa
  • 925
  • 2
  • 9
  • 26
-1
votes
2 answers

Simplest real-world language

I am in the process of writing interpreters for a couple of languages, in TeX, which would allow TeX users to insert some code from their favorite language (if supported), and have TeX run it when producing the pdf result. I started by writing an…
Bruno Le Floch
  • 244
  • 4
  • 12
-1
votes
0 answers

Addressing error message on latex/overleaf

how to solve the Overfull \hbox (39.25163pt too wide) message on latex/overleaf? I am not sure to the procedure with the message on this platform, am new to this coding style. I understand what to do for the underfull message, but there didn't seem…
-1
votes
0 answers

Use R vitae package with biblatex-ext-oa tex package to augment publication list

I'm using the my-awesome-cv.cls template in vitae (customising it, including using latex_engine: lualatex with a template to 'bold' my name in entries). I'm trying to work out how I can make enriched display of publications easier, including display…
sjgknight
  • 393
  • 1
  • 5
  • 19
-1
votes
0 answers

Programmatically converting .pdf files to .tex

In an application I'm building I'd like to be able to programmatically convert .pdf files to .tex files in order to recover equations that might be present in the document. The only library I've found seems to be aspose but it's not free or open…
harryjulian
  • 29
  • 1
  • 3
-1
votes
0 answers

How to create nomenclature list for a journal with a different style?

I am trying to figure out the exact format of creating a nomenclature list like the one shown below: Here is a sample code I've been trying to tweak to meet the above: \documentclass{article} \usepackage{amssymb} \usepackage{nomencl}…
teddiclax
  • 35
  • 4
-1
votes
1 answer

Latex: usepackage on part of the document

I would like to use \usepackage{} only on part of my document. The other part of the document is completely made up and now it would be out of order by entering this package in that part as well. But I don't know how to use usepackage only on part…
nick_name
  • 161
  • 10
-1
votes
1 answer

How to prevent LTeX from spamming my "PROBLEMS" tab

I am using the vscode extension LTeX to help me find misspell in my LaTeX documents. But there is one thing that annoys me, it also finds "misspells" in some latex configuration files. How can I prevent LTeX from spamming the "PROBLEMS" tab in…
-1
votes
1 answer

Why it's not possible to minify Latex code?

I'm writing Latex code in Overleaf and I was curious if it's possible to minify Latex code. Maybe it isn't possible to fit all the code in just one line (like with Javascript) but it could be possible to have less LOCs in some ways. Why? There isn't…
edoardottt
  • 100
  • 1
  • 11