Search found 7 matches

by mombe
Tue Mar 22, 2011 4:05 am
Forum: Math & Science
Topic: Creating a Matrix with a Large 0 in the Upper Triangle?
Replies: 2
Views: 13345

Re: Creating a Matrix with a Large 0 in the Upper Triangle?

Thanks! That worked perfectly with a little tweaking!!
by mombe
Mon Mar 21, 2011 2:20 am
Forum: Math & Science
Topic: Creating a Matrix with a Large 0 in the Upper Triangle?
Replies: 2
Views: 13345

Creating a Matrix with a Large 0 in the Upper Triangle?

Hi All,

I'm just finishing up my undergrad, and am relatively new to LaTeX (I've only been using it for a year) so I appologize if this is a silly question.

What I'm trying to do is to create a lower triangular matrix, with the entire upper triangle (all zeros) denoted by one large zero in the ...
by mombe
Mon Apr 05, 2010 8:06 am
Forum: Text Formatting
Topic: Wrong paper format with MiKTeX
Replies: 10
Views: 10575

Wrong paper format with MiKTeX

Here are the contents of the other file, pdftex.cfg
%% pdftex.cfg: pdfTeX configuration file
%%
%% DO NOT EDIT THIS FILE DIRECTLY! It will be overwritten.
%%
%% Run
%%
%% initexmf --edit-config-file pdftex
%%
%% to edit pdfTeX configuration parameters.

compress_level 9
decimal_digits 3
horigin 1 ...
by mombe
Mon Apr 05, 2010 8:04 am
Forum: Text Formatting
Topic: Wrong paper format with MiKTeX
Replies: 10
Views: 10575

Wrong paper format with MiKTeX

Can you upload one of these PDFs here, along with the .tex code you used to generate it (the more minimal the better) and the log file produced in the process? [Best to add \listfiles in the code to show the versions of the files in the log.]

Sure thing. Here are all of the files you requested. I ...
by mombe
Mon Apr 05, 2010 6:08 am
Forum: Text Formatting
Topic: Wrong paper format with MiKTeX
Replies: 10
Views: 10575

Wrong paper format with MiKTeX

Do you still get A4 sized paper if you put:

\usepackage[letterpaper]{geometry}

in the preamble?

Yes. The PDF still displays A4 instead of letter.

Edit: Well, sort of. The PDF still displays the full A4 sized paper, but that restricts the margins to letter. The problem with that is that it ...
by mombe
Mon Apr 05, 2010 4:19 am
Forum: Text Formatting
Topic: Wrong paper format with MiKTeX
Replies: 10
Views: 10575

Wrong paper format with MiKTeX

Start the MiKTeX Settings (Admin) from the »Start« menu and select letter size paper as seen in the attachment. But you can always set page and paper dimensions by means of the geometry package.


Best regards and welcome to the board
Thorsten

Hello, and thank you for your reply. I've already set ...
by mombe
Sun Apr 04, 2010 5:27 pm
Forum: Text Formatting
Topic: Wrong paper format with MiKTeX
Replies: 10
Views: 10575

Wrong paper format with MiKTeX

Hi Everyone,

First, I apologize if this is a stupid question, but I am completely new to both TeX and the forum, so please forgive my ignorance.

Basically, I've been using MikTeX with Texniccenter for a few months now, and I've had only one major problem: I CANNOT get MiKTeX to write PDF files in ...