From cb42f7cb6c3160d84d8991c4943e9c8ee366b611 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Tue, 12 Sep 2017 13:05:20 +0200
Subject: [PATCH] latex is not considered by gitlab for interpreting org file

---
 doc/orgmode/chapters/using.org | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/orgmode/chapters/using.org b/doc/orgmode/chapters/using.org
index 3f266ccbe..7cadb1773 100644
--- a/doc/orgmode/chapters/using.org
+++ b/doc/orgmode/chapters/using.org
@@ -758,14 +758,14 @@
        * syrk: rank k operations with A symmetric
        * syr2k: rank 2k with A symmetric
        * trmm: gemm with A triangular
-     * *Triangular solving*
+     * *Triangular solving routines*
        * trsm: computes triangular solve
        * trsmpl: performs the forward substitution step of solving a
          system of linear equations after the tile LU factorization of
          the matrix
        * trsmrv:
        * trtri: computes the inverse of a complex upper or lower triangular matrix A
-     * *$LL^T$ (Cholesky) routines*
+     * *LL' (Cholesky) routines*
        * posv: linear systems solving using Cholesky factorization
        * potrf: Cholesky factorization
        * potri: computes the inverse of a complex Hermitian positive
@@ -778,7 +778,7 @@
        * sytrf: Cholesky decomposition with A symmetric
        * sytrs: linear systems solving using existing Cholesky
          decomposition with A symmetric
-     * *$LU$ routines*
+     * *LU routines*
        * gesv_incpiv: linear systems solving with LU factorization and
          partial pivoting
        * gesv_nopiv: linear systems solving with LU factorization and
@@ -789,7 +789,7 @@
          factorization with partial pivoting
        * getrs_nopiv: linear systems solving using existing LU
          factorization without pivoting
-     * *$QR/LQ$ routines*
+     * *QR/LQ routines*
        * gelqf: LQ factorization
        * gelqf_param: gelqf with hqr
        * gelqs: computes a minimum-norm solution min || A*X - B || using
-- 
GitLab