Skip to main content

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.

0 votes
0 answers
18 views

Filling authors from a list using authblk does not work

I'm trying to write a class like this: \NeedsTeXFormat{LaTeX2e}[1994/12/01] \ProvidesClass{Bug}[2024/07/12 Bug] \LoadClass[a4paper,twoside,openbib]{article} \RequirePackage{expkv-opt} \RequirePackage{...
jouke hijlkema's user avatar
1 vote
0 answers
26 views

Why does VS-Code not compile my LaTeX-file with LaTeX-Workshop and macTeX installed?

I have installed macTeX (I use MacOS Sonoma 14.5) and LaTeX-Workshop in VS-Code. It seems like VS-Code is not recognizing my .tex-files. Every time I want to compile and generate a pdf I get an error ...
Niklas's user avatar
  • 11
0 votes
0 answers
43 views

Using TexLive in NixOS via shell.nix

I am trying to build PDF files using R Markdown in NixOS. I've built this file successfully in Ubuntu but would prefer to get this working on NixOS, specifically through a shell.nix file. $ R -e &...
Aaron VerDow's user avatar
0 votes
0 answers
28 views

How to reduce a page size in latex resume code?

This is my resume which I have made using a template on overleaf dot comn and what I want to achieve is remove extra white spacing from the very bottom. this is the preamble code which is written at ...
Arjun Malhotra's user avatar
0 votes
1 answer
25 views

Problem with table is LateX when i try to put a little advanced table

I've been trying to find a solution for this table, the rest is easy but the first 3 rows gave me a hard time. The problem is that HCI is always under EP2 instead of interaction This is what i tried: ...
Taki Takieddine's user avatar
0 votes
0 answers
37 views

How to make pythontex see PYTHONPATH

I've been working with pythontex for some time and I'm quite happy with the results. After reinstalling the system, however, serious difficulties began. THE PROBLEM: while compiling code (in .tex ...
khaz's user avatar
  • 389
0 votes
0 answers
22 views

How to indent only a part of a sentence?

I'd like to indent only a part of a sentence in LaTex, but it just doesn't work out for me. I tried to use different functions like \parindent or \hangindent, but unfortunately I did not get it. The ...
feg4444's user avatar
1 vote
1 answer
134 views

Using optional arguments for \newenvironment in Latex

I defined two new environments (nmlist and nmlistf) in Latex as follows. The former creates a list with a title at the first line introduced by \paragraph, and the latter creates a list starting at ...
Jovin's user avatar
  • 13
0 votes
1 answer
51 views

Jupter notebook to tex to pdf without cell content

I am not entirely sure whether this is the right forum (tag) for this question, so my apologies if it is wrong. The problem I face is the following: I am creating a report that I will be genreating ...
Serge de Gosson de Varennes's user avatar
0 votes
0 answers
42 views

How to create HTML links inside a LaTeX block

I'm pretty deep into a yak shaving project and thought it was time to involve a broader audience. I am writing documentation and want to have highlighted text (regular serifed text with yellow ...
John the Bastard's user avatar
0 votes
0 answers
36 views

Flutter_tex not working after flutter web deployment using firebase hosting but works fine in debug mode

I am using flutter_tex package on my flutter web app. But after deployment on firebase, the tex widget is not rendering. It's working fine when I'm running locally from Android studio. I've tried ...
Poliin's user avatar
  • 11
0 votes
0 answers
32 views

Is it Possible to Extract Image Dimensions in TeX/LaTeX Without OS-specific commands?

As a follow-up to this question and this and this posts, I am working on a project in TeX/LaTeX and facing a challenge related to image processing. Specifically, I need to develop a macro that can ...
Foad S. Farimani's user avatar
0 votes
1 answer
596 views

How To Inverse Search From Internal PDF Viewer To The Actual Code in VS Code for a Latex Doument

I am using VS Code and in it, I am using LaTeX Workshop by James Yu. I am trying to compile my document using LaTeX Workshop. When I compile my code to a pdf file, I can double click or ctrl + click ...
Aaron Jones's user avatar
0 votes
1 answer
195 views

Outputting LaTeX command from Lua script

I am trying to use a Lua script to generate LaTeX commands. Here is a minimal lua script: my_array = { cmdone = {1, 2}, cmdtwo = {2, 3} } cmd_template = "\\newcommand*{\\%s}{number one: %s, ...
Peter Baker's user avatar
2 votes
0 answers
98 views

Tikzplotlib not outputting Matplotlib's PyPlot colour bars

I'm trying to output contour plots made with PyPlot to Tikz using Tikzplotlib, but the color bars aren't appearing in the outputted TeX code. The contour plots themselves aren't appearing either ...
TheorVHP's user avatar

15 30 50 per page
1
2 3 4 5
59