| 
                         Das Einfügen von  Was muss ich da anders machen? Öffne in Overleaf 
% main.tex \documentclass[11pt]{scrartcl} \usepackage{standalone} \begin{document} \includestandalone[mode=buildnew]{test} \end{document} Öffne in Overleaf 
                            % test.tex \documentclass[varwidth, margin=0pt,convert]{standalone} %\documentclass[]{article} \begin{document} Hier mal ein Text. \par % \\ $\begin{array}{l l} x+y=0 \\ x = 1 \end{array}$ \end{document}  | 
                
| 
                                     Wie man der Log-Datei entnehmen kann Öffne in Overleaf 
Package standalone Warning: Graphic 'test.pdf' could not be build. Shell escape activated? on input line 5. muss man  Ist  Laut der   | 
                            
| 
                                     Eine andere Möglichkeit wäre die Verwendung des varwidth-Pakets Öffne in Overleaf 
                                        \documentclass[varwidth, margin=0pt]{standalone} \usepackage{amsmath} \usepackage{varwidth} \begin{document} \begin{varwidth}{\linewidth}% <------- $\begin{array}{l}x+1=2 \\[1em] x = 1 \end{array}$ \par Hier mal ein Text. \end{varwidth}% <------- \end{document} Das sollte die  
                
                
                
                
                
                (26 Apr '19, 13:39)
                Henri
                
             
        Ja,  
                
                
                
                
                
                (27 Apr '19, 00:41)
                cis
                
             
         | 
                            
			