Writing Hello World in Document Class Standalone
type this following latex code in latex editor:
\documentclass{standalone}
\standaloneconfig{border=4mm}
\begin{document}
Hello World
\end{document}
\standaloneconfig{border=4mm}
\begin{document}
Hello World
\end{document}
Notes
- Latex option code \standaloneconfig{border=4mm} allows to specify the whitespace margin around the following page.
- Alternative name of this option is margin.
- The syntax:
- border=〈length (all sides)〉
- border={〈length (left/right)〉 〈length (bottom/top)〉}
- border={〈length (left)〉 〈length (bottom)〉 〈length (right)〉 〈length (top)〉}
Drawing Tikz Picture in Document Class Standalone
type this following latex code in latex editor:
\documentclass[tikz]{standalone}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[scale=1.0]
% Draw the axes with node anchor
% draw x axes / horizontal line
\draw[->, very thick](0,0) -- (4,0) node[below]{\large{$x$}};
% draw y axes / vertical line
\draw[->, very thick](0,0) -- (0,4) node[left]{\large{$y$}};
\end{tikzpicture}
\end{document}
Result
Notes
- change picture between \begin{tikzpicture}[scale=1.0] and \end{tikzpicture} with your tikz picture.
- To see the more clear picture, click on the picture.
< How to make extra margin / white space around the object in Document Class Standalone click on Latex Standalone Margin hyperlink.
Bibliography
https://www.overleaf.com/
https://www.sagemath.org/
latex equation, draw latex, latex math, latex science, latex plot, latex axes, write latex
Related Post
- Triangle in Latex ( latex equation )
- Scale Diagram In Triangle Shape ( latex equation )
- Number Line In Latex ( latex equation )
- Circle Theorem With Picture 1 ( mathematics lesson )
- Circle Element ( mathematics lesson )
- Circle Theorem Using Latex 1 ( latex equation )
- Angle In Latex ( latex equation )
- Draw Rectangle In Latex 1 ( latex equation )
- Latex Vertical Addition ( latex equation )
- Vertical Addition ( math equation )
- Bentuk Aljabar 1 Dalam Bentuk Latex ( latex equation )
- Bentuk Aljabar 1 ( math equation )
- Post about latex equation
- Latex Text Mode Symbol
- Latex Template 1
- Latex Line Symbol 1
Tidak ada komentar:
Posting Komentar