https://github.com/kurama622/snippets-for-latex
Some snippets(sublime) for LaTeX
https://github.com/kurama622/snippets-for-latex
Last synced: 7 months ago
JSON representation
Some snippets(sublime) for LaTeX
- Host: GitHub
- URL: https://github.com/kurama622/snippets-for-latex
- Owner: Kurama622
- Created: 2020-06-01T13:04:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T01:37:36.000Z (over 5 years ago)
- Last Synced: 2025-01-11T18:47:07.420Z (9 months ago)
- Language: TeX
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snippets for LaTeX
You need install "Code Snippets Helper".
## example
```latex
\documentclass[tikz]{standalone}
\standaloneconfig{border=5pt}
\usepackage{xeCJK}
\begin{document}
\begin{tikzpicture}
\draw [-latex] [red] (0,0,0)--(4,0,0) node [right] {$x$};
\draw [-latex] [blue] (0,0,0)--(0,2,0) node [above] {$y$};
\draw [-latex] [cyan] (0,0,0)--(0,0,2) node [below] {$z$};
\draw [domain=0:pi,smooth,samples=220,variable=\x,rotate around x=10] plot (\x,0,{sin(4*\x r)});
\end{tikzpicture}
\end{document}
```
"LaTeX Snippets" can provide more snippets.