- Default font for tabular environmentby /u/danderzei on June 3, 2025 at 8:25 am
How can I redefine the tabular environment to change to fnt size for the content in all tables? submitted by /u/danderzei [link] [comments]
- TeXstudio does not recognise journal macros in sample.bibby /u/Dragonaax on June 3, 2025 at 3:15 am
I have document with citations from NASA/ADS where I can download citations, but from it I get journals in form of macros like journal = {\aap} which is supposed to mean Astronomy & Astrophysics. However in TeXstudio at line where I have \printbibliography it throws error, I know it is due to that because when I change because when I change it to plain text the citation works. I have same files in Overleaf and citations like that work but they don't work in TeXstudio, is there some option I should turn on or download set of macros? I use Linux if that's gonna be relevant submitted by /u/Dragonaax [link] [comments]
- Seeking help in compiling LaTeX from downloaded websitesby /u/Weenbingo on June 2, 2025 at 7:29 pm
Hello! I've downloaded this website tutorial.math.lamar.edu using the WinHTTrack Website Copier tool, but when I open the local files in mozilla, the LaTeX is presented as code. How do I go about fixing this? I understand through some investigating that mathjax is related to forcing html to show LaTeX code as its compiled form, but I don't know how to ensure that this happens within my local files. Any help or tips at all is appreciated. If this question is better suited for another community, please let me know. Thank you! submitted by /u/Weenbingo [link] [comments]
- Math equationsby /u/Academic_Delivery_gg on June 2, 2025 at 6:36 pm
What program or page do you recommend to type math equations, something easy and fast and free. Three years ago I used to use a nice online page but I don’t remember the name 😔 submitted by /u/Academic_Delivery_gg [link] [comments]
- Empty "pages" field appearing in all my referencesby /u/laika00 on June 2, 2025 at 5:58 pm
I am really unsure what is causing this issue as I have never come across this problem before, but I have a dangling "pages" field automatically set in all my references (even if they aren't specified in my references.bib) https://preview.redd.it/ha1hnidwyj4f1.png?width=1546&format=png&auto=webp&s=4af166d616c06edd8ef0f21a9ce20ea24ee93f6d Here's my setup: \usepackage[numbers]{natbib} \renewcommand{\bibname}{References} \bibliographystyle{vancouver} \bibliography{references} Any help would be greatly appreciated! EDIT: Strangely, even if I set the pages field in my references, it doesn't actually show the page numbers after "pages" inproceedings{casale2020integrated, title={Integrated performance evaluation of extended queueing network models with line}, author={Casale, Giuliano}, booktitle={2020 Winter Simulation Conference (WSC)}, pages={2377--2388}, year={2020}, organization={IEEE} } https://preview.redd.it/7nong7rq1k4f1.png?width=1320&format=png&auto=webp&s=63d063cb69f96c53842c54af3ad72fe1bb10de87 submitted by /u/laika00 [link] [comments]
- LaTeX or Overleaf Rendering Issueby /u/rubarzi on June 2, 2025 at 12:50 pm
Hi i prepared a full paper on LaTeX (Overleaf) but when i download it, it gives me somehow corrupted figures. My figure shows our data analysis for specific questions and i made some arrangements in figma for this figure then uploaded those as a PDF file. I will put ordinary figure from my report: https://preview.redd.it/2rpxcihtfi4f1.png?width=1098&format=png&auto=webp&s=a01f21e79a2ca5ab293a0b5f878ff3f150a97736 I solved this problem with acrobat for printing PDF. but it changes the colors as usual. And gives 3x more file size (8mb to 23mb) Also, i do not see the issue when i opened my report with chrome or some other browsers but i cant know whether instructor will use chrome or not. And, i want to learn why this problem occurs for preventing the problem in my future reports. submitted by /u/rubarzi [link] [comments]
- help with .ipynb to latex conversionby /u/arsenale on June 2, 2025 at 9:20 am
Can someone help me understand why this latex conversions fails with so many errors? I'm using the script in google colab to convert notebooks to pdf, and yes I need latex because there is a lot of latex formatting that gets lost in the default pdf output of the notebook thanks for any help %%bash #!/usr/bin/env bash set -euo pipefail PREFIX="Oprova" WD="/content/drive/MyDrive/Colab Notebooks/murphy_book1_18" cd "$WD" || exit 1 OUTDIR="pdf" mkdir -p "$OUTDIR" # — install silenzioso — { apt-get update -qq apt-get install -y texlive-luatex texlive-latex-recommended texlive-latex-extra pandoc >/dev/null pip install --upgrade "nbconvert>=7" pandocfilters >/dev/null } 2>/dev/null shopt -s nullglob echo "🔖 Converting notebooks with prefix '${PREFIX}'" PANDOC_ARGS='[ "--quiet", "--no-intra-emphasis", "--from=markdown+raw_tex+tex_math_dollars-yaml_metadata_block", ]' # By the way, you can turn off YAML metadata block parsing entirely by putting for nb in ${PREFIX}*.ipynb; do base="${nb%.ipynb}" echo -e "\n🔄 $nb → $base.pdf" # 1) notebook → LaTeX jupyter nbconvert --to latex "$nb" --no-input \ --output-dir="$OUTDIR" \ --PandocExporter.pandoc_args="$PANDOC_ARGS" \ --log-level=ERROR # ★ niente >/dev/null # 3) compila due volte dentro ./pdf pushd "$OUTDIR" >/dev/null echo " → LuaLaTeX pass 1" lualatex -interaction=nonstopmode "${base}.tex" # ★ log ora visibile, senza || true echo " → LuaLaTeX pass 2" lualatex -interaction=nonstopmode "${base}.tex" popd >/dev/null done echo -e "\n✅ Finito! Ecco cosa c’è in ${OUTDIR}/" ls -lh "$OUTDIR" ########################################### lots of these Missing character: There is no ❌ (U+274C) in font [lmroman10-regular]:+tlig;! Missing character: There is no ✔ (U+2714) in font [lmroman10-regular]:+tlig;! ########################################### lots of these Package hyperref Warning: Difference (2) between bookmark levels is greater (hyperref) than one, level fixed on input line 2590. ########################################### ! Package amsmath Error: Erroneous nesting of equation structures; (amsmath) trying to recover with `aligned'. ############################# LaTeX Font Warning: Size substitutions with differences (Font) up to 0.475pt have occurred. LaTeX Warning: There were multiply-defined labels. ) (see the transcript file for additional information) 1180 words of node memory still in use: ########################################### submitted by /u/arsenale [link] [comments]
- Lyx side by side PDF Previewby /u/RelativeLow9618 on June 1, 2025 at 11:09 pm
I am using Lyx in a Linux machine. Whenever I click the preview button or do CTRL+R to view the generated PDF, a new window pops up with evince previewer and shows the document. I am wondering if it is possible to have a side by side PDF preview instead of opening a new window. I tried just doing a side by side split of the windows and doing CTRL+R on the new window, but this only opened a new window. I would appreciate any input/insights into how to do this, the lyx documentation is not that easy to search or investigate extremely thoroughly for an answer. Thanks! submitted by /u/RelativeLow9618 [link] [comments]
- MiKTeXby /u/ProfessionalRate6174 on June 1, 2025 at 11:08 pm
submitted by /u/ProfessionalRate6174 [link] [comments]
- Extra space issue while writing biblography!by /u/Unusual-Ad-5574 on June 1, 2025 at 7:40 am
Can anyone help me out why i am getting this sapce issue.When iadd more references it goes next space but i am not getting the solution to why this extra space is appering.Aslo tried the "\vspace{-10cm}" but it doesn't help alot. What should i do to fix it?Need a permanent solution. submitted by /u/Unusual-Ad-5574 [link] [comments]
- No Latex packages found after Miktex updateby /u/Adventurous_Safe_935 on May 31, 2025 at 4:02 pm
Basically the question in the title. I updated miktex because moderncv package wasn't working properly. Now nothing works, Miktex compiles the wrong files and complains about missing packages. Any idea what the problem could be? submitted by /u/Adventurous_Safe_935 [link] [comments]
- References in longtable environmentby /u/ShadowFracs on May 31, 2025 at 12:38 pm
In my document I have a longtable environment, in which I want to link to other sections. The linking is working (the displayed section numbers are correct), however, the links are not clickable. The same goes for \url{google.com}. How can I fix this? submitted by /u/ShadowFracs [link] [comments]
- Why can't I use the \subject command in a moderncv cover letter?by /u/Adventurous_Safe_935 on May 31, 2025 at 12:34 pm
I want to add a cover letter for my cv and latex tells me this. What could be the cause? Failure message: Anschreiben.tex: Fehler: 28: Undefined control sequence. \subject moderncviconssymbols.sty: Warnung: : "academicons requires xetex/luatex to work. Using alternatives.". Anschreiben.tex: Warnung: 39: Font shape \OT1/cmss/bx/sl' undefined(Font) using `OT1/cmss/bx/n' instead` Anschreiben.tex: Warnung: : Some font shapes were not available, defaults substituted. Complete Latex Code: \documentclass[11pt,a4paper,sans]{moderncv} \moderncvstyle{classic} \moderncvcolor{blue} %\usepackage[utf8]{inputenc} %\usepackage[T1]{fontenc} \usepackage[ngerman]{babel} \usepackage[scale=0.75]{geometry} \usepackage{pdfpages}% http://ctan.org/pkg/pdfpages % Persönliche Daten \name{***} \address{***}{***} \phone[mobile]{***} \email{***} \born{***} \begin{document} `\clearpage` `\recipient{***}{***} % Letter recipient` `\date{***} % Letter date` `\subject{subject}` `\opening{***} % Opening greeting` `\closing{Mit freundlichem Gruß,} % Closing phrase` `\enclosure[im Anhang]{\begin{itemize}` `\item ***` `\item ***` `\item ***` `\item ***` `\item ***` `\end{itemize}} % List of enclosed documents` `\makelettertitle % Print letter title` hhzu `\makeletterclosing % Print letter signature` `\newpage` \end{document} submitted by /u/Adventurous_Safe_935 [link] [comments]
- Digital Logic Assignments in LaTeX (GUI Tool)by /u/Real_Shakespeare on May 29, 2025 at 12:55 pm
I have almost done the majority of my digital logic assignments in LaTeX, but I also spent countless hours tryin' to adjust the gates and their alignment. Thus, I decided to build my own GUI app to help the process to be faster—not to replace the coding entirely but to make the process faster n save time!! Also, I made it for personal use; however, I thought it might help others. The app still needs more improvements. GitHub Repo submitted by /u/Real_Shakespeare [link] [comments]
- Returning Blind CS Student – Looking for LaTeX + Math Accessibility Tipsby /u/Laniebird91 on May 29, 2025 at 2:57 am
Hi all! I’m a blind student returning to college (B.S. in Computer Science, fully online) and looking for advice on two fronts: 1. LaTeX on Windows: I’ve started learning LaTeX and like it for writing papers—especially with Zotero. I’ve tried Overleaf, VS Code with LaTeX Workshop, and TeXnicCenter. Overleaf is decent, but its PDF viewer isn’t very screen reader-friendly (JAWS/NVDA repeat lines). → What LaTeX editors or workflows do you use on Windows that are accessible? 2. Relearning Math: I’ll be starting with calculus soon. It’s been a while, and chronic illness has affected my memory. I used to use a Perkins Brailler, but arthritis/lupus makes that painful now. → Any accessible math resources or strategies for learning math online? I’d love to hear what’s worked for others. Thanks in advance! submitted by /u/Laniebird91 [link] [comments]
- Dashed xarrow with text over and under the arrowby /u/Crazy_Logician on May 28, 2025 at 5:43 pm
I've recently found this thread https://tex.stackexchange.com/a/152489 as I was looking for a way to do some kind of dashed xarrow. This design is almost good for my needs, but I wonder if anybody here knows how to make the same arrows but with both superscript and subscript text. Thanks! submitted by /u/Crazy_Logician [link] [comments]
- How to disable this vscode listing?by /u/Slyding1 on May 28, 2025 at 1:12 pm
I was trying to insert a new line break but only four backslashes worked but this error won't go away, how can I disable it? Thanks submitted by /u/Slyding1 [link] [comments]
- Fire Force, Season 2 Episode 11by /u/iqchange on May 27, 2025 at 9:53 am
First time seeing LaTeX in media! submitted by /u/iqchange [link] [comments]
- Issue with Overleaf resume templateby /u/Quamatoc on May 27, 2025 at 9:44 am
I want to use this template off Overleaf. I am compiling this locally as I do not have acess to Overleaf. To that end I run TexWorks and MikTex on a Win10 (idk if that is relevant). However, on the first try I got an error because the documentclass was not known. Finding the documentclass was easy enough. Now I am getting an different error: fontspec can't find the font "inter-light" (fontspec) The font "inter-light" cannot be found; this may (fontspec) be but usually is not a fontspec bug. Either there (fontspec) is a typo in the font name/file, the font is not (fontspec) installed (correctly), or there is a bug in the (fontspec) underlying font loading engine (XeTeX/luaotfload). Which is odd, given, that I have installed the neccessary font package through MikTex. I did not alter the template in any way, I altered the documentclass file in an attempt to account for a different relative path. Precisely I changed "fonts/inter/" in line 116 of the documentclass to "fonts/opentype/public/inter/". Might have made an error there too. All other packages are up to date. In another post I saw a solution but I have no clue how to work that in. Can y'all tell me how to fix the fontspec issue? Or whether the other solution would work, and if so, how and where? Also, as a heads-up: If you try to run it, a package called "othello" throws a number of errors as well but that does not stop the compilation. I do not know where that comes from either. Package is installed submitted by /u/Quamatoc [link] [comments]
- Latex compilation errorby /u/Jekyllhyde441 on May 27, 2025 at 5:49 am
Hi guys, first time posting here. So I ran into this problem in TexStudio which I believe issued after an update of Miktex console. At first I was even unable to uninstall both TexStudio and MIkTex. But after an windows update (currently win 11 24H2) I was able to uninstall TexStudio and then reinstalled in a different directory but still nothing helped. I also reinstalled MiKTex afresh with no solution. I changed the compiler and also restored all settings in TexSTudio afterwards but still no luck. I was really comfortable with TexStudio so if anybody can suggest a fix it would immensely help me. So far overleaf saved me but I actually need an offline editor. I appreciate any help. Thank you, submitted by /u/Jekyllhyde441 [link] [comments]
- So is LaTeX accessibility just not a thing right now, despite the looming April 2026 deadline in the US?by /u/sun-dust-cloud on May 27, 2025 at 2:56 am
Serious question. submitted by /u/sun-dust-cloud [link] [comments]
- I asked AI to convert a document to latex and got cursed little thing: \(c+\dot{i}\infty\)by /u/ConquestAce on May 27, 2025 at 2:40 am
submitted by /u/ConquestAce [link] [comments]
- LaTeX and OCDby /u/professorloser on May 27, 2025 at 1:01 am
Hey, sorry if this sounds stupid. I find myself wasting a shit tonne of time on perfecting every single detail in my LaTeX document, so much so that it takes up a sizable chunk of my working time. At the end I find I have changed alignment and colours and fonts and font sizes in my paper a few hundred times, and haven't made any real progress with my thesis. Am I alone in this? And how can I stop this wastage of time? Seems like the top guys in the academic profession just open a document and start typing away, while I'm worried if the space between my title and text is perfect. submitted by /u/professorloser [link] [comments]
- Is LaTeX the solution for me or not?by /u/RairyBot on May 27, 2025 at 12:23 am
I am a structural engineering student and recently started using LaTeX to document my project work. In my project work I need to show my calculations, but unlike many other fields I need to solve my equations and substitute the values calculated from previous equations. So my question is, how should I do this in LaTeX? Can it even be done? Another problem I have is that I need to show different calculations based on a previous value. Basic example: calculating cross section area. If my cross section is a circle the formula to get the area is different from a rectangular one. So can I change my text conditionally? Im not sure if Latex is the right tool for me, I'm curious if someone here did something similar to this. Thanks for the read and help 😄 Edit: So what I've been doing is calculating in Python, and creating TeX files from formated strings. Cons: No IDE Have to double \ and {} characters for python to not see them as escape characters No error messages until the python code is ran submitted by /u/RairyBot [link] [comments]
- Is it possible to create a similar list of acronyms?by /u/Beren_Camlost on May 26, 2025 at 11:06 pm
My native language is portuguese, but a lot of the terms i need to use are more widely used in their english acronym. So I wanted to make a list of acronym similar to the one in the picture, where it is show its meaning in both portuguese and english. submitted by /u/Beren_Camlost [link] [comments]
- I'm pushing the limits of what LaTex can do. A selection of my notes from my first year of engineeringby /u/human0006 on February 17, 2024 at 9:05 am
submitted by /u/human0006 [link] [comments]
- Please don't delete your post after it is answeredby /u/JimH10 on January 28, 2018 at 5:40 pm
Not a mod. But I was hoping to raise awareness that if you post a question that gets an answer then other people also benefit from that exchange. We've all googled a LaTeX question and found an old answer, and been glad it is there. Some people lurk here, picking things up over time. I'm not sure why so many people delete exchanges. There are good reasons to delete things sometimes, but asking for a clarification on a technical point does not seem, at least to me, to be one of them. The only other thing I can think is that those folks think that their question is clogging up the stream. I was hoping with this post to convince them that they are mistaken, and to leave it in place. In particular, if the answerer spends 15 mins on that answer and you delete the question, then you've been not too kind back to the person who was kind to you. submitted by /u/JimH10 [link] [comments]