Search found 7 matches

by kmath
Thu May 16, 2013 5:14 pm
Forum: Math & Science
Topic: Subscripts of greek letters
Replies: 2
Views: 9163

Re: Subscripts of greek letters

Hi,

I actually made a mistake. The syntax is correct and the error was referring to something else.

Thanks anyway
by kmath
Thu May 16, 2013 4:46 am
Forum: Math & Science
Topic: Subscripts of greek letters
Replies: 2
Views: 9163

Subscripts of greek letters

Hi all,

I'm trying to write Tau sub 1. I've tried the command $\tau_1$, as well as several iterations of that, but to no avail. Any ideas?

Thanks,

kmath
by kmath
Fri May 03, 2013 5:47 am
Forum: Graphics, Figures & Tables
Topic: Labeling graphs
Replies: 5
Views: 7255

Re: Labeling graphs

Ya that's it thanks!
by kmath
Thu May 02, 2013 11:20 pm
Forum: Graphics, Figures & Tables
Topic: Labeling graphs
Replies: 5
Views: 7255

Re: Labeling graphs

Right. I mean I want the C directly next to the cube, instead of above and to left of it.

C represents the cube. And "figure 1" is just representing the picture itself.

It's for an abstract algebra class and my professor is very specific about how he wants things to look...
by kmath
Thu May 02, 2013 2:41 am
Forum: Graphics, Figures & Tables
Topic: Labeling graphs
Replies: 5
Views: 7255

Labeling graphs

Dear all,

I have:

\documentclass[11pt]{standalone}
\usepackage[T1]{fontenc}
\usepackage{tikz,tikz-3dplot}
\begin{document}

{\Large{$C=$}}

\begin{tikzpicture}
[cube/.style={very thick,black},
grid/.style={very thin,gray},
axis/.style={->,blue,thick}]



%draw the axes
\draw[axis] (2,2,2 ...
by kmath
Mon Apr 29, 2013 2:31 am
Forum: Graphics, Figures & Tables
Topic: Circular Arrow in the x-y Plane
Replies: 3
Views: 5451

Re: Circular Arrow in the x-y Plane

Wow. You owned that. Is there a "thumbs up" button to give you a personal point or is it enough to click the "checkmark?"
by kmath
Sat Apr 27, 2013 3:02 am
Forum: Graphics, Figures & Tables
Topic: Circular Arrow in the x-y Plane
Replies: 3
Views: 5451

Circular Arrow in the x-y Plane

Hello everyone,

I currently have this.
\begin{tikzpicture}[
cube/.style={very thick,black},
grid/.style={very thin,gray},
axis/.style={->,blue,thick}
]
%draw the axes
\draw[axis] (0,0,0) -- (6,0,0) node[anchor=west]{$y$};
\draw[axis] (0,0,0) -- (0,6,0) node[anchor=west]{$z$};
\draw[axis] (0 ...