Skip to main content

Questions tagged [miktex]

MiKTeX is a typesetting system for Microsoft Windows, consisting of an implementation of TeX and a set of related programs.

miktex
0 votes
0 answers
52 views

LaTex: Small table, that should be flush left, is indenting to the right

I have an errata document. For each errata item, I use a small table, with no borders, to list the Errata ID, Area of operation, Components affected, and Severity. Using a table this way, works, but I ...
Russell Urquhart C's user avatar
0 votes
0 answers
57 views

Why are the tables not displaying side by side?

I'm attempting to format a report and am running into annoying issues with the formatting. What I'm trying to do is display these tables side by side, but each seems to really want to appear on a new ...
Miller25's user avatar
1 vote
1 answer
55 views

pandoc installation on gitlab-ci.yaml for converting text to pdf files (Automation)

I am using Gitlab as CI/CD tool. Here I want to get all the .java files from various repositories and find the .java files & convert to pdf file. I have written a pipeline stage to convert to pdf ...
saranya dec19's user avatar
1 vote
1 answer
49 views

LaTex: Turning off subsection numbering for a subfile

I'm using a .tex file as a subsection in my main .tex file. In the main.tex file I have: \documentclass{article} \usepackage{subfiles} \begin{document} \subsection{Section title} \subfile{sub.tex} ...
Russell Urquhart C's user avatar
0 votes
1 answer
57 views

Makefile command for prepending and appending files to a passed .tex file

I have a rule in my Makefile like the following: %: %.tex echo $@ texify --pdf --synctex=1 --clean [email protected] Whatever file that is passed, I'd like to prepend an existing file called fm.tex and ...
Russell Urquhart C's user avatar
1 vote
0 answers
63 views

Rstudio fails to run pdflatex

There are several similar questions here, but no answers. If I compile an Rnw-file in Rstudio using knitr (that is to say: by clicking the "Compile PDF" button, but in Global Options I ...
Vincent's user avatar
  • 721
0 votes
0 answers
149 views

apt install miktex requiers outdated dependencies and won't work if newer version were installed

I am trying to install MikTeX a software for writing LaTeX documents, I have sudo apt install miktex Suggesting on my ubuntu. But when I try to install it I get: Some packages could not be installed. ...
Kid A's user avatar
  • 31
0 votes
0 answers
78 views

R is not rendering to pdf tlmgr

i have a Rmarkdown document that contains a data frame and a plot in the same chunck. --- title: "Untitled" output: pdf_document date: "2024-04-23" --- ```{r setup, include=FALSE}...
Homer Jay Simpson's user avatar
0 votes
0 answers
76 views

Cannot knit pdf from R markdown containing flextable

Here is my R markdown document : --- title: "Untitled" output: pdf_document --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) library(flextable) ``` ```{r} ft <- ...
Anthony's user avatar
  • 427
0 votes
1 answer
390 views

LaTeX, MiKTeX, using variables

I'm still pretty new to TeX and MiKTex but I had a question. I want to be able to access a variable called VERSION that would store the current version number of my document and use that in my TeX ...
Russ Urquhart's user avatar
0 votes
0 answers
106 views

Pyplot doesn't compile LaTeX code at all, although it knows a valid MikTeX installation

I want to have text rendering with Latex for titles, labels, etc. of plots. from matplotlib.pyplot import plot, show, xlabel, ylabel, legend, title from numpy import array import matplotlib.pyplot as ...
Marius Schäuble's user avatar
0 votes
0 answers
204 views

Problem compiling .tex file with TextStudio in windows 10

I usually use overleaf to write latex docs but I need to download a offline editor in order to write text files without internet. I was researching about the best latex editors and I found TextStudio. ...
Juan Jaramillo Jiménez's user avatar
0 votes
0 answers
381 views

Latex in Matplotlib with Anaconda: RuntimeError: Failed to process string with tex because latex could not be found

I am trying to render plots using latex in Anaconda. I am getting an error from Anaconda claiming it is unable to find latex. The error is below (hopefully rendered properly. This is being caused when ...
user23306703's user avatar
0 votes
0 answers
153 views

Proper Instructions to get Asymptote working in MikTeX LaTeX to create inline Graphs

I have installed MitTeX on W10. Asymptote is installed in MikTeX in folder ..\miktex\bin\x64\asy.exe When I start this on the command line, I can give an Asymptote command like draw((0,0)--(10,0)); ...
jeroen2009's user avatar
0 votes
1 answer
338 views

Issue with Asymptote Execution in LaTeX: "failed to create directory /.asy."

Note: I initially asked this question on TeX Stack Exchange, but unfortunately, I did not receive a response. I am reposting it here to get help from a broader community. Here is the link to the ...
Jasper's user avatar
  • 129

15 30 50 per page
1
2 3 4 5
15