Giter VIP home page Giter VIP logo

androidlatexmath's People

Contributors

jmss-unknown avatar nanomichael avatar yvescheung avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

androidlatexmath's Issues

依赖失败

大佬,依赖库一直失败,能否使用 jitpack 发布一次呢?

设置字体后,文本宽度超过屏幕宽度,没有换行!

大佬:
我虽然clone了项目,可惜不会C++,还是没能解决如下bug:
魅族16S, 1080*1920.

  1. 设置文本
    tv_latex.setLaTeX("sqrt[3]{(x-y)^3}=x^2-3*xy+y^2 \overline{a+b}")
  2. 修改显示宽度 , textSize = 40
    public void setLaTeX(String ltx) {
    int w = getWidth();
    if (w == 0) w = 1080; // 这里设置屏幕宽度
    render = LaTeX.instance().parse(ltx, w, textSize, 10, Color.parseColor("#6200EE"));
    requestLayout();
    }
  3. 调用设置文字大小方法
    tv_latex.setTextSize(80) // 最开始文本大小设置的是40, 现在修改为80

屏幕显示不完整,即没有换行显示! 希望大佬修改下这bug!

demo运行异常

大佬:
你好,我打算运行你的demo看看,发现clone下来,运行不起! 麻烦看哈代码提交是否完整!

Reflection crash

Proguard rule

-keep class io.nano.tex.**

should be replaced with

-keep class io.nano.tex.** {*;}

Otherwise, crash happen: java.lang.NoSuchFieldError: no "F" field "x" in class "Lio/nano/tex/Rect;" or its superclasses

latex.h not found

When I try to run the demo application, I get the following error:

jni/port/jni_latex.cpp:4:10: fatal error: 'latex.h' file not found

本库兼容LaTex原生语法问题

大佬:
早上好!
我拷贝一段LaTex原生语法如下:
\documentclass{article}
\usepackage{ctex}
\begin{document}
你好,LaTeX
\end{document}

,然后利用本demo中的TexView的setLaTeX(),发现无法正常显示,大佬方便留个微信号/QQ号,我向大佬请教下,我的 微信/QQ 均是 712952521 .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.