Skip to content

Commit

Permalink
changing pdf section headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Ogaz committed Jul 5, 2016
1 parent 8ac4e59 commit 85e6323
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/bash_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Step 1: Removing references to Ureka

Remove all references to ``Ureka`` (``SSB`` , ``SSBX``, ``SSBDEV``) in your shell files. If you have never edited your ``bash`` setup files ``.profile``, or ``.bash*``), you can ignore these for now as we are going to delete them all later on, and just focus on your ``tcsh`` files, these could include: ``.cshrc``, ``.setenv``, or ``.scienv``. You may or may not have some of these files depending on when your machine was set up originally. Accounts created after 2008 may have an additional ``.mysetenv`` file.

If you not sure what to look for, and haven’t edited your shell files before, look for references to ``ssbx``, ``ssbrel`` or ``ssbdev`` and remove those lines. You can use the following listed commands to search for ``Ureka`` dependencies. You may see a return from your ``$HOME/.ureka/.default`` file. This is expected and can be ignored.
If you not sure what to look for, and haven’t edited your shell files before, look for references to ``ssbx``, ``ssbrel`` or ``ssbdev`` and remove those lines. You can use the following listed commands to search for ``Ureka`` dependencies. You may see lines from your ``$HOME/.ureka/.default`` and ``$HOME/.bash_history`` files. This is expected and can be ignored.


**Linux**:
Expand Down Expand Up @@ -74,7 +74,8 @@ Open up a new ``~/.bash_profile`` file. Remember this should be a blank text fi
# File - ~/.bashrc
# Tune your profile…
# Tune your profile… these are example only
# Replace these with desired paths
export PATH="$PATH:$LOCAL_CUSTOM/bin:$PATH"
export MANPATH="$LOCAL_CUSTOM/share/man:$MANPATH"
Expand Down
4 changes: 4 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@
#'figure_align': 'htbp',
}



# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
Expand All @@ -231,6 +233,8 @@
u'Sara Ogaz, Joe Hunkler', 'manual'),
]

latex_toplevel_sectioning = 'section'

# The name of an image file (relative to this directory) to place at the top of
# the title page.
#latex_logo = None
Expand Down

0 comments on commit 85e6323

Please sign in to comment.