Results 1 to 6 of 6

Thread: LaTeX \usepackage{here}

  1. #1
    Join Date
    Jun 2005
    Beans
    116

    LaTeX \usepackage{here}

    Hi all,

    Could anyone tell me how to install the package "here" in LaTeX?
    (using Kubuntu Gutsy, I believe I have installe the tetex-live distribution).

    Thanks in advance,
    Adrian

  2. #2
    Join Date
    Jul 2006
    Location
    Germany
    Beans
    1,805

    Re: LaTeX \usepackage{here}

    That package seems to be obsolete. I suggest that you use the float package instead. Then you can stop a figure from floating with the option [H]:
    Code:
    \usepackage{float}
    .
    .
    .
    \begin{figure}[H]
    .
    .
    \end{figure} 
    .
    .
    .
    (Likewise for tables etc.)

    CTAN about float:
    The package also provides the H float modifier option of the obsolete here package.

  3. #3
    Join Date
    Jun 2005
    Beans
    116

    Re: LaTeX \usepackage{here}

    Oh, so that was why I couldn't find it...
    Many, many thanks,
    Adrian

  4. #4
    Join Date
    Aug 2007
    Location
    Hangchow
    Beans
    20

    Re: LaTeX \usepackage{here}

    That's all I need, thanks.
    Patrick Hoo, a physics enthusiast.
    My own Patrickism Ubuntu GNU/Linux.
    Dual system Ubuntu and Debian GNU/Linux.

  5. #5
    Join Date
    Jul 2012
    Beans
    10

    Re: LaTeX \usepackage{here}

    Hello all,

    I'm trying to put some figures in the right places in text but is not working.

    I'm using the following packages:
    \usepackage{graphicx}
    \usepackage{natbib}
    \usepackage{float}
    \usepackage{varioref}
    \usepackage{wrapfig}
    \usepackage{dcolumn}
    \usepackage{subfigure}
    \usepackage{subfigmat}
    \usepackage{fancyvrb}
    \usepackage{floatrow}

    When I compiled the text, the figure is not going to the right position and also is appearing the symbol [t!] close to the figure. I've tried everything =/

    This is the code I'm using to place the figure :

    \begin{figure}[t!]
    \begin{center}
    \includegraphics[keepaspectratio,width=13cm]{figures/introduction/cavity.eps}
    \end{center}
    \caption{}
    \label{fig}
    \end{figure}

    Many thanks

  6. #6
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: LaTeX \usepackage{here}


    From the Ubuntu Forums Code of Conduct.
    If a post is older than a year or so and hasn't had a new reply in that time, instead of replying to it, create a new thread. In the software world, a lot can change in a very short time, and doing things this way makes it more likely that you will find the best information. You may link to the original discussion in the new thread if you think it may be helpful.
    Thread closed.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •