diff --git a/.idea/codestream.xml b/.idea/codestream.xml
index 6e6edf9..77484de 100644
--- a/.idea/codestream.xml
+++ b/.idea/codestream.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index c0bf6cc..439ff40 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -52,7 +52,7 @@ android {
dependencies {
- implementation(project(":pwhtmllatex"))
+ implementation(project(":renderX"))
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")
implementation("androidx.activity:activity-compose:1.8.2")
diff --git a/app/src/main/java/live/pw/latexview/MainActivity.kt b/app/src/main/java/live/pw/latexview/MainActivity.kt
index ac91d47..fe42705 100644
--- a/app/src/main/java/live/pw/latexview/MainActivity.kt
+++ b/app/src/main/java/live/pw/latexview/MainActivity.kt
@@ -16,7 +16,7 @@ import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import live.pw.latexview.ui.theme.LatexViewTheme
-import live.pw.pwHtmlLatex.PwHtmlLatex
+import live.pw.renderX.RenderX
class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
@@ -57,7 +57,7 @@ fun ExampleView(modifier: Modifier = Modifier) {
@Composable
fun LatexEquationsExample() {
- PwHtmlLatex(
+ RenderX(
latex = "
LaTeX Equations:
\n" +
"\n" +
" Example 1: Equation 1 \\(e^{i\\pi} + 1 = 0\\)
\n" +
@@ -81,7 +81,7 @@ fun LatexEquationsExample() {
@Composable
fun MathMLEquationExample() {
- PwHtmlLatex(
+ RenderX(
latex = "MathML Equations:
\n" +
"\n" +
" Example 1: Equation 1