Questions tagged [rendering]
About the conversion of TeX code for display on screen or paper.
191 questions
0
votes
1
answer
77
views
I have converted my file into UTF8 but the czech characters appear wrongly rendered [closed]
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 &...
0
votes
0
answers
268
views
tcolorbox edges pixelate, typed characters appear weird, and portions of TikZ diagrams become invisible when zooming out on the rendered PDF
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 ...
0
votes
0
answers
38
views
TeXstudio menu overflow
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 ...
2
votes
2
answers
117
views
chemfig: Text of Elements/Molecules overlapping inside a Chemfig
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 ...
3
votes
2
answers
135
views
Rendering issues, tabular environment, disappearing lines in output
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 ...
2
votes
0
answers
102
views
The Piazzolla variable font is displayed differently between the Node (default) and OpenType/HarfBuzz Renderer
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? ...
0
votes
0
answers
95
views
PDF rendering issue involving PowerPoint boxes
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 ...
0
votes
0
answers
43
views
Jabref abstract field doesn't render LaTex
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 ...
0
votes
2
answers
112
views
LuaTex : zhuyin ruby characters are not rendering correctly
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 ...
0
votes
2
answers
87
views
x/y and y/x having different-sized parentheses
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. ...
0
votes
1
answer
73
views
Is it possible to record the exact location of a box in latex after generating a pdf? [duplicate]
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 ...
0
votes
0
answers
43
views
Is it possible to stop latex (xelatex) after rendering just one page of output? [duplicate]
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 ...
1
vote
0
answers
348
views
Ugly Rendering of the output visualization of TeXworks [closed]
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/...
3
votes
1
answer
97
views
\align environment clipping off page
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 ...
0
votes
0
answers
87
views
Why can't Asymptote read 3^x/x?
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/...
0
votes
1
answer
1k
views
Tikz renders filled lines as dashed with `Lines`
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/...
-1
votes
1
answer
97
views
SVG is not rendered if (obsolete?) AUX files are deleted beforehand
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}
}
\...
0
votes
1
answer
55
views
Size added to fraction bar
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 ...
2
votes
0
answers
71
views
Characters with unexpected glyphs in LaTeX
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 “...
1
vote
1
answer
131
views
Lambda not rendering in MDPI Journal
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,...
0
votes
0
answers
42
views
powerdot: slides no longer rendering (problem with dvi files?) [duplicate]
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 ...
0
votes
1
answer
222
views
Edit linewidth in tikzcd with pdfrender
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 ...
0
votes
1
answer
437
views
how to hide a part of .tex file [duplicate]
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 ...
0
votes
1
answer
170
views
How to disable rendering of certain package content (draft mode)
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 ...
0
votes
0
answers
148
views
Bad render for included graphic
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 ...