Alan G Isaac | 1 Mar 2008 22:11
Picon
Favicon

Re: thmtools

On Thu, 28 Feb 2008, "Hans F. Nordhaug" apparently wrote:
> feature request tracker ...
> <http://miktex.org/features/>

Thanks! (Submitted.)
Alan

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Jeff E. Lewis | 3 Mar 2008 03:26
Picon
Favicon

Re: Cannot see graphics when pdf is selected

One way to avoid "manual" creation of the pdf figures from eps is to use 
dvipdfm to process the dvi file and its eps figures.

EPS files are converted transparently by dvipdfm[x] using MiKTeX Ghostscript:

% The following line works with MiKTeX Ghostscript
D "mgs.exe -q -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 
-dUseFlateCompression=true -dNOPAUSE -sOutputFile=\"%o\" \"%i\" -c quit"

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
santiago barrera acevedo | 3 Mar 2008 14:26
Picon
Favicon

no more e-mails


Kind regards,

I do not like to receive more e-mail about TeX problems or difficulties.

Thank you.
_________________________________________________________________
Connect to the next generation of MSN Messenger 
http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
José Carlos Santos | 3 Mar 2008 14:40
Picon
Favicon

Re: no more e-mails

On 03-03-2008 13:26, santiago barrera acevedo wrote:

> I do not like to receive more e-mail about TeX problems or difficulties.

Really?! Then what about unsubscribing from this mailing list? You can
do it here:

https://lists.sourceforge.net/lists/listinfo/miktex-users

Or are you expecting that someone else does i for you?

Best regards,

Jose Carlos Santos

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Alexander Grahn | 4 Mar 2008 14:57
Picon
Favicon

--mem-max (MiKTeX-2.6) vs. --main-memory (MiKTeX-2.7); How to increase main memory?

Hi list,

I tried a lot to increase the main memory with MiKTeX-2.7, e. g.
following Ulrikes advice in her message

http://sourceforge.net/mailarchive/message.php?msg_name=1677914493.20070519165641%40nililand.de

but unfortunately without success. Therefore I ask again what is the
MiKTeX-2.7 equivalent to MiKTeX-2.6 option --mem-max=... which worked
perfectly for me?

How do I use --main-memory=... while creating a new format file with
extended memory in MiKTeX-2.7?

Any piece of advice is greatly welcome.

Thanks,
Alexander

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Christian Schenk | 4 Mar 2008 15:28
Favicon

Re: --mem-max (MiKTeX-2.6) vs. --main-memory (MiKTeX-2.7); How to increase main memory?

Alexander Grahn wrote:
> How do I use --main-memory=... while creating a new format file with
> extended memory in MiKTeX-2.7?

Edit a configuration file for your format. For example, this is an 
excerpt from context.ini:

extra_mem_bot=2000000
extra_mem_top=4000000
main_memory=2000000

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Christian Schenk | 4 Mar 2008 15:50
Favicon

Re: --mem-max (MiKTeX-2.6) vs. --main-memory (MiKTeX-2.7); How to increase main memory?

Alexander Grahn wrote:

> but unfortunately without success. Therefore I ask again what is the
> MiKTeX-2.7 equivalent to MiKTeX-2.6 option --mem-max=... which worked
> perfectly for me?

--extra-mem-top=N
--extra-mem-bot=N

Have you actually internalized the 2.7 release notes? If yes: I am 
asking, because I would gladly improve the documentation.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Alexander Grahn | 4 Mar 2008 16:07
Picon
Favicon

Re: --mem-max (MiKTeX-2.6) vs. --main-memory (MiKTeX-2.7); How to increase main memory?

On Tue, Mar 04, 2008 at 03:28:24PM +0100, Christian Schenk wrote:
>Edit a configuration file for your format. For example, this is an 
>excerpt from context.ini:
>
>extra_mem_bot=2000000
>extra_mem_top=4000000
>main_memory=2000000

I opened

%Install%\miktex\config\latex.ini

appended the lines given above, saved the file and recreated all formats by clicking
onto ``Update Formats'' button in the ``General'' tab of MiKTeX options.

When I run LaTeX on the file given below I still get the error:

! TeX capacity exceeded, sorry [main memory size=1500000].

That is, the default hasn't been changed by the actions above.

There is yet another latex.ini:

%Install%\tex\latex\config\latex.ini

But this one doesn't seem to be the right one, because its contents
looks like TeX and was written by Th. Esser.

Alexander

(Continue reading)

Christian Schenk | 4 Mar 2008 17:03
Favicon

Re: --mem-max (MiKTeX-2.6) vs. --main-memory (MiKTeX-2.7); How to increase main memory?

Alexander Grahn wrote:
> On Tue, Mar 04, 2008 at 03:28:24PM +0100, Christian Schenk wrote:
>> Edit a configuration file for your format. For example, this is an 
>> excerpt from context.ini:
>>
>> extra_mem_bot=2000000
>> extra_mem_top=4000000
>> main_memory=2000000
> 
> I opened
> 
> %Install%\miktex\config\latex.ini

It's okay to edit this file for testing purposes. But you should keep in 
mind that it will be "repaired" the next time you update your MiKTeX 
installation.

> 
> appended the lines given above, saved the file and recreated all formats by clicking
> onto ``Update Formats'' button in the ``General'' tab of MiKTeX options.
> 
> When I run LaTeX on the file given below I still get the error:
> 
> ! TeX capacity exceeded, sorry [main memory size=1500000].

The main_memory setting is only relevant in the format file creation 
stage. extra_mem_top and extra_mem_bot must be used to increase TeX's 
memory for your daily work.

> 
(Continue reading)

Alexander Grahn | 4 Mar 2008 17:28
Picon
Favicon

Re: --mem-max (MiKTeX-2.6) vs. --main-memory (MiKTeX-2.7); How to increase main memory?

Christian,

please forgive my thick-wittedness. I still cannot get it working. If I
proceed as in my last message (modifying latex.ini with 

extra_mem_bot=2000000
extra_mem_top=4000000
main_memory=2000000

and rebuilding the formats) and if I run

latex --extra-mem-bot=8000000 myfile.tex

the compilation dies without a message after printing

This is pdfTeX, Version 3.141592-1.40.7 (MiKTeX 2.7)
<An empty line follows before returning to the DOS prompt>

into my DOS command line window.

Would you please give a step-by-step instruction on how to proceed? Maybe
some information on how to use a private latex.ini that doesn't get
overwritten (where to put the file, how to build the format and how to
make use of it)?

This would be great!

Alexander

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


Gmane