Skip to main content

Questions tagged [standalone]

{standalone} is about questions regarding the standalone bundle that allows users to easily place picture environments or other material in separate source files and compile these on their own or as part of a main document.

0 votes
1 answer
41 views

Regular and Non-regular Polygon list

I need help with my code. As you can see, the compilation is incorrect: But I'd like some like this: \documentclass[a4paper, landscape]{standalone} \usepackage{tikz} \usetikzlibrary{shapes....
Lenin de Castilhos's user avatar
0 votes
1 answer
26 views

multi instruments musixflx not working on standalone

It is needed to compile a multi instruments musixflx using standalone. The basic code is as follow: \documentclass[border=7pt,varwidth]{standalone} \usepackage{musicography} \usepackage{musixtex} \...
ABV's user avatar
  • 451
0 votes
1 answer
41 views

Beamer strange interaction between fragile, standalone and new frame option

I am playing with beamer and I wrote a frame option optionA to change locally the background. I also want to put some part of my document in a standalone, so I create another named part.tex included ...
R. N's user avatar
  • 1,138
4 votes
1 answer
65 views

Tikz renders different in standalone and scrartcl

I have a similar problem as asked in this Question. In my case there seems to be a difference in the rendering of a tikz figure between the standalone class and the scrartcl class. In the MWE you can ...
DraUX's user avatar
  • 555
1 vote
1 answer
28 views

Combination of tikz-qtree and standalone

My question is related to this topic: How to convert tikz in eps and include it in same time within a TeX file Here is my MWE. I do not know why it does not work: \documentclass[tikz]{standalone} % ...
test's user avatar
  • 181
1 vote
1 answer
72 views

musixflx not working on standalone

It is needed to compile standalone and musixflx for a musixtex. The basic code is as follow: \documentclass[ border={0.3cm % Izquierda 2pt % Abajo 15.1cm % Derecha +3pt % Arriba },...
ABV's user avatar
  • 451
0 votes
0 answers
31 views

Check if a file has been modified since last compile in Overleaf

I have an if-statement that I call in my .tex document in Overleaf \IfFileExists{mypdf.pdf} {\includegraphics[width=1\textwidth}{mypdf.pdf}} {\includestandalone[width=1\...
David G.'s user avatar
  • 329
2 votes
2 answers
99 views

Proper usage of externalizing tikz/standalone with Overleaf

I've attempted to set up Tikz externalization to speed up how fast the compile time is on an Overleaf project I have. I followed the answers provided on the SE question How to externalize TikZ ...
David G.'s user avatar
  • 329
0 votes
1 answer
45 views

Overleaf using Corrupted Standalone?

I have a long tex file on Overleaf that just started, out of nowhere, failing to compile. I simplified it down to a minimal working example here \documentclass{article} %%%%%%%%%%%%%%%%%% Pre-Load ...
David G.'s user avatar
  • 329
0 votes
1 answer
55 views

standalone-class: convert with dvisvgm - activate the all-pages option

If I want to convert each page of a pdf-file to the same number of single svg-files, a working command is: dvisvgm --pdf --page=1- in.pdf out.svg But if I set this into standalone.cls's convert-...
cis's user avatar
  • 8,922
0 votes
0 answers
32 views

Index not properly updating in a multifile document using standalone/import

I'm working on a large text, using multiple .tex files. I use the standalone / import packages to merge them into one single pdf document. At this time there are roughly 10 different .tex files ...
PAT's user avatar
  • 101
2 votes
1 answer
80 views

standalone.cls maximum tikz picture size is 575?

I am trying to create an eps/pdf includeable graphics, and rather than working with fractions, I thought I would simply use large integers. However, somehow the standalone class and tikz don't like ...
ivo Welch's user avatar
  • 3,818
0 votes
0 answers
35 views

How to fit a standalone Tikz image in a two-column layout without compromising the font size?

Consider the following standalone Tikz dummy image, this file is named tikfig.tex: \documentclass{standalone} \usepackage{tikz} \usepackage{tikz-3dplot} \begin{document} \tikzset{every picture/....
Rubem Pacelli's user avatar
0 votes
1 answer
31 views

Compile glossary files individually for testing

Is there a setup that allows importing glossary definitions from another file, while at the same time being able to compile this file in a standalone manner (for testing purposes)? acronyms.tex \...
Hyperplane's user avatar
0 votes
1 answer
40 views

Problems with currfiledir, pgfplotsstable and compilation from a section file

My project File tree - section - mysection.tex - tools - mystandalone_data.csv - mystandalone.tex main.tex MWE main.tex \documentclass{article} \usepackage[mode=buildmissing]{standalone} \...
Enevevet's user avatar
  • 796

15 30 50 per page
1
2 3 4 5
47