# How to display \\bordermatrix in Documenter.jl

**URL:** https://discourse.julialang.org/t/how-to-display-bordermatrix-in-documenter-jl/69345
**Category:** General Usage
**Tags:** documenter, latex
**Created:** [October 7, 2021, 5:51am UTC](https://discourse.julialang.org/t/how-to-display-bordermatrix-in-documenter-jl/69345 "2021-10-07T05:51:47Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hytonwons](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/hytonwons/32/8787_2.png) [@hytonwons](https://discourse.julialang.org/u/hytonwons)
#### Post date: [October 7, 2021, 5:51am UTC](https://discourse.julialang.org/t/how-to-display-bordermatrix-in-documenter-jl/69345/1 "2021-10-07T05:51:47Z")

</div>

Hi there,

I was following LaTeX syntax in Documenter.jl when I need to display matrices with indices.  
Typically, we would use \bordermatrix in LaTeX, however, it seems not to work in Documenter.jl.

(I also turned to DocumenterLaTeX package for help, but installation error occurs: Unsatisfiable requirements detected for package Documenter)

Any suggestions?
