Clive Nicholas | 1 Dec 2007 10:16

Re: hitec package

Ulrike Fischer replied to Severino Gervacio:

> > I am not familiar with the hitec class but I suggest that you try
> > to type \hspace{-2 in} before \begin{tabular} similar to the following:
> >
> > \hspace{-2in}\begin{tabular}{|c|c|c|}
>
> \hspace*{-2in} (with asterix) or the space will disappear at the start
> of the line.

Asterix? Are you seriously suggesting that famous cartoon characters
should be used to execute LaTeX code? I rather think that this is a
quite inappropriate use of MiKTeX and, frankly, you should be
thoroughly ashamed of yourself.

--

-- 
Clive Nicholas

[Please DO NOT mail me personally here, but at
<clivenicholas <at> hotmail.com>. Thanks!]

"Courage is going from failure to failure without losing enthusiasm."
-- Winston Churchill

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
(Continue reading)

Theodor Stewart | 1 Dec 2007 11:09
Picon
Picon

Re: MikTeX package updates under ISA

Hi List ... Sorry for duplicate postings!!  Somehow postings from our
university did not initially go through and I used another route.  Then
after 3 days these appeared!

Thanks for the responses

Theo Stewart
Professor of Statistical Sciences 
University of Cape Town

Part-time Professor
Manchester Business School

Building 28 (P D Hahn), Room 307
University of Cape Town
7701 Rondebosch
South Africa
TEL (O): +27-21-650-3224
TEL(H): +27-21-531-8374
FAX: +27-21-650-4773
http://www.uct.ac.za/depts/stats/stewart.htm 

>>> "Theodor Stewart" <Theodor.Stewart <at> uct.ac.za> 27/11/2007 17:41 >>>
Hi ... Our university is in the process of rolling out Microsoft’s
Internet Security and Acceleration (ISA) web-caching "solution" which
I
know requires special log-ins every time we open a browser.  But no
one
in our IT department can tell me how this may affect use of MiKTeX's
package browser and update manager.
(Continue reading)

Wynship Hillier | 3 Dec 2007 04:29
Picon
Favicon

problem installing MikTex


Hi,

I downloaded MikTex about three years ago and just got around to trying to get it to work recently.  There was a
problem, so I uninstalled, re-downloaded, and tried again, this time with MikTex 2.6.  The very same
problem occurred.  It is this:

If I go into tex thought the DOS prompt (by typing "latex" -- I get "This is pdftex...  (MikTex 2.6)") or
through an IDE, I get the same problem:

the command:

\begin{document}

gives this error:

!LaTex Error:  The font size coomand \normalsize is not defined:
     there is probably something wrong with the class file.

the error is fatal and I can't do anything.

The documentation doesn't say anything about this.  The known issues doesn't say anything about this.  I've
tried reinstalling several times.  I'm stuck!

Wynship

_________________________________________________________________
Your smile counts. The more smiles you share, the more we donate.  Join in.
www.windowslive.com/smile?ocid=TXT_TAGLM_Wave2_oprsmilewlhmtagline
-------------------------------------------------------------------------
(Continue reading)

Pétiard François | 3 Dec 2007 08:45
Picon
Favicon

Re: problem installing MikTex

Wynship Hillier a écrit :
> Hi,
>  
> I downloaded MikTex about three years ago and just got around to trying to get it to work recently.  There was
a problem, so I uninstalled, re-downloaded, and tried again, this time with MikTex 2.6.  The very same
problem occurred.  It is this:
>  
> If I go into tex thought the DOS prompt (by typing "latex" -- I get "This is pdftex...  (MikTex 2.6)") or
through an IDE, I get the same problem:
>  
> the command:
>  
> \begin{document}
>  
> gives this error:
>  
> !LaTex Error:  The font size coomand \normalsize is not defined:
>      there is probably something wrong with the class file.
>  
> the error is fatal and I can't do anything.
>  
> The documentation doesn't say anything about this.  The known issues doesn't say anything about this. 
I've tried reinstalling several times.  I'm stuck!
>  
> Wynship

Try the command :

\documentclass{article}

(Continue reading)

Ofer Strichman | 4 Dec 2007 21:29
Picon
Favicon

makeindex bug?


bug in makeindex ? 

a .idx file with the following two lines

\indexentry{algorithm!{Ba}}{32}
\indexentry{algorithm!{BC}}{75}

