A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://stackoverflow.com/questions/79439459/left-aligned-array-in-unordered-list-using-bookdown below:

r - Left-aligned array in unordered list using bookdown

I want a left aligned array in my unorderd list but everything I used doesn't work. I tried it with ..., $$ ... $$, $ ... $, \left[ ... \rigth] and \[ ... \] - for the three dots I putted in the array.

Can you please give me a hint how I can solve this issue? Many thanks in advance!

My code (to render it use bookdown::render_book("C:/YourPath/index.Rmd")):

---
title: "Alignment of array in unordered  list"
output: bookdown::gitbook
---


# First header

  - First point of unordered list
  - 
    \begin{array}{l l l l}
        text_1 &        &           &        \\
               & text_2 &           &        \\
               &        & text_{31} &        \\
               &        & text_{32} &        \\
               &        &           & text_4 \\
    \end{array}

  - Some following points...

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4