Niemann, Hartmut | 30 Mar 2012 16:53
Picon

Recursive search on TEXINPUTS or --include-directory?

Hello!

The miktex MiKTeX manual lists three possibilities for additional source directories:
(1) --include-directory command line
(2) TEXINPUTS environment variable
(3) registering an additional TEXMF directory.

I have a TEXMF directory structure as part of a (larger) project tree.
Registering it with the miktex management tools
carries a dependency on my project working copy location into my
MiKTeX setup, which I'd like to avoid. I would like to specify it
with it's relative location to the working directory when calling pdflatex.

Is there a possibility to add a TEXMF directory structure (or
an input directory for recursive search) temporarily through a command line
or environment variable?

Mit freundlichen Grüßen
Dr. Hartmut Niemann

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
Ulrike Fischer | 30 Mar 2012 17:09
Picon

Re: Recursive search on TEXINPUTS or --include-directory?

Am Fri, 30 Mar 2012 16:53:47 +0200 schrieb Niemann, Hartmut:

> Hello!
> 
> The miktex MiKTeX manual lists three possibilities for additional source directories:
> (1) --include-directory command line
> (2) TEXINPUTS environment variable
> (3) registering an additional TEXMF directory.
> 
> I have a TEXMF directory structure as part of a (larger) project tree.
> Registering it with the miktex management tools
> carries a dependency on my project working copy location into my
> MiKTeX setup, which I'd like to avoid. I would like to specify it
> with it's relative location to the working directory when calling pdflatex.
> 
> Is there a possibility to add a TEXMF directory structure (or
> an input directory for recursive search) temporarily through a command line
> or environment variable?

You can register a root on the command line with 
initexmf --register-root=/path/to/root

and unregister it with 
initexmf --unregister-root=/path/to/root

It is rather fast.

--

-- 
Ulrike Fischer 

(Continue reading)

Wilfred Zegwaard | 5 Apr 2012 04:21
Picon

! You can't use `\prevdepth' in horizontal mode.

Dear users,

I ran into problem with a number of floats I have in my document. I had 
to change the figure placement from [ht] to [H] because I place a number 
of floats after eachother with no text in between. The float package is 
recommended. But I run into weird error -- ! You can't use `\prevdepth' 
in horizontal mode --. I only occurs with one picture. With the others 
the switch to the [H] specifier works fine. I'm not an expert users, but 
is there a solution to this problem?

Thanks in advance,

Wilfred

Part of the log file:

Underfull \vbox (badness 10000) has occurred while \output is active 
[1964 <c:/Users/wilfred/Documents/tex-documenten/picture4.pdf>]
! You can't use `\prevdepth' in horizontal mode.
\nointerlineskip ->\prevdepth
                               -\ <at> m \p <at> 
l.29601 \end{center}

! Missing $ inserted.
<inserted text>
                 $
l.29601 \end{center}

! Missing number, treated as zero.
<to be read again>
(Continue reading)

Christopher Heckman | 5 Apr 2012 09:31
Picon

Re: ! You can't use `\prevdepth' in horizontal mode.

On Wed, Apr 4, 2012 at 7:21 PM, Wilfred Zegwaard
<wilfred.zegwaard <at> gmail.com> wrote:
> Dear users,
>
> I ran into problem with a number of floats I have in my document. I had
> to change the figure placement from [ht] to [H] because I place a number
> of floats after eachother with no text in between. The float package is
> recommended. But I run into weird error -- ! You can't use `\prevdepth'
> in horizontal mode --. I only occurs with one picture. With the others
> the switch to the [H] specifier works fine. I'm not an expert users, but
> is there a solution to this problem?
>
> Thanks in advance,
>
> Wilfred
>
> Part of the log file:
>
> Underfull \vbox (badness 10000) has occurred while \output is active
> [1964 <c:/Users/wilfred/Documents/tex-documenten/picture4.pdf>]
> ! You can't use `\prevdepth' in horizontal mode.
> \nointerlineskip ->\prevdepth
>                               -\ <at> m \p <at> 
> l.29601 \end{center}

You might want to try copying line 29601 and sending in your email (as
well as a few right before that).

     --- Christopher Heckman

(Continue reading)

Thompson,Paul | 5 Apr 2012 15:23

Re: ! You can't use `\prevdepth' in horizontal mode.

Why not put some text between them?

-----Original Message-----
From: Wilfred Zegwaard [mailto:wilfred.zegwaard <at> gmail.com] 
Sent: Wednesday, April 04, 2012 9:22 PM
To: A place for MiKTeX users to discuss MiKTeX related questions.
Subject: [MiKTeX] ! You can't use `\prevdepth' in horizontal mode.

Dear users,

I ran into problem with a number of floats I have in my document. I had 
to change the figure placement from [ht] to [H] because I place a number 
of floats after eachother with no text in between. The float package is 
recommended. But I run into weird error -- ! You can't use `\prevdepth' 
in horizontal mode --. I only occurs with one picture. With the others 
the switch to the [H] specifier works fine. I'm not an expert users, but 
is there a solution to this problem?

Thanks in advance,

Wilfred

Part of the log file:

Underfull \vbox (badness 10000) has occurred while \output is active 
[1964 <c:/Users/wilfred/Documents/tex-documenten/picture4.pdf>]
! You can't use `\prevdepth' in horizontal mode.
\nointerlineskip ->\prevdepth
                               -\ <at> m \p <at> 
l.29601 \end{center}
(Continue reading)

Wilfred Zegwaard | 5 Apr 2012 19:26
Picon

Re: ! You can't use `\prevdepth' in horizontal mode.

I've tried that, Paul. That didn't work either. So I've changed the way 
floats are placed a bit. That worked I found out this morning. The 
problem now is that the pictures are not typeset very neat, so the 
workaround is not satisfying. Any suggestions are still welcome.

Thanks,

Wilfred

Op 5-4-2012 15:23, Thompson,Paul schreef:
> Why not put some text between them?
>
> -----Original Message-----
> From: Wilfred Zegwaard [mailto:wilfred.zegwaard <at> gmail.com]
> Sent: Wednesday, April 04, 2012 9:22 PM
> To: A place for MiKTeX users to discuss MiKTeX related questions.
> Subject: [MiKTeX] ! You can't use `\prevdepth' in horizontal mode.
>
> Dear users,
>
> I ran into problem with a number of floats I have in my document. I had
> to change the figure placement from [ht] to [H] because I place a number
> of floats after eachother with no text in between. The float package is
> recommended. But I run into weird error -- ! You can't use `\prevdepth'
> in horizontal mode --. I only occurs with one picture. With the others
> the switch to the [H] specifier works fine. I'm not an expert users, but
> is there a solution to this problem?
>
> Thanks in advance,
>
(Continue reading)


Gmane