GraphTea
GraphTea copied to clipboard
Latex not generating properly
Hello, Recently I tried to generate a latex drawing for a graph and I cannot get the same look as the one I generate in the program. Is there something specific I should do to make it work?
the latex drawing is a simplified version. it is very hard to make exactly the same look...
Yeah, I suspect that but still - Assume you have a graph with vertices and edges, I understand that the nodes are hard to make the same but atleast the edges to be visualizable would be good.
would you please send a photo of what you are getting from the program? Then I can understand better what you mean...
On Fri, Feb 21, 2020 at 11:10 AM Martin Mirchev [email protected] wrote:
Yeah, I suspect that but still - Assume you have a graph with vertices and edges, I understand that the nodes are hard to make the same but atleast the edges to be visualizable would be good.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rostam/GraphTea/issues/57?email_source=notifications&email_token=AAF37VI6UD3KV3Q2JHU3TMLRD6R7PA5CNFSM4KFGBGQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMSGJTY#issuecomment-589587663, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAF37VOEZKF3HOGOWU6MLR3RD6R7PANCNFSM4KFGBGQQ .
In a couple(7-8) of hours I will send a repro.
This is just made. @azinazadi
Test.pdf
thanks. it used to draw also the edges. would you please send also the generated latex file?
On Fri, Feb 21, 2020 at 7:48 PM Martin Mirchev [email protected] wrote:
[image: image] https://user-images.githubusercontent.com/7456946/75062335-e89a7480-54e2-11ea-9ab4-f2219eea7312.png This is just made. @azinazadi https://github.com/azinazadi Test.pdf https://github.com/rostam/GraphTea/files/4237569/Test.pdf
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rostam/GraphTea/issues/57?email_source=notifications&email_token=AAF37VPS6K7END2FURTNSH3REAOYHA5CNFSM4KFGBGQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMTWJLY#issuecomment-589784239, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAF37VODPZFNSHVNH4D3NITREAOYHANCNFSM4KFGBGQQ .
Compressed as Github does not like .tex files :disappointed: Test.zip
thank you. there is a latex command in the file for the edges. I wonder why it doesnt show up in the pdf. I guess it has to do with the latex compiler, version, etc... @rostam any ideas?
Maybe i do not have a specific package? I am with the latest latex packages - this has been tested both on Windows 10 machine and currently from an OpenSUSE Tumbleweed.
Could you check your compile log if it gives any errors or warnings?
Am Dienstag, 25. Februar 2020 schrieb Martin Mirchev < [email protected]>:
Maybe i do not have a specific package? I am with the latest latex packages - this has been tested both on Windows 10 machine and currently from an OpenSUSE Tumbleweed.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rostam/GraphTea/issues/57?email_source=notifications&email_token=AAF37VM5QTC46DN5XGGB3M3RET7UDA5CNFSM4KFGBGQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEM3UPXI#issuecomment-590825437, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAF37VL7HGBNEUH7GMH52U3RET7UDANCNFSM4KFGBGQQ .
LaTeX Warning: Unused global option(s):
[bezier].
(./Test.aux)
\openout1 = `Test.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 25.
LaTeX Font Info: ... okay on input line 25.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 25.
LaTeX Font Info: ... okay on input line 25.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 25.
LaTeX Font Info: ... okay on input line 25.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 25.
LaTeX Font Info: ... okay on input line 25.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 25.
LaTeX Font Info: ... okay on input line 25.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 25.
LaTeX Font Info: ... okay on input line 25.
[1
Non-PDF special ignored!
I am using TexMaker, maybe It could be important
I looked around how GraphTea generates Latex Files and I am interesting in making a new LatexGenerator which uses tikz as a generating backend. @azinazadi @rostam If it is okay with you guys? If you have any specific requirements, mention them here and I will start working on a generator.
Sure I think it would be great and very welcome. It would be cool if you can send a pool request on that, and just make a new format? if you need help on the way we would be very happy to provide support, thank you.
On Wed, Feb 26, 2020 at 11:05 AM Martin Mirchev [email protected] wrote:
I looked around how GraphTea generates Latex Files and I am interesting in making a new LatexGenerator which uses tikz as a generating backend. @azinazadi https://github.com/azinazadi @rostam https://github.com/rostam If it is okay with you guys? If you have any specific requirements, mention them here and I will start working on a generator.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rostam/GraphTea/issues/57?email_source=notifications&email_token=AAF37VP7AS5LAAKPIIG7C3TREY5GLA5CNFSM4KFGBGQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEM7TBJQ#issuecomment-591343782, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAF37VIWEGBIXWOB73AVF5LREY5GLANCNFSM4KFGBGQQ .
I have an important question - why is the codebase with so many raw types? And I see that there are a couple of dependencies(and official java packages which are deprecated) which I did not know about before I cloned the package.
Because we developed the base more than 10 years ago and since then we only added extensions to it... I know that it also doesnt build with newer versions of Java , needs to add deprecated XML packages... maybe if you fixed the build, you could also send a pull request on that...
On Wed, Feb 26, 2020 at 5:13 PM Martin Mirchev [email protected] wrote:
I have an important question - why is the codebase with so many raw types? And I see that there are a couple of dependencies(and official java packages which are deprecated) which I did not know about before I cloned the package.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rostam/GraphTea/issues/57?email_source=notifications&email_token=AAF37VIKHODXNXLOW3IHKFTRE2ILHA5CNFSM4KFGBGQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENA3PJI#issuecomment-591509413, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAF37VPPVJHKWVRNA2NN6V3RE2ILHANCNFSM4KFGBGQQ .
Nice!
- Okay - I will do a major cleanup of the code with a lot of micro commits you can check.
- I want you guys to know that the program is amazing and I have had a wonderful experience with it and with pleasure fixup the rough edges and build system.
- Is the shell still used? @azinazadi
@Marti2203 @azinazadi Sorry for late reply.
@Marti2203 I accepted a new merge request for the support of Java > 8.0. So please update the last commit in your code before sending a merge request for the latex. And you are right, I tested a simple graph and the generated latex file did not work for me.
- Please send several pull requests with small changes rather than a big one.
- Thanks :) We will appreciate any fixes from you.
- Yes, we still use shell but I know that the library is very old.