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

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon May 19 19:45:52 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/50fd65a345c9a196f6798729f3d853c59303e77a...b8d32926df61ef98792460aa9527d22d182355c0

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

commit 1d5faf6173621f599a8f476bbb829cfca40e8553
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.


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

1d5faf6173621f599a8f476bbb829cfca40e8553
 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