{"id":20820725,"url":"https://github.com/hubgit/rtf2latex2e","last_synced_at":"2025-09-04T13:37:23.800Z","repository":{"id":66615425,"uuid":"66630139","full_name":"hubgit/rtf2latex2e","owner":"hubgit","description":null,"archived":false,"fork":false,"pushed_at":"2016-08-26T08:21:53.000Z","size":2000,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T11:08:51.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hubgit.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-26T08:19:43.000Z","updated_at":"2017-06-12T20:08:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"99322c50-c09f-46a2-be19-0eaa1478dcdd","html_url":"https://github.com/hubgit/rtf2latex2e","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubgit%2Frtf2latex2e","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubgit%2Frtf2latex2e/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubgit%2Frtf2latex2e/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubgit%2Frtf2latex2e/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hubgit","download_url":"https://codeload.github.com/hubgit/rtf2latex2e/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243166969,"owners_count":20247006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T22:09:57.385Z","updated_at":"2025-03-12T06:22:56.006Z","avatar_url":"https://github.com/hubgit.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Release 2-2-2 adds conversion of Word's EQ fields\nand fixes the missing -lm flag in the gcc compiler call in Makefile\n\nThis is rtf2latex2e version 2.2 that\n\n 1. detects text style: bold, italic, color, big, small,...\n 2. reads embedded figures: PICT, EMF, GIF, TIFF, WMF, PNG, JPEG\n 3. reads tables: simple to semi-complex\n 4. equations: converts embedded MathType equations and EQ fields\n 5. symbols: converts most greek and math symbols\n 6. reads footnotes (not in tables yet)\n 7. translates hyperlinks using the hyperref package\n 8. converted latex file uses utf8\n 9. supports codepages 1250, 1251, 1252, 1254, mac, NeXt\n10. converts RTFD (rtf directories)\n11. extended preferences\n12. internal document page references\n13. save all converted files in a separate directory\n\nWHAT YOU WILL GET:\n=============\nrtf2latex2e converts an RTF file to LaTeX and saves any image\nfiles found inside.  Using pdflatex on the resulting latex\nfile will require that these images be converted by you to \nsome image format supported by pdflatex. \n\nIf you expect a WYSIWYG reproduction of your RTF file, you may be \ndisappointed. My main concerns have been translating the essential \nfeatures of the RTF file such as characters, figures, tables, and \nequations (as pictures).  I have largely ignored visual formatting \nsuch as ruler positions, tabs, paragraph indentations, and other fluff.  \nExpect the output LaTeX file to require manual editing to put the finishing \ntouches.  I just want to make that task a little easier.  In my opinion, \nexpecting a WYSIWYG reproduction is not practical and misses the point \nentirely.\n\nThe user has some control over how good the visual fidelity is.  For\nexample\n\nprompt\u003e rtf2latex2e -t 0 -p 0 test/test.rtf\n\nwill produce a file 'test/test.tex' that has no paragraph formatting\nor text formatting.  Two other useful variants are\n\nprompt\u003e rtf2latex2e -n test/test.rtf\n\nwhich makes a file with reasonable latex mark-up.  Fussy details about\nparagraph indenting and spacing are left to latex and some work will be\nneeded to identify paragraphs that should not be indented, etc.,  Finally\n\nprompt\u003e rtf2latex2e -b test/test.rtf\n\nwill try all sorts of things to get the formatting correct.  This comes\nat the expense of extensive formatting ``noise.'' \n\nTypeset the rtf2latexDoc.tex for more information, or print out the \nrtf2latexDoc.pdf file. They are in the documentation directory.\n\nThe file Release-notes.txt usually has more up-to-date info.\n\nINSTALLATION AND USE:\n=====================\nrtf2latex2e was developed on under Mac OS X but should compile\nunder any Unix variant.  Windows users should compile under something\nlike MinGW.\n\nAs of version 2.2.0, rtf2latex2e uses unoconv to convert EMF, WMF, \nand PICT images to PDF files.  unoconv in turn use LibreOffice to\ndo the actual conversion.  \n\nTo build rtf2latex2e, change to the Unix directory directory, type:\n\nmake\nmake test\nmake install (optional, as root)\n\nBy default the executable is installed as /usr/local/bin/rtf2latex2e.\nSupport files will installed in /usr/local/share/rtf2latex2e\n\nYou can change the directory into which rtf2latex2e is installed by editing the \nvariable PREFIX in the Makefile. You may need to become \nsuper-user to install into that directory. If you do not have super-user \nprivileges, you can change the PREFIX to somewhere in your home directory, \nsay $(HOME)/rtf2latex2e. \n\nWINDOWS:\n--------\nWindows users get a pre-compiled binary rtf2latex2e.exe to be run \nfrom the MS-DOS prompt. \n\n\nTHE r2l-pref PREFERENCE FILE:\n=============================\nrtf2latex2e reads a preference file r2l-pref that allows one to specify \nmany settings.  Read the comments in the preference file for details.\n\nTHE r2l-head file:\n==================\nAllows you to insert text directly into the preamble of the converted\ndoument.  \n\nTHE r2l-map file:\n==================\nAllows some direct mapping of paragraph styles to latex commands.  There\nare only three styles defined at the moment.  These convert the style\n'heading 1' to \\section\n\nLEGAL STUFF:\n============\n(c) Ujwal S. Sathyam and Scott A. Prahl, 1999, \n(c) Scott A. Prahl, 2012\n\nThe author provides this software as is and does not take any responsibility \nfor the consequences of running it (unless it is good, of course...). This is \nbeta software, so treat it as such.\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nas published by the Free Software Foundation.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nThe writer and driver parts of the code are copyright Ujwal Sathyam.\nThe reader part of the code was written by Paul DuBois of the Univ. of \nWisconsin Primate Center. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhubgit%2Frtf2latex2e","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhubgit%2Frtf2latex2e","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhubgit%2Frtf2latex2e/lists"}