Historique des modifications [retour]
cliquez ici pour masquer/afficher la révision 4

04 Jui '23, 12:02

samcarter's gravatar image

samcarter
8.6k2817

On peut modifier `x=...` et `y=...` : \documentclass[french,a4paper]{scrartcl} %\documentclass[french,a4paper]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[ttscale=0.82]{libertine} \usepackage{tikz} \usepackage{babel} \begin{document} \begin{tikzpicture}[x=0.1pt,y=0.1pt] \begin{tikzpicture}[x=0.030cm,y=0.030cm] \coordinate (top) at (0,650); \coordinate (bottom) at (7.5,0); \draw (top) -- (bottom); \end{tikzpicture} \end{document}
cliquez ici pour masquer/afficher la révision 3

04 Jui '23, 11:57

samcarter's gravatar image

samcarter
8.6k2817

On peut modifier `x=...` et `y=...` : \documentclass[french,a4paper]{scrartcl} %\documentclass[french,a4paper]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[ttscale=0.82]{libertine} \usepackage{tikz} \usepackage{babel} \usetikzlibrary{fpu} \begin{document} \begin{tikzpicture}[x=0.1pt,y=0.1pt] \coordinate (top) at (0,650); \coordinate (bottom) at (7.5,0); \draw (top) -- (bottom); \end{tikzpicture} \end{document}
cliquez ici pour masquer/afficher la révision 2

04 Jui '23, 11:56

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 1

04 Jui '23, 11:54

samcarter's gravatar image

samcarter
8.6k2817

C'est votre première visite ici ? Consultez la FAQ !

×