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
**Title: An Native Android library to render latex with HTML support**
3
+
# Native Android library to render latex with HTML support
4
4
5
-
**Introduction:**
5
+
## Introduction
6
6
In the realm of Android development, the struggle with sluggish equation rendering has been all too real. RenderX steps into the spotlight as a game-changing solution, not only accelerating LaTeX rendering but also seamlessly handling HTML with a nuanced fallback mechanism.
7
7
8
-
**The Dual Power of RenderX:**
8
+
#### The Dual Power of RenderX
9
9
10
10
1.**Native Rendering Excellence:**
11
11
- Bid farewell to the performance bottlenecks associated with webviews. RenderX champions native rendering, dramatically enhancing the speed of LaTeX equation display on Android. Our benchmark tests reveal a 50-80% improvement, translating to a more responsive user experience.
@@ -55,7 +55,7 @@ Output
55
55
4.**Intelligent Fallback Mechanism:**
56
56
- In complex scenarios where native rendering faces challenges, RenderX gracefully falls back to webview, so that it can be used in production ready usecases, ensuring a seamless user experience.
57
57
58
-
**Integration Guide: Bringing pwHtml Latex Into Your Project:**
58
+
## Integration Guide: Bringing pwHtml Latex Into Your Project:
59
59
1) For new project system following has to be added to setting.gradle and for old system it has to be added to root level build.gradle
60
60
61
61
```
@@ -79,5 +79,62 @@ dependencies {
79
79
80
80
```
81
81
82
+
# Contributing
82
83
84
+
When contributing to this repository, please first discuss the change you wish to make via issue, or any other method with the owners of this repository before making a change.
83
85
86
+
Please note we have a code of conduct, please follow it in all your interactions with the project.
87
+
88
+
## Pull Request Process
89
+
90
+
1. Ensure any install or build dependencies are removed before the end of the layer when doing a
91
+
build.
92
+
2. Update the README.md with details of changes to the interface, this includes new environment
93
+
variables, exposed ports, useful file locations and container parameters.
94
+
3. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
95
+
do not have permission to do that, you may request the second reviewer to merge it for you.
96
+
97
+
## Code of Conduct
98
+
99
+
### Our Pledge
100
+
101
+
In the interest of fostering an open and welcoming environment, we as
102
+
contributors and maintainers pledge to making participation in our project and
103
+
our community a harassment-free experience for everyone, regardless of age, body
104
+
size, disability, ethnicity, gender identity and expression, level of experience,
105
+
nationality, personal appearance, race, religion, or sexual identity and
106
+
orientation.
107
+
108
+
### Our Standards
109
+
110
+
Examples of behavior that contributes to creating a positive environment
111
+
include:
112
+
113
+
* Using welcoming and inclusive language
114
+
* Being respectful of differing viewpoints and experiences
115
+
* Gracefully accepting constructive criticism
116
+
* Focusing on what is best for the community
117
+
* Showing empathy towards other community members
118
+
119
+
Examples of unacceptable behavior by participants include:
120
+
121
+
* The use of sexualized language or imagery and unwelcome sexual attention or
122
+
advances
123
+
* Trolling, insulting/derogatory comments, and personal or political attacks
124
+
* Public or private harassment
125
+
* Publishing others' private information, such as a physical or electronic
126
+
address, without explicit permission
127
+
* Other conduct which could reasonably be considered inappropriate in a
128
+
professional setting
129
+
130
+
### Our Responsibilities
131
+
132
+
Project maintainers are responsible for clarifying the standards of acceptable
133
+
behavior and are expected to take appropriate and fair corrective action in
134
+
response to any instances of unacceptable behavior.
135
+
136
+
Project maintainers have the right and responsibility to remove, edit, or
137
+
reject comments, commits, code, wiki edits, issues, and other contributions
138
+
that are not aligned to this Code of Conduct, or to ban temporarily or
139
+
permanently any contributor for other behaviors that they deem inappropriate,
0 commit comments