Page 8 of 10 FirstFirst ... 678910 LastLast
Results 71 to 80 of 97

Thread: OOoLatex or Latex for OpenOffice

  1. #71
    Join Date
    Feb 2007
    Location
    New Jersey, USA
    Beans
    318

    Re: OOoLatex or Latex for OpenOffice

    Quote Originally Posted by FrenchyFungus View Post
    Are there cells or tables in your document? Right click them and look for an option to unprotect them.
    No, I've been trying to generate my equations in a blank document. I've found that certain symbols generate the error. For example:

    Code:
    % These work
    a
    adfadf
    \pi r^2
    1.9891 ~ 10^{30} ~ \mathrm{kg}
    
    % These do not work
    a = b
    a \gg b
    \pi r^2 = 0
    1.9891 \times 10^{30} ~ \mathrm{kg}
    The first error I get is "Incorrect format. \ Incorrect file format." Followed by "BASIC runtime error. \ Object variable not set."

    And it points to this line in the macro.
    Code:
    oDrawDocCtrl = oDrawDoc.getCurrentController()
    Last edited by Meson; May 3rd, 2009 at 03:13 PM.
    Disclaimer: All of my advice is guaranteed without exception to work. If you find my advice unsatisfactory, you didn't do it right.

  2. #72
    Join Date
    Feb 2007
    Location
    New Jersey, USA
    Beans
    318

    Re: OOoLatex or Latex for OpenOffice

    I think the errors in my previous post might have to do with the fonts... ?
    Disclaimer: All of my advice is guaranteed without exception to work. If you find my advice unsatisfactory, you didn't do it right.

  3. #73
    Join Date
    Oct 2007
    Beans
    8

    Re: OOoLatex or Latex for OpenOffice

    Just a quick note: The font pack from mesh.dl.sourceforge.net is not complete. For example it is missing cmbx10.ttf that is basically the default bold font in equation modes (i.e., \mathbf).

    This font and other possibly missing fonts are available directly on the CTAN website:

    http://www.ctan.org/tex-archive/font...e1/bakoma/ttf/

    You just need to copy them over to the fontfolder (see the first post for the location) and run fc-cashe (as shown in the first post). Restart OO and you're good to go!

  4. #74
    Join Date
    Aug 2007
    Location
    Sant Cugat del Vallès
    Beans
    485
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: OOoLatex or Latex for OpenOffice

    Hiya!

    First of all, thank you for it!

    Second, my problem. I've installed, run OOO and...

    Appeared a window with two parts: "Short Cuts" (no worries with it) and "System Directories"

    I've to fill two things "LaTex" and "Ghostscript". Whitout this lines it doesn't work.


    Any idea of what I've to do?

    Thanks!
    Carles Mayol i Ricart
    Twitter: LitusMayol
    Instagram: LitusMayol
    carlesmayolricart.cat

  5. #75
    Join Date
    Jun 2006
    Beans
    128
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: OOoLatex or Latex for OpenOffice

    For Latex:
    /usr/bin/latex

    For Ghostscript:
    /usr/bin/gs

    or whatever the location of these progs on your system.

  6. #76
    Join Date
    Oct 2006
    Beans
    22

    Re: OOoLatex or Latex for OpenOffice

    I'm on Ubuntu Jaunty, I've followed the installation instructions. However I get the following error when I configure the plugin in openoffice:
    BASIC-runtime-error.
    An exception occured.
    Type: com.sun.star.ucb.InteractiveAugmentedIOException
    Message: an error occured during file opening.


    After this the 'Expand'-buttton in openoffice works fine, the 'Equation'-button doesn't work (it says I have to configure it first).

    Anyone has the same, or any ideas to resolve it?

  7. #77
    Join Date
    Oct 2009
    Beans
    11

    Re: OOoLatex or Latex for OpenOffice

    Hi,

    I 'm trying to install OOoLatex on Ubuntu 9.10 64, I followed the cook book from the first post and it works fine except that the latex2emf doesn't work.

    I get this error:

    Code:
    latex2emf: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
    This package is installed, but it looks like latex2emf cannot find it.
    Any ideas?

  8. #78
    Join Date
    Oct 2007
    Beans
    8

    Re: OOoLatex or Latex for OpenOffice

    Quote Originally Posted by Sjenitzer View Post
    Hi,

    I 'm trying to install OOoLatex on Ubuntu 9.10 64, I followed the cook book from the first post and it works fine except that the latex2emf doesn't work.

    I get this error:

    Code:
    latex2emf: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
    This package is installed, but it looks like latex2emf cannot find it.
    Any ideas?
    I get the same error on my 64 bit machine. It says libstdc++.so.5 not found, though I have it installed.

    Code:
    fari@mani:~$ locate libstdc++.so.5
    /usr/lib/libstdc++.so.5
    /usr/lib/libstdc++.so.5.0.7
    I guess since the binaries are compiled on 32 bit machines, they don't run on 64 bit machines. I tried compiling libEMF and latex2emf on my 64 bit machine, but no luck yet.

  9. #79
    Join Date
    Aug 2007
    Beans
    3

    Re: OOoLatex or Latex for OpenOffice

    Has anyone else had problems with ooolatex after updating to 9.10? I updated about a month ago, and now the emf mode doesn't work. No matter what equation I enter, it outputs the last equation that I entered before the update. I tried reinstalling the plugin, but no luck. png mode works fine, though.

    Has anyone else been having similar problems? Or, any ideas about why it seems to be stuck rendering the same equation?

  10. #80
    Join Date
    Apr 2008
    Location
    Cleveland, OH
    Beans
    133
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: OOoLatex or Latex for OpenOffice

    Quote Originally Posted by smelloscope View Post
    Has anyone else had problems with ooolatex after updating to 9.10? I updated about a month ago, and now the emf mode doesn't work. ... png mode works fine, though.
    Apparently, you need to install libstdc++5, which was removed from Karmic.

    I found a nice set of instructions from this site: http://hsmak.wordpress.com/2009/12/0...n-ubuntu-9-10/

    For Ubuntu 9.10 i386
    1. Download the i386 Jaunty libstdc++5 package here: http://mirrors.kernel.org/ubuntu/poo...untu1_i386.deb
    2. Install it:
      Code:
      sudo dpkg -i libstdc++5_3.3.6-17ubuntu1_i386.deb


    For Ubuntu 9.10 amd64 (I haven't tried this, I'm just copying from the above site...let me know that it works!)
    1. Download both the i386 and the amd64 packages:
    2. Install the amd64 package:
      Code:
      sudo dpkg -i libstdc++5_3.3.6-17ubuntu1_amd64.deb
    3. Extract the libstdc++5 library from the i386 file:
      Code:
      sudo dpkg-deb -x libstdc++5_3.3.6-17ubuntu1_i386.deb ./tmp
      sudo cp ./tmp/usr/lib/* /usr/lib32/

Page 8 of 10 FirstFirst ... 678910 LastLast

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
  •