Import work from year 2013-2014
This commit is contained in:
BIN
4e/Organisation_donnees/Proprotionnalite/Conn0209/fig/graph.pdf
Normal file
BIN
4e/Organisation_donnees/Proprotionnalite/Conn0209/fig/graph.pdf
Normal file
Binary file not shown.
@@ -0,0 +1,17 @@
|
||||
\begin{pspicture}(-0.9,-0.9)(9.2,9.2)
|
||||
\psgrid[griddots=10,gridlabels=0pt, subgriddiv=0, gridcolor=black!40](0,0)(9,9)
|
||||
\psaxes
|
||||
[
|
||||
%ytrigLabels=true,
|
||||
linewidth=\pslinewidth,
|
||||
%labelFontSize=\scriptscriptstyle,
|
||||
tickcolor=gray,
|
||||
ticksize=-1.5pt 1.5pt,
|
||||
xlabelsep=3pt,
|
||||
arrowscale=1,
|
||||
%trigLabelBase=4,
|
||||
]{->}(0,0)(-0.8,-0.8)(9.2,9.2)
|
||||
\psset{algebraic,linewidth=1.5pt}
|
||||
|
||||
%\psplot{-5}{5}{2 * x}
|
||||
\end{pspicture}
|
||||
28
4e/Organisation_donnees/Proprotionnalite/Conn0209/fig/pstricks.sh
Executable file
28
4e/Organisation_donnees/Proprotionnalite/Conn0209/fig/pstricks.sh
Executable file
@@ -0,0 +1,28 @@
|
||||
#!/bin/sh
|
||||
# on enlève l’extension du 1er argument
|
||||
FILE=${1%.*}
|
||||
TMPFILE=pstemp
|
||||
# création d’un fichier temporaire psttemp.tex
|
||||
cat > $TMPFILE.tex <<EOF
|
||||
\documentclass{article}
|
||||
\usepackage{pstricks}
|
||||
\usepackage{pstricks-add}
|
||||
\usepackage{pst-eps}
|
||||
\usepackage{pst-eucl}
|
||||
\usepackage{pst-plot}
|
||||
\usepackage{pst-math}
|
||||
\thispagestyle{empty}
|
||||
\begin{document}
|
||||
\begin{TeXtoEPS}
|
||||
\input{$FILE}
|
||||
\end{TeXtoEPS}
|
||||
\end{document}
|
||||
EOF
|
||||
# Création du fichier dvi
|
||||
latex $TMPFILE
|
||||
# Création du fichier eps
|
||||
dvips -E $TMPFILE.dvi -o $TMPFILE.eps
|
||||
# Création du fichier pdf
|
||||
epstopdf $TMPFILE.eps --debug --outfile=$FILE.pdf
|
||||
# effacement des fichiers temporaires
|
||||
rm -f $TMPFILE.*
|
||||
Reference in New Issue
Block a user