You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there!,
This is really an amazing tool to convert our code to latex and can fetch our code using the pdf viewer.
But I have been facing an issue. As stated in the README.md, I have implemented my app using the latexonline.cc/compile?text=${texCode}.
In my code I have'nt used any request like GET, PUT, POST instead I have used an <embed /> tag
For shorter code lengths there isn't any problem. After having code length more than 4000 chars, I was unable to compile the code and stated the error below
After some research, I got to know that the fault was the length of the request parameter (i.e text feild) is high.
Please help me in solving this error.
Thank You Sir.
The text was updated successfully, but these errors were encountered:
Hi there!,
This is really an amazing tool to convert our code to latex and can fetch our code using the pdf viewer.
But I have been facing an issue. As stated in the README.md, I have implemented my app using the
latexonline.cc/compile?text=${texCode}
.In my code I have'nt used any request like
GET, PUT, POST
instead I have used an<embed />
tagFor shorter code lengths there isn't any problem. After having code length more than 4000 chars, I was unable to compile the code and stated the error below
After some research, I got to know that the fault was the length of the request parameter (i.e
text
feild) is high.Please help me in solving this error.
Thank You Sir.
The text was updated successfully, but these errors were encountered: