[texshop] Including Tables from Onliyoffice

Bruno Voisin bvoisin at icloud.com
Thu Sep 12 15:17:53 CEST 2024


> Le 11 sept. 2024 à 19:59, Friedrich Vosberg <post at vatolin.de> a écrit :
> 
> How to make a table sheet from Onlyoffice make available in TexShop, i.e. include into a TEX file generated by TeXShop? At the moment my workarround is to make a screenshot from the appropriate part of the table and insert it by \includegraphics. But I think there should be a way to make the table available as design and values.

The only tool I can think of is rtf2latex

https://rtf2latex2e.sourceforge.net/
https://sourceforge.net/projects/rtf2latex2e/

I haven't heard about it for a very long time, I don't think it's maintained any longer.

I tried compiling the source (latest macOS Sequoia 15.1 beta, latest Xcode 16.1 beta): it doesn't, there are errors

src/writer.c:2527:12: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
 2527 |     static pict2pdf_exists = -1;
      |     ~~~~~~ ^
      |     int
src/writer.c:2528:12: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
 2528 |     static unoconv_exists = -1;
      |     ~~~~~~ ^
      |     int

So you probably need to edit the Makefile, and possibly the source C files themselves. Basically, you're on your own.

In any case, that's totally disconnected from TeXShop.

Bruno Voisin




More information about the texshop mailing list.