Search found 7 matches

by ZeV
Tue Apr 26, 2011 7:38 pm
Forum: Graphics, Figures & Tables
Topic: Coil around a circular path/disc/toroid
Replies: 0
Views: 1591

Coil around a circular path/disc/toroid

One can fairly easily draw a rather neat coil around a core of one's choosing, for example like this

\documentclass{minimal}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw (-1.9,.15) .. controls (-1.3,.25-0.3) and (1.3,.55) .. (1,.25);
\draw[fill=yellow] (-1,-1) rectangle (1,5 ...
by ZeV
Sat Apr 02, 2011 2:13 pm
Forum: Graphics, Figures & Tables
Topic: Make own components for circuitikz for lab-report
Replies: 0
Views: 1655

Make own components for circuitikz for lab-report

Greetings!
I'm writing a lab report for a series of experiments on GaAs wafers related to dopants and dopant quantities. For the lab report it is expected to include a few diagrams and figures. I've been wanting to put a hall-bar into a set of circuit diagrams for this purpose. I want said component ...
by ZeV
Sun Mar 13, 2011 2:16 pm
Forum: Graphics, Figures & Tables
Topic: Linebreak in pgf graph node
Replies: 3
Views: 4525

Re: Linebreak in pgf graph node

Ah. Turns out there was a problem with my tex Live installation. It's fixed now. Thanks anyway :)
by ZeV
Tue Mar 08, 2011 11:56 am
Forum: Graphics, Figures & Tables
Topic: Linebreak in pgf graph node
Replies: 3
Views: 4525

Linebreak in pgf graph node

Thanks. Yes, that's what the manual suggested too.
But it will not compile when I type that into my document.
I use MacTex 2010, and I've checked, the tikz package is 2.0, so it shouldn't be a problem. But it is regardless.

The error message(s) I get is (are):
Latex Error: ../Exercise7/Exercise7 ...
by ZeV
Mon Mar 07, 2011 10:16 am
Forum: Graphics, Figures & Tables
Topic: Linebreak in pgf graph node
Replies: 3
Views: 4525

Linebreak in pgf graph node

I needed to re-draw a faulty graph for a presentation, and I encountered no problems with the graph itself, but I cannot get the text to break. \\ does not work, \linebreak does not give me a linebreak. I'm stymied as I cannot find a way to get the text to fold and stay visible. I could let the text ...
by ZeV
Sun Feb 27, 2011 12:22 pm
Forum: Graphics, Figures & Tables
Topic: Figure repeatability and relative positioning within a float
Replies: 2
Views: 2016

Figure repeatability and relative positioning within a float

Whoa! That was easy! Thank you VERY much! :D
by ZeV
Sat Feb 26, 2011 12:55 pm
Forum: Graphics, Figures & Tables
Topic: Figure repeatability and relative positioning within a float
Replies: 2
Views: 2016

Figure repeatability and relative positioning within a float

Hello everyone. I am not new to LaTeX, but I am new to tikz. I am playing around with it today, in anticipation of a lab report on some semiconductor experiments I am running, and have made a simple 3D representation of a GaAs unit cell in tikz. However, I am uncertain about how to:

Rotate/align ...