Skip to main content

Questions tagged [rendering]

About the conversion of TeX code for display on screen or paper.

Filter by
Sorted by
Tagged with
0 votes
1 answer
77 views

EDIT 4 I have proceeded much but still some characters are wrong. E.g. the 3rd paragraph should read "koncepty řešení" I have used this /mnt/e/Strawberry2/c/bin/iconv.exe -t utf-8 th0.tex &...
user2925716's user avatar
  • 2,146
0 votes
0 answers
268 views

Please pardon my naivete in describing the issue I am facing; I am not well-versed with the jargon. I am trying to provide every detail I can; if any of the information seems irrelevant kindly let me ...
Acharyachakit's user avatar
0 votes
0 answers
38 views

The padding is too large on the drop-down menu options. I can't see all of the options in the drop-down: and also, changing the font size doesn't fix this either, there's still overflow because it has ...
Amiel's user avatar
  • 31
2 votes
2 answers
117 views

I want to draw a molecule via chemfig in my thesis but I have an issue with the rendering. The text {(OCH_2CH_2)}_{45} overlaps with the following \stackrel{N}{H} and the connection between them is ...
Ratpricker's user avatar
3 votes
2 answers
135 views

I have a diagram that I am rendering that has a line that at low zoom disappears and reappears at higher zoom. This unstable behavior is not desired, of course, and I'm trying to get it so the line ...
Matt Samuel's user avatar
2 votes
0 answers
102 views

The default Renderer (Node) of fontspec produces the Piazzolla variable font bolder/fatter than with the OpenType or HarfBuzz Renderer (and fatter than the static fonts). Am I doing something wrong? ...
Xorios's user avatar
  • 591
0 votes
0 answers
95 views

I use PowerPoint to make a custom image by adding text boxes over an existing image. The fill of the text boxes is white and there is either no outline or white outline. There is no issue with the ...
elscan's user avatar
  • 43
0 votes
0 answers
43 views

I'm using Jabref for dealing with my references. One of the fields of Jabref is "abstract. I would like to know if this field is able to render some Latex command. The image shows what I'm trying ...
matgaio's user avatar
  • 145
0 votes
2 answers
112 views

I need to write Chinese and Japanese text, with Zhuyin being used for ruby text in Chinese (traditional), and Hiragana for Japanese. The ruby text for Japanese (Hiragana) is working fine but the ...
watermargin39's user avatar
0 votes
2 answers
87 views

I wrapped \dfrac xy and \dfrac yx in left and right LaTeX tags with parentheses, and I expected that the parentheses would be the same size since x/y and y/x should technically be the same height. ...
Technodoggo's user avatar
0 votes
1 answer
73 views

In my latex quiz code, I can generate boxes for users to write like this: \ans{3cm} The problem is, depending on the surrounding text, the exact location of the box will shift. Is there a way to ask ...
Dov's user avatar
  • 1,625
0 votes
0 answers
43 views

Is it possible to stop Latex after rendering just one page of output? I'm attempting to do presentation slides in Emacs Orgmode with subsequent export to Latex & PDF. This way I believe I could ...
yury10578's user avatar
  • 243
1 vote
0 answers
348 views

Why having a recent version of MikTeX + TeXworks is there yet a bad output? The pdf output is perfect. Related Rendering issue in TeXworks What solution exists and what can I do? Follow up: 2024/01/...
Sebastiano's user avatar
  • 66.6k
3 votes
1 answer
97 views

When I compile my LaTeX with latexmk, my align environments start so far to the left that they clip off of the page and my enumeration labels clip into my theorem labels (see screenshots below). Here ...
Otto's user avatar
  • 33
0 votes
0 answers
87 views

I had created a figure in Geogebra of f(x)=3^x/x!, and when I tried to export it as Asymptote code, I got the following: /* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/...
Doge with shades's user avatar
0 votes
1 answer
1k views

I am attempting to reproduce a pattern fill from the tikz documentation. Specifically, I run \usetikzlibrary {patterns,patterns.meta} \begin{tikzpicture} \draw[pattern={Lines[angle=45,distance={3pt/...
Seraf Fej's user avatar
  • 143
-1 votes
1 answer
97 views

In my document I use a SVG file in the header (fancyhdr) and the same SVG is used independently on the title page. More or less like this: ... \fancyhead[C]{ \includesvg[]{images/my-svg-file} } \...
Sim Son's user avatar
  • 272
0 votes
1 answer
55 views

I see that TeX when render a faction they add some space before and after nominator and demoninator, so the fraction bar have width more than nominator and denominator width. The following TeX show ...
Denis Sletkov's user avatar
2 votes
0 answers
71 views

I just ran into the fact that the ASCII vertical bar character is (unexpectedly and inexplicably) rendered as a long dash in LaTeX. So presumably there could be other such characters that aren’t “...
NikS's user avatar
  • 141
1 vote
1 answer
131 views

Why the lambda is not rendering in equation (2) below? What was my mistake there? You will need the Definitions folder from the MDPI journal template to run this. \documentclass[energies,article,...
Murilo's user avatar
  • 422
0 votes
0 answers
42 views

I have many powerdot slides that have rendered successfully in the past. Today, I re-rendered one of my old files using the same command as before but now, the slides are all cut-off on the right-hand ...
Pearson250's user avatar
0 votes
1 answer
222 views

I'm using the pdfrender package to get a little bit stronger text thickness in my document. However, it seems to work oddly within tikz figures: the strokes look way more dark than they do in main ...
Esteban Saldarriaga-Marin's user avatar
0 votes
1 answer
437 views

I would like to be able to make sure that in the file (.tex) the entire preamble is not seen, in the sense that it is there and actually works, but not seen, so that it preserves all the lines of code ...
Antonello's user avatar
0 votes
1 answer
170 views

I'm using the tikz-cd package for drawing commutative diagrams. Now I want to disable the rendering of the content produced by this package similar to the behaviour when importing the graphics package ...
Richard's user avatar
  • 250
0 votes
0 answers
148 views

I have the following image which I want to include in my latex writeup However, when I include it it render as follows The image becomes pixelated and less smooth. I have tried including the image ...
Luke Taylor's user avatar