Search found 2 matches

by flyingtex
Sun Apr 01, 2018 7:58 pm
Forum: Graphics, Figures & Tables
Topic: Airfoils in Tex using TikZ
Replies: 3
Views: 3030

Airfoils in Tex using TikZ

Thanks for the reply, the code I am using is below, it comes from the link in my original post.

\begin{document}

\newcounter{y}
\setcounter{y}{0}

\begin{tikzpicture}
\foreach \lbl / \fn in {EPPLER 625/e625.dat,
WORTMANN FX 2/fx2.dat,
EPPLER 664 (EXTENDED)/e664ex.dat,
CLARK Y/clarcy.dat ...
by flyingtex
Sat Mar 31, 2018 2:33 pm
Forum: Graphics, Figures & Tables
Topic: Airfoils in Tex using TikZ
Replies: 3
Views: 3030

Airfoils in Tex using TikZ

Hello,

This is the first time I'm trying to use TikZ and I have found this example:
http://www.texample.net/tikz/examples/airfoil-profiles/

However even with the example .tex files and .airfoil files I cannot get the airfoils to show when I typeset.

Should the .tex file be in the same directory ...