image imagewidth (px) 384 384 | text stringlengths 2.58k 12.8k |
|---|---|
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usepackage{relsize}
\usepackage{bm}
\usetikzlibrary{positioning,decorations.pathmorphing}
\definecolor{mygreen}{rgb}{0,0.6,0}
\definecolor{mymauve}{rgb}{0.58,0,0.82}
\definecolor{camdrk}{RGB}{0,62,114}
\begin{document}
\begin{tikzpicture}
\node[circle, dra... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usepackage{bm}
\usepackage{relsize}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}
\node[circle, draw, thick] (i1) {};
\node[circle, draw, thick, above=2em of i1] (i2) {};
\node[circle, draw, thick, above=2em of i2] (i3) {};
\node[circl... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
% 1st column
\node at (0,6.5) {$t-1$};
\node[align=center, circle, draw, thick] (s1_1) at (0,5) {$s_1$\\{\scriptsize$\alpha_{t-1}(s_1)$}};
\node[align=center, circle, draw, thick] (s2_1) at (0,3) {$s_2$\\{\scriptsize$\al... | |
\documentclass[crop,tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{arrows,decorations.pathmorphing,positioning}
\definecolor{olivegreen}{rgb}{0,0.6,0}
\begin{document}
\begin{tikzpicture}
\node (1) [draw, dashed, minimum height=15em, minimum width=15em, xshift=6.5em, fill=olivegreen, fill opacity=0.2, very th... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning}
\definecolor{mygreen}{HTML}{006400}
\begin{document}
\begin{tikzpicture}[node distance=2.8em]
\node[circle, thick, fill=red, draw] (0) {};
\node[circle, thick, below left=of 0, fill=red, draw] (1) {};
\node[circle, t... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning, decorations.pathmorphing}
\definecolor{mynavy}{HTML}{000080}
\definecolor{darkred}{HTML}{8B0000}
\definecolor{mygreen}{HTML}{006400}
\definecolor{mygold}{HTML}{B8860B}
\newcommand{\myGlobalTransformation}[2]
{
\pgftransformcm{1... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning, matrix, backgrounds}
\tikzstyle{block} = [rectangle, draw, fill=blue!20,
text width=5em, text centered, rounded corners, minimum height=4em]
\definecolor{mygreen}{rgb}{0,0.6,0}
\definecolor{echodrk}{HTML}{0099cc}
\begin{docum... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{xcolor}
\usetikzlibrary{positioning, decorations.pathmorphing}
\definecolor{olivegreen}{rgb}{0,0.6,0}
\begin{document}
\begin{tikzpicture}
\path[rounded corners, fill=blue, fill opacity=0.2] (-0.4, 3.5) -... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usepackage{pgfplots}
\usepackage{amsbsy}
\usetikzlibrary{automata, chains, decorations.pathmorphing, positioning}
\definecolor{echodrk}{HTML}{0099cc}
\begin{document}
\begin{tikzpicture} [scale=1.3, every node/.style={transform shape},start chain=1 going righ... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{decorations.pathmorphing,positioning}
\definecolor{mynavy}{HTML}{000080}
\definecolor{darkred}{HTML}{8B0000}
\newcommand{\myGlobalTransformation}[2]
{
\pgftransformcm{1}{0}{0.5}{0.25}{\pgfpoint{#1cm}{#2cm}}
}
\tikzstyle myBG=[line width=3p... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning, matrix}
\tikzset{
table/.style={
matrix of nodes,
row sep=-\pgflinewidth,
column sep=-\pgflinewidth,
nodes={rectangle,draw=black,text width=0.05ex,align=center},
nodes in empty cells
},
texto/.style={font=\footnotesize... | |
\documentclass[tikz]{standalone}
\usetikzlibrary{decorations.markings,arrows}
\begin{document}
\begin{tikzpicture}
% lattice
\draw[->,ultra thick] (-2,0) -- (2,0);
\draw[->,ultra thick] (0,-2) -- (0,2);
\draw (-2,-2) grid (2,2);
\node [draw,ultra thick,rectangle,minimum width=1cm,minimum height=1cm,label=b... | |
\documentclass[tikz]{standalone}
\usepackage{pgfplots,siunitx}
\pgfplotsset{compat=newest}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
xmode=log,
domain=1e17:1e21,
ymax=1,
enlargelimits=false,
ylabel=$zT$,
xlabel=Carrier concentration $n$ (\si{\per\centi\meter\cubed}),
... | |
\documentclass[tikz]{standalone}
\usetikzlibrary{patterns,decorations.markings}
\tikzset{
cross/.style={fill=white,path picture={\draw[black] (path picture bounding box.south east) -- (path picture bounding box.north west) (path picture bounding box.south west) -- (path picture bounding box.north east);}},
dr... | |
\documentclass[border=10pt]{standalone}
\usepackage{tikz}
\begin{document}
% Gradient Info
\tikzset {_4c6h9fmv2/.code = {\pgfsetadditionalshadetransform{ \pgftransformshift{\pgfpoint{0 bp } { 0 bp } } \pgftransformrotate{0 } \pgftransformscale{2 } }}}
\pgfdeclarehorizontalshading{_w5gdki77u}{150bp}{rgb(0bp)=(1... | |
\documentclass[11pt]{article}
\usepackage{tikz}
%%%<
\usepackage{verbatim}
\usepackage[active,tightpage]{preview}
\PreviewEnvironment{tikzpicture}
\setlength\PreviewBorder{5pt}%
%%%>
\begin{comment}
:Title: Schema of Labs on a class
:Tags: Shadows;Styles;Backgrounds;Diagrams
:Author: Cristo J. Alanis
:Slug: labs-schem... | |
% https://texample.net/tikz/examples/swan-wave-model/
% Author: Marco Miani
% SWAN (developed by SWAN group, TU Delft, The Netherlands) is a wave spectral numerical model.
%For Simlating WAves Nearshore, it is necessary to define spatial grids of
%physical dominant factors (wind friction, dissipation) as well as define... | |
\documentclass{standalone}
\usepackage[utf8]{inputenc}
\usepackage{amsmath, amssymb, latexsym}
%\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{tikz}
\usetikzlibrary{decorations.pathreplacing}
\usetikzlibrary{fadings}
\begin{document}
\begin{tikzpicture}
\node at (0.5,-1){\begin{t... | |
\documentclass[border=5pt]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning, patterns, decorations.pathreplacing}
\usetikzlibrary{calc}
\usetikzlibrary{arrows,shapes,backgrounds}
\begin{document}
\begin{tikzpicture}[scale=.9,every node/.style={minimum size=1cm},on grid]
\tikzstyle{select arrow}=[->, th... | |
\documentclass[11pt]{article}
\usepackage{tikz}
\usepackage{tikz-3dplot}
%%%<
\usepackage{verbatim}
\usepackage[active,tightpage]{preview}
\PreviewEnvironment{tikzpicture}
\setlength\PreviewBorder{5pt}%
%%%>
\begin{comment}
:Title: Seismic focal mechanism in 3D view.
:Tags: 3D; Earth Sciences ; Geophysics; Seismology
... | |
\documentclass[tikz,border=9]{standalone}
\usetikzlibrary{mindmap}
\usepackage{xspace}
\definecolor{joli}{RGB}{225,95,0}
\definecolor{JOLI}{RGB}{225,95,0}
\newcommand\etoc{\textcolor{joli}{\ttfamily\bfseries etoc}\xspace}
\DeclareRobustCommand\csa[1]{{\ttfamily\hyphenchar\font45 \char`\\ #1}}
\newcount\tikznumberofcur... | |
\documentclass[]{standalone}
\usepackage{tikz}
\begin{document}
\tikzstyle{scale all}=[every node/.style={scale=#1}, scale=#1]
\tikzset{
solution/.pic = {
\begin{scope}
\draw (0, 0) rectangle ++(1, 1);
\draw (0, 1) rectangle ++(1, 1);
\draw (0, 2) rectangle ++(1, 1);
... | |
% (S) -> (M) -> (V) -> (shuffle) -> (P) -> (R) - (F)
% S for Start F for Final
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{%
calc,
fit,
shapes,
backgrounds
}
% the next macro is useful to create a table
\newcommand\tabins[3]{%
\tikz[baseline=(Tab.base)]
\node [rectangle split,
... | |
\documentclass[tikz]{standalone}
\usepackage{pgfplots}
\usepackage{amsmath}
\usepackage{tikz-3dplot}
\pgfplotsset{compat=1.14}
\tikzset{>=latex}
\begin{document}
% !TEX root = ../main.tex
\tdplotsetmaincoords{60}{100}
\begin{tikzpicture}[scale=1.5,tdplot_main_coords]
% DEFINITIONS
% figOmegaRotation : Value for... | |
\documentclass[tikz,border=10pt]{standalone}
%%%<
\usepackage{verbatim}
%%%>
\begin{comment}
:Title: Poincare Diagram, Classification of Phase Portraits
:Features:
:Tags: Arcs;Foreach;Markings;Diagrams;Plots;Mathematics
:Author: Gernot Salzer
:Slug: poincare
The solutions of a system of linear differential equations ... | |
\documentclass[border=5pt]{standalone}
\usepackage{xcolor}
\usepackage{ulem}
\definecolor{ocre}{HTML}{800000}
\definecolor{sky}{HTML}{C6D9F1}
\definecolor{skybox}{HTML}{5F86B3}
\usepackage{tikz}
\usepackage{pgfmath}
\usetikzlibrary{decorations.text, arrows.meta,calc,shadows.blur,shadings}
\renewcommand*\familyde... | |
\documentclass[crop, tikz]{standalone}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{xcolor}
\usetikzlibrary{positioning, decorations.pathmorphing}
\definecolor{olivegreen}{rgb}{0,0.6,0}
\begin{document}
\begin{tikzpicture}
% boxes
\path[rounded corners, fill=blue, fill opacity=0.2] (-0.... | |
\documentclass[10pt]{article}
\usepackage[paperwidth=210mm,%
paperheight=297mm,%
tmargin=7.5mm,%
rmargin=7.5mm,%
bmargin=7.5mm,%
lmargin=7.5mm,
vscale=1,%
hscale=1]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{tikz}
\usetikzlibrary{arrows, calc, decorations.m... | |
\documentclass[border=10pt]{standalone}
\usepackage{tikz}
\usetikzlibrary{calc,positioning,shadows.blur,decorations.pathreplacing}
\usepackage{etoolbox}
\tikzset{%
brace/.style = { decorate, decoration={brace, amplitude=5pt} },
mbrace/.style = { decorate, decoration={brace, amplitude=5pt, mirror} },
... | |
\documentclass[11pt]{article}
\usepackage{tikz}
\usetikzlibrary{arrows}
%%%<
\usepackage{verbatim}
\usepackage[active,tightpage]{preview}
\PreviewEnvironment{tikzpicture}
\setlength\PreviewBorder{5pt}%
%%%>
\begin{comment}
:Title: Polarizing microscope
:Tags: 3D; Earth Sciences; Petrography; Physics
:Author: Cyril Lan... | |
% Author: Izaak Neutelings (May 2018)
% Inspiration: https://tex.stackexchange.com/questions/113900/draw-polarized-light
\documentclass[border=3pt,tikz]{article}
\usepackage[top=0.25in, bottom=0.25in]{geometry}
\usepackage{amsmath} % for \text
\usepackage{tikz}
\tikzset{>=latex} % for LaTeX arrow head
\usepackage{xco... |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 3