[cig-commits] [commit] master: Escape underscores so that they can be input into the latex manual without further change. (23519fd)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon May 19 13:32:51 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/3407c2fccc8c98ef3939d3c2d29077b4d899ff4b...ed4caebc0ab942d8c7bc1a6a3ba70e37f93accde

>---------------------------------------------------------------

commit 23519fd89991427d13348a6f3f6d189cf127eacb
Author: Wolfgang Bangerth <bangerth at math.tamu.edu>
Date:   Mon May 19 13:28:33 2014 -0500

    Escape underscores so that they can be input into the latex manual without further change.


>---------------------------------------------------------------

23519fd89991427d13348a6f3f6d189cf127eacb
 source/simulator/parameters.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/simulator/parameters.cc b/source/simulator/parameters.cc
index 97a1f02..c3bff98 100644
--- a/source/simulator/parameters.cc
+++ b/source/simulator/parameters.cc
@@ -54,7 +54,7 @@ namespace aspect
                        "In fact, file names that are do not contain any directory "
                        "information (i.e., only the name of a file such as <myplugin.so> "
                        "will not be found if they are not located in one of the directories "
-                       "listed in the LD_LIBRARY_PATH environment variable. In order "
+                       "listed in the \\texttt{LD\\_LIBRARY\\_PATH} environment variable. In order "
                        "to load a library in the current directory, use <./myplugin.so> "
                        "instead."
                        "\n\n"



More information about the CIG-COMMITS mailing list