疑似孙杨豪车曝光 售价4000万布加迪全球限量8台
218 questions
3
votes
1
answer
159
views
Reducing the Thickness of a Tikz Clipping Curve
Consider the code:
\documentclass{book}
\usepackage{tikz}
\usepackage{adjustbox}
\newif\ifdeveloppath
\tikzset{/tikz/develop clipping path/.is if=developpath,
/tikz/develop ...
4
votes
2
answers
105
views
pgf Error: No shape named `spiralpath' is known
I cannot manage to finish this document:
\documentclass{article}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
\usepackage{tikz}
\usetikzlibrary{calc,intersections,through,backgrounds,arrows.meta} % ...
3
votes
1
answer
131
views
Draw objects in tikz in "stamp"-style
I want to change the style of objects in tikz to some kind of "stamp"-style, where the objects are kind of not perfectly drawn and contain "imperfections" or faded elements. For me ...
2
votes
1
answer
106
views
To Overlay an Arched Title within a Tikzpicture
This is an extension of the question asked here: Colorizing Arched Words within a Tikzpicture
Consider the code:
\documentclass[12pt]{book}
\usepackage{tikz,xcolor}
\usetikzlibrary{decorations.text}
\...
1
vote
2
answers
74
views
Compiling a Animation in a Beamer-Xelatex
I am trying to use an animation in my Beamer presentation using XeLaTeX compilation.
Specifically, I am trying to include this animation into a Beamer theme: "The Nord Beamer Theme", which ...
1
vote
1
answer
68
views
how to jump a line in forest package [duplicate]
here is the code for creating a flowchart:
\begin{forest}
for tree={grow’=0,draw},
forked edges,
[/
[home
[saso
[Download]
[TeX]
]
[alja]
[joe]
]
[usr
[bin]
[share]
]
]
\end{forest}
...
2
votes
1
answer
84
views
Enlarging the Epicenter of a Radial Shading Tikz Picture
This question is an extension of the one posed here: Golden Words with a Radial Effect within the Lettering Itself
Consider the code which is taken from Ulrike Fischer's answer and compiled here with ...
1
vote
1
answer
134
views
Golden Words with a Radial Effect within the Lettering Itself
Consider the code:
\documentclass[12pt]{book}
\usepackage[hmargin=0in,vmargin=0in,margin=0cm,paperwidth=5.5in,paperheight=8.50in]{geometry}
\usepackage{tikz,tikzpagenodes}
\usetikzlibrary{fadings,calc}...
0
votes
1
answer
66
views
TiKz + Beamer : positioning not working as expected
Currently, I am working with Beamer to make some slides based on tikz for decorations.
I am experiencing 2 problems with node positioning:
Cannot place the background to use all of the slide height (...
0
votes
0
answers
51
views
Adding custom decorative shapes to Header and And Sections
I am trying to implementing the following header and section styles in latex but I am stuck.
I have tried implementing it using the fancyhdr and tikz packages. I was able to implement the line ...
1
vote
1
answer
99
views
Adding Inner Separators to a Tikzpicture with Tikzpagenodes
Consider the code:
\documentclass[12pt]{book}
\usepackage[hmargin=0in,vmargin=0in,right=0in,paperwidth=4.00in,paperheight=2.15in]{geometry}
\usepackage{pgfornament, tikzpagenodes}
\usetikzlibrary{...
2
votes
2
answers
168
views
On Adding a Colorized One-Sided Margin to a Tikzpicture
Consider the code:
\documentclass[12pt]{book}
\usepackage[hmargin=0in,vmargin=0in,right=0in,paperwidth=4in,paperheight=2.15in]{geometry}
\usepackage{pgfornament, tikzpagenodes}
\usetikzlibrary{fadings}...
5
votes
1
answer
258
views
Adding Multiple Titles with Gilded Effects
In Giving a Title a Gilded Effect, I asked how to give a "gilded effect" to the lettering in the title; to which, hpekristiansen gave a very nice answer in which both the title and ornaments ...
1
vote
1
answer
135
views
Title page background opacity issue with TikZ
I am using TikZ to set the page background, but changing the opacity doesn't seem to work on the title page. Here is a minimal working example.
\documentclass{article}
\usepackage{tikz}
\AddToHook{...
4
votes
1
answer
151
views
Finishing a TIKZ Gold Plate with a Correspondingly Finished Title
This post is an addendum to Providing an Authentic Finish to a TIKZ Gold Plate.
Consider the code:
\documentclass{article}
% Compiles with XELATEX
\usepackage[sfdefault]{cabin}
\usepackage[english]{...