Search found 21 matches

by haaj86
Sat Aug 21, 2010 5:29 pm
Forum: Fonts & Character Sets
Topic: Identity Matrix Symbol (double ones)
Replies: 4
Views: 250233

Re: Identity Matrix Symbol (double ones)

Thanks Joseph! This is precisely what I'm looking for.
by haaj86
Sat Aug 21, 2010 4:13 pm
Forum: Fonts & Character Sets
Topic: Identity Matrix Symbol (double ones)
Replies: 4
Views: 250233

Identity Matrix Symbol (double ones)

To be honest I usually use the big "I" to represent the indentity and most books uses this one. But I remember seeing this one:
identity.png
I drew this with paint because I can't find a webpage that uses it.

Thank you!


Edit by localghost : No external links (see Board Rules)! Attachments go ...
by haaj86
Sat Aug 21, 2010 1:40 pm
Forum: Fonts & Character Sets
Topic: Identity Matrix Symbol (double ones)
Replies: 4
Views: 250233

Identity Matrix Symbol (double ones)

Hi, how to type the identity matrix symbol (the double ones). I don't mean the

Code: Select all

\mathbb{I}
symbol.

I can't also find it in the The Comprehensive LATEX Symbol List.

Please help!
by haaj86
Tue Aug 03, 2010 7:05 pm
Forum: General
Topic: Change pdf location
Replies: 3
Views: 7837

Re: Change pdf location

Thanks frabjous and localghost for the suggestions, I will try it. Cheers
by haaj86
Tue Aug 03, 2010 4:19 pm
Forum: General
Topic: Change pdf location
Replies: 3
Views: 7837

Change pdf location

Hi, what command line can I use to change the location of the pdf, I do not want it to be in the same folder as the tex file. Also, I am not looking to change the editor's settings, because I am working on three different reports and I just need one of them to produce the pdf in another directory ...
by haaj86
Tue Aug 03, 2010 10:34 am
Forum: Page Layout
Topic: Page setup with no margins
Replies: 4
Views: 5027

Re: Page setup with no margins

Thanks! I installed Perl and run the command line as you have suggested and it worked perfectly.
by haaj86
Mon Aug 02, 2010 11:02 pm
Forum: Page Layout
Topic: Page setup with no margins
Replies: 4
Views: 5027

Page setup with no margins

Thanks Stefan, I installed the pdfcrop package using the package manager, but I get an error when I compile the code.

Can you please suggest how to use it exactly? is this valid:

Code: Select all

\documentclass{article}
\usepackage{pdfcrop}
\begin{document}
Testing
\end{document}
I appreciate it a lot.
by haaj86
Mon Aug 02, 2010 10:23 pm
Forum: Page Layout
Topic: Page setup with no margins
Replies: 4
Views: 5027

Page setup with no margins

Hi, is there an automatic way (a package perhaps) to set up the page size exactly to the content of the pdf with no margins, header or footer (or page number). For example, I need a single equation line to appear in the pdf without any white margins surrounding it, and I need to create such ...
by haaj86
Mon Mar 22, 2010 11:40 pm
Forum: Document Classes
Topic: Beamer: `beamer.cls' not found
Replies: 4
Views: 95614

Re: Beamer: `beamer.cls' not found

Thanks very much localghost. I followed the manual you suggested and found the MikTex Package Manager (which I didn't know it existed!) and installed the beamer package.

Cheers

haaj86
by haaj86
Mon Mar 22, 2010 10:39 pm
Forum: Document Classes
Topic: Beamer: `beamer.cls' not found
Replies: 4
Views: 95614

Beamer: `beamer.cls' not found

Hi,

I have used Beamer class before on windows vista with MikTeX & TeXnicCenter. Now, I have windows 7, and I installed both Miktex and texniccenter, but when I try to creat a presentation as simple as:

\documentclass{beamer}
\title{Example}
\author{haaj86}
\begin{document}
\frame{\titlepage ...