2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

Improve font

This commit is contained in:
Martin Thoma 2016-11-20 11:02:45 +01:00
parent 0cf39aa80a
commit 20e299277f
2 changed files with 3 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

View file

@ -1,5 +1,6 @@
\documentclass{standalone} \documentclass{standalone}
\usepackage{amssymb} \usepackage{amssymb}
\usepackage{bm}
\usepackage{tikz} \usepackage{tikz}
\usetikzlibrary{arrows.meta} \usetikzlibrary{arrows.meta}
\usetikzlibrary{decorations.pathreplacing} \usetikzlibrary{decorations.pathreplacing}
@ -42,10 +43,7 @@
\foreach \i in {\yMin,...,\yMax} { \foreach \i in {\yMin,...,\yMax} {
\draw [very thin,gray] (\xMin,\i) -- (\xMax,\i) node [left] at (\xMin,\i) {}; \draw [very thin,gray] (\xMin,\i) -- (\xMax,\i) node [left] at (\xMin,\i) {};
} }
% [7, 9, 3, 5, 9, 4,
% 0, 7, 0, 0, 9, 0,
% 5, 0, 9, 3, 7, 5,
% 9, 2, 9, 6, 4, 3]
\foreach \i in {\xMin,2,...,\xMax} { \foreach \i in {\xMin,2,...,\xMax} {
\draw [thick,gray] (\i,\yMin) -- (\i,\yMax) node [below] at (\i,\yMin) {}; \draw [thick,gray] (\i,\yMin) -- (\i,\yMax) node [below] at (\i,\yMin) {};
} }
@ -81,7 +79,7 @@
\node at (5.5, 3.5) {3}; \node at (5.5, 3.5) {3};
\draw[draw=black,line width=12pt,-{Latex[length=9mm]}] (6.5, 2) -- (9,2); \draw[draw=black,line width=12pt,-{Latex[length=9mm]}] (6.5, 2) -- (9,2);
\node[font=\footnotesize\bfseries] at (7.7, 2.5) {$2\times 2$ max pooling}; \node[font=\footnotesize\bfseries] at (7.7, 2.5) {$\mathbf{2\times 2}$ max pooling};
\foreach \i in {\xMinR,...,\xMaxR} { \foreach \i in {\xMinR,...,\xMaxR} {
\draw [thick,gray] (\i,\yMinR) -- (\i,\yMaxR) node [below] at (\i,\yMinR) {}; \draw [thick,gray] (\i,\yMinR) -- (\i,\yMaxR) node [below] at (\i,\yMinR) {};