puts the BC entry before Ba. It always puts capital letters first. The miktex documentation says that by
default it should be case insensitive. 

On the other hand if this is not a subentry:

\indexentry{Ba}{32}
\indexentry{BC}{75}

then it sorts it correctly.

Anyone knows a solution ? 

Thanks, 
Ofer
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
Pétiard François | 4 Dec 2007 21:42
Picon
Favicon

Re: makeindex bug?

Ofer Strichman a écrit :
> bug in makeindex ? 
> 
> a .idx file with the following two lines
> 
> \indexentry{algorithm!{Ba}}{32}
> \indexentry{algorithm!{BC}}{75}
> 
> 
> puts the BC entry before Ba. It always puts capital letters first. The miktex documentation says that by
default it should be case insensitive. 
> 
> On the other hand if this is not a subentry:
> 
> \indexentry{Ba}{32}
> \indexentry{BC}{75}
> 
> then it sorts it correctly.
> 
> Anyone knows a solution ? 
> 

Try without {}
\index{algorithm!Ba}

and

\index{algorithm!BC}

F. Pétiard
(Continue reading)

Ofer Strichman | 4 Dec 2007 21:40
Picon
Favicon

Re: makeindex bug?

Thanks.
The problem is that latex produces the .ind file with these braces. It all 
started because the index of my document is messed up because of this. Is 
there a way to tell latex to not add these braces ?

Ofer

----- Original Message ----- 
From: "Pétiard François" <petiard.francois <at> free.fr>
To: "A place for MiKTeX users to discuss MiKTeX related questions." 
<miktex-users <at> lists.sourceforge.net>
Sent: Tuesday, December 04, 2007 10:42 PM
Subject: Re: [MiKTeX] makeindex bug?

Ofer Strichman a écrit :
> bug in makeindex ?
>
> a .idx file with the following two lines
>
> \indexentry{algorithm!{Ba}}{32}
> \indexentry{algorithm!{BC}}{75}
>
>
> puts the BC entry before Ba. It always puts capital letters first. The 
> miktex documentation says that by default it should be case insensitive.
>
> On the other hand if this is not a subentry:
>
> \indexentry{Ba}{32}
> \indexentry{BC}{75}
(Continue reading)

Pétiard François | 4 Dec 2007 23:09
Picon
Favicon

Re: makeindex bug?

Ofer Strichman a écrit :
> Thanks.
> The problem is that latex produces the .ind file with these braces. It all 
> started because the index of my document is messed up because of this. Is 
> there a way to tell latex to not add these braces ?
> 
> 
> Ofer

Can you send a minimal example ?

F. Pétiard

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
Prof. Harley Flanders | 6 Dec 2007 18:13
Picon

MikTex installation

Windows XP ver 5.1, service pack 2

I have downloaded and installed/uninstalled

MikTex 2.6 Basic and MikTex 2.6 Complete

each several times.

There never is a file MikTex.ini, meaning I cannot run
MikTeX at all -- WinTex doesn't recognize it because it is
looking for the file

...\miktex\config\miktex.ini

and there is none.  Any suggestions?

Could someone who has MikTex 2.6 installed and working
please attach the missing file to a reply.

Thank you,

HF

--

-- 
=============================
Prof. Harley Flanders
3533 Windemere Court
Ann Arbor, MI 48105-2867
Home: 734 668 1546
harley <at> umich.edu
(Continue reading)

Pétiard François | 6 Dec 2007 19:04
Picon
Favicon

Re: MikTex installation

Prof. Harley Flanders a écrit :
> Windows XP ver 5.1, service pack 2
> 
> I have downloaded and installed/uninstalled
> 
> MikTex 2.6 Basic and MikTex 2.6 Complete
> 
> each several times.
> 
> There never is a file MikTex.ini, meaning I cannot run
> MikTeX at all -- WinTex doesn't recognize it because it is
> looking for the file
> 
> ...\miktex\config\miktex.ini
> 
> and there is none.  Any suggestions?
> 
> Could someone who has MikTex 2.6 installed and working
> please attach the missing file to a reply.
> 
> Thank you,
> 
> HF
> 

There is no miktex.ini in MiKTeX 2.6 or MiKTeX 2.5.

F. Pétiard

-------------------------------------------------------------------------
(Continue reading)


Gmane