Search found 11 matches

by edc
Sun Feb 01, 2009 8:43 pm
Forum: Text Formatting
Topic: No stretch on block of text
Replies: 4
Views: 5301

Re: No stretch on block of text

Wonderful! Thank you for the assistance phi. I figured there was a way to do a simple reflection, but I just am not LaTeX savvy enough.

Also, it's good to know about the comprehensive symbol list, though I didn't find a good symbol in there (didn't search too hard as phi's solution worked fine ...
by edc
Sat Jan 31, 2009 1:23 am
Forum: Text Formatting
Topic: No stretch on block of text
Replies: 4
Views: 5301

No stretch on block of text

I'm currently using the following command to make a tautological equivalence symbol.


\newcommand{\tauteq}{\ |\! \! \! = =\! \! \!| \ }

The AMS packages seem to have a symbol for tautologically implies, but no mirror symbol that I could just place together with a regular symbol.

As you can see ...
by edc
Mon Dec 01, 2008 6:23 pm
Forum: Document Classes
Topic: Installing PSTricks Help
Replies: 12
Views: 21317

Re: Installing PSTricks Help

It works!

Thank you so much...I was just being retarded and forgot to set the paths for the other postprocessors besides LaTeX.

Thanks again!
by edc
Mon Dec 01, 2008 3:15 am
Forum: Document Classes
Topic: Installing PSTricks Help
Replies: 12
Views: 21317

Installing PSTricks Help

Nice...things seem to be working sort of...

I think I'm getting the definition of the build right, as I've changed all the necessary paths to be exact.

However, when I try the following:

\documentclass{amsart}
\title{Why Won't This Fucking Work!?}
\author{Ed}
\date{\today}

\usepackage{pst-pdf ...
by edc
Sun Nov 30, 2008 8:47 pm
Forum: Document Classes
Topic: Installing PSTricks Help
Replies: 12
Views: 21317

Re: Installing PSTricks Help

So I went ahead and updated all my packages with the automatic MikTeX function and the problem still persists, with the same error messages. Any other ideas?
by edc
Sun Nov 30, 2008 2:59 am
Forum: Document Classes
Topic: Installing PSTricks Help
Replies: 12
Views: 21317

Installing PSTricks Help

I am in need of some help with installing PSTricks. I'm getting the necessary files from ftp://ftp.ctan.org/tex-archive/graphics/pstricks/ which I linked to from http://tug.org/PSTricks/main.cgi/ .

According to the readme, the following steps need to occur:

a - You have to move all the files from ...
by edc
Wed Aug 13, 2008 6:21 pm
Forum: Document Classes
Topic: Enlarge XY-Pic diagrams?
Replies: 2
Views: 4457

Re: Enlarge XY-Pic diagrams?

Thanks!

"\scalebox" works like a charm!
by edc
Wed Aug 13, 2008 4:15 am
Forum: Document Classes
Topic: Enlarge XY-Pic diagrams?
Replies: 2
Views: 4457

Enlarge XY-Pic diagrams?

Does anyone know how to magnify XY-Pic diagrams?
by edc
Sat May 24, 2008 3:23 pm
Forum: General
Topic: Output profile error: LaTeX Error: File `.cls' not found
Replies: 9
Views: 179541

Re: Output profile error

Oh, whoops...I feel pretty foolish now...thanks for the help though, everybody.
by edc
Sat May 24, 2008 3:05 pm
Forum: General
Topic: Output profile error: LaTeX Error: File `.cls' not found
Replies: 9
Views: 179541

Output profile error: LaTeX Error: File `.cls' not found

Thanks for the welcome, Thorsten.

I think I'm using LaTeX and pdfLaTeX to compile my document. Here is what my tex file looks like:


\documentclass{}[12pt]{article}
\author{Edward Chien}
\title{Homework 7}

\begin{document}
\end{document}


And when I ask to build (and view) the current file in ...