{naming} is about naming files, document elements, or their underlying {macros}. Use {naming} in addition to other tags specifying what should be named.
4
votes
1answer
63 views
How do I get the table of contents, list of figures and list of tables to have the header I specify
I used \renewcommand\contentsname{\Large{TABLE OF CONTENTS}} (similar for list of figures and list of tables) to obtain headers that were centered at the top of the page, not bold and capitalized. ...
2
votes
1answer
102 views
How to change Contents replace be “Daftar Isi” and References replace “Daftar Pustaka”? [duplicate]
I Have problems about editing a class, you can see this following :
I want to edit a class with the condition :
Contents replace be "Daftar Isi"
References replace "Daftar Pustaka"
And you can ...
3
votes
1answer
68 views
Multiple listings styles
In using the listings package, how can I have a distinct \lstlistingname value for each type of listing.
Lets say my document has C++, R and Pseudo listings, and I would like the \lstlistingname ...
1
vote
1answer
45 views
In the hyperref-pkg, is there a way to (sometimes) use abbreviations; e.g. tab. _vs_ table?
"Manually", both of the following do the trick (as far as I can tell):
\ldots as presented in table~\ref{tab:birds_and_bees} \ldots
\ldots as presented in tab.~\ref{tab:birds_and_bees} \ldots
With ...
3
votes
1answer
63 views
How to Label a Heuristic Proof
I am using \newtheorem{thm}{Theorem}[section] and would like to my article to read Heuristic Proof instead of the standard Proof. I am showing Ito's but not in a rigorous way. Any ideas?
...
7
votes
3answers
99 views
Write “chapter” before list of figures
if I use the \listoffigures command LaTeX creates a new chapter (I'm using the book class), but there is no chapter heading. Is it like it uses \chapter*{List of figures}. Of course this is what we ...
1
vote
1answer
65 views
Change Bibliography name to “References” and add it to TOC [duplicate]
As title suggests. I have the following in my referencing section :
\documentclass[12pt,a4paper]{report}
.
.
.
\bibliographystyle{abbrv}
\bibliography{library}
And it prints :
I would like ...
4
votes
1answer
45 views
How to Change the Title for a Second List of Figures
For my document, I have a List of Figures for the figures contained in the body of the text. This has worked basically according to plan. However, I also need to have a separate List of Figures for ...
1
vote
1answer
45 views
Minted: customise listing name? [duplicate]
How do I customize listing name: Listing 1: thing -- when I use minted? Here's an MWE:
\documentclass{article}
\usepackage{minted}
% \renewcommand{\lstlistingname}{Something} % doens't work!
...
4
votes
1answer
76 views
Naming conventions for macro names that include the package name
Background
Many packages provide commands that have the full name of the package, or an abbreviation, as part of the command name. Sometimes the package name (or abbreviation) is at the beginning of ...
2
votes
1answer
104 views
Changing label name for algorithm
I have this algorithm:
\begin{algorithm}
\captionsetup[algorithm]{name=MegaAlgorithm}
\DontPrintSemicolon
\KwData{$G=(X,U)$ such that $G^{tc}$ is an order.}
\KwResult{$G’=(X,V)$ with $V\subseteq U$ ...
4
votes
2answers
105 views
How to change the caption name in the article class when using babel?
I have used the following lines in my preamble
\usepackage{babel}
\addto\extrasfrench{%
\providecommand{\og}{\leavevmode\flqq~}%
\providecommand{\fg}{\ifdim\lastskip>\z@\unskip\fi~\frqq}%
}
...
1
vote
2answers
130 views
Caption format changing
I want my captions of figures to be formated like this:
1 pav. First Caption
2 pav. Second Caption
Furthermore, I need my captions to be centered.
How can I redefine this?
4
votes
2answers
215 views
Can I change the language the commands are written in to British English?
Hi basically I am a newbie to this software, just getting the hang of the basics but I found that all the commands are in american english. Is there something I can use, download or one of these ...
10
votes
1answer
152 views
What are best practices for package authors to deal with package conflicts?
One occasionally encountered problem with LaTeX is incompatibility between packages. What are best practices for package authors to deal with package conflicts?
For example:
What is the best way to ...
3
votes
1answer
127 views
Customising glossary group titles
I'm using the glossaries package to produce multiple glossaries in the same document and have found it convenient to define my own glossary style.
When makeindex is used the glossary is sub-divided ...
3
votes
1answer
81 views
Changing lstlistoflistings title [closed]
I'm having difficulty getting the list-of-listings section to display the proper title, it simply says "Contents" no matter what sort of changes I make. Here is the command I put in the preamble at a ...
2
votes
1answer
97 views
Multibib & Title of References
I use the multibib package to include more than one bibliographies into my document:
\documentclass[a4paper,10pt,twoside]{article}
\usepackage[resetlabels]{multibib}
\newcites{lit}{Literature}
...
1
vote
1answer
35 views
Change default text of numbered \part [duplicate]
I have a large document with lector notes. And each lector I'm separating by \part. I would like to change the default numbering text from "part" to "Lecture".
Example:
...
3
votes
2answers
97 views
What variable contains the word “Appendix” when a chapter is an appendix?
I've designed a whole new fancy chapter header layout, and have hard coded the word "Chapter" in there before the chapter number. I just realized now that this won't work because I have an appendix ...
3
votes
0answers
79 views
includepdf does not find file with comma
I am already using grffile to ensure that all files are found on the file system (windows 7), but now I have an example where the second file is not found.
\documentclass[]{scrbook} %
\usepackage[%
...
1
vote
0answers
34 views
Appendix not renaming [duplicate]
Possible Duplicate:
How to change the name of document elements like “Figure”, “Contents”, “Bibliography” etc.?
I would like to rename my appendix so that it would be all caps, like other ...
0
votes
0answers
51 views
section titles regionalised [closed]
i have a problem, currently I'm using texlive 2012 and have problem with titles of section - the bibliography.
altholugh i use in my code:
\usepackage[polish]{babel}
\usepackage{csquotes}
...
6
votes
1answer
111 views
Change caption of figure for references
I changed the caption of my figures running the following command (I'm using the babel package):
\addto\captionsngerman{\renewcommand{\figurename}{Abb.}}
If I use \autoref{$LABEL} to reference to ...
1
vote
2answers
142 views
subfigure \autoref
I am trying to redefine the subfigure \autoref, but have not been successful. Below is example code for the figure. I am using the acticle documentclass and the subcaption package.
\begin{figure}[H]
...
0
votes
1answer
154 views
How to change caption from “Figure #:” to “Appendix #:” [duplicate]
Possible Duplicate:
How to change the name of document elements like “Figure”, “Contents”, “Bibliography” etc.?
I was using minipage in LaTeX for my appendices in one of my English ...
3
votes
1answer
135 views
Is there any way to remove the “Theorem” in theorem block titles?
I'm writing a beamer presentation and using the theorem environment in the standard manner:
\begin{theorem}[Subject]
this is text
\end{theorem}
Which creates the textbox with the proper look but my ...
4
votes
1answer
232 views
Modify Algorithm name in French
This is my code:
\usepackage[section]{algorithm}
\usepackage{algorithmic}
\begin{document}
\makeatletter\renewcommand{\ALG@name}{Algorithme}
\renewcommand{\listalgorithmname}{Liste des \ALG@name ...
1
vote
0answers
30 views
Why does the title of Glossary not change? [duplicate]
Possible Duplicate:
How to change the name of document elements like “Figure”, “Contents”, “Bibliography” etc.?
Consider the following MWE (it actually works :P):
...
2
votes
1answer
179 views
babel and \contentsname, how to add extra customization?
This is what I'm trying to do:
\renewcommand{\contentsname}{
\vspace{-8mm}
{\Huge Table of Contents}\vspace{-3mm}
\rule{\linewidth}{0.5mm} \\[-4mm]
}
Using babel, I can get this code to work:
...
46
votes
3answers
1k views
How to change the name of document elements like “Figure”, “Contents”, “Bibliography” etc.?
I'd like to modify the names used to typeset some of my document elements. For example, the caption of figure floats should change from "Figure" to "Fig.", and my \tableofcontents sectioning heading ...
1
vote
0answers
77 views
Change abstractname [duplicate]
Possible Duplicate:
Change caption name of figures
How to change the name of document elements like “Figure”, “Contents”, “Bibliography” etc.?
I'm using the book class in my document and I ...
6
votes
1answer
174 views
algorithmic, arbitrary names for algorithms
The question is advanced version of my previous one.
I need to name algorithms (package algorithmic) with arbitrary names so it appears like:
Algorithm MyAlgo
and \ref{...} will appear like MyAlgo.
...
5
votes
2answers
156 views
Not having “Chapter” appear in chapter names
If, in amsbook, I write something like
\chapter{My great chapter}
it appears in the text as
Chapter 1. My great chapter
I would like to make it appear simply as
1. My great chapter
Anyone have ...
3
votes
2answers
221 views
Change the word “Table” in table captions
I need to have tables with their numbers, just as when I use \caption.
My problem is that when I use the \caption it shows me like this:
Cuadro x.x: this is some table.
The word Cuadro is ...
5
votes
1answer
169 views
How to localize label using algorithm and algorithmic packages
I am writing a paper in Italian and I need to include pseudo code in my latex document so I am currently using the algorithm and algorithmic packages. At the top of every algorithm the label Algorithm ...
4
votes
1answer
284 views
variable for color in latex
I am using beamer for writing my presentation. I was initially using latex+dvipdf, then with the help of other tex.exchange users I recognized that I cannot use transparency in this way. So now I am ...
1
vote
0answers
19 views
Translate the caption label “algorithm” in algorithm2e [duplicate]
Possible Duplicate:
Renaming Algorithm to Heuristic in algorithm2e package
i want to get the caption label "algorithm" translated into my language, so that the caption is like:
Algorithmus ...
9
votes
2answers
165 views
How to create *local* labels/refs in LaTeX?
Concise question:
Is there any way to limit the scope in which a \label is visible to a \ref?
Motivation:
My current goal is to create a rather large document, containing many exercises and their ...
5
votes
1answer
246 views
Include figure (from macro) with underscore in filename
I have a system of where a .tex is generated from a program. The final .tex file has a (simplified) structure like this:
\newcommand{\PlotFrame}[1]{%
\begin{frame}
\frametitle{...}
...
...
...
11
votes
1answer
825 views
Bibliography not in ToC when using biblatex/biber
I just managed to switch from using BibTeX to biblatex with the biber backend. My references now appear how I want. However I have two new issues.
1) How do I change "Bibliography" to references? The ...
9
votes
2answers
3k views
Problem with command \captionsetup from package caption
The following MWE:
\documentclass[11pt]{memoir}
\usepackage{caption}
\captionsetup[table]{
listformat=empty,
tablename=Table,
justification=justified,
...
5
votes
2answers
112 views
Name and background information on this space glyph
Given the following plain TeX snippet and it's output:
hallo werld
{\catcode`\ =12
hallo wereld}
{\tt
hallo wereld}
{\tt\catcode`\ =12
hallo wereld}
The command \catcode`\ =12 changes the ...
2
votes
1answer
846 views
How to change my bibliography title using bibtex and miktex 2.9
I have a problem changing the title of my bibliography using bibtex and miktex 2.9.
I've read varius sources already and tried different things, but the answer that popped up most and should be ...
2
votes
1answer
68 views
Unset caption preface for figure [duplicate]
Possible Duplicate:
Change caption name of figures
I have a caption and it reads
Figure 1: etc....
I would like to replace "Figure" with "Image". I think the answer is similar to my ...
1
vote
1answer
302 views
Chapter style using chaptername and chapter number inside TikZ
I am trying to define my own chapter style for my thesis. I am using memoir, and want to put the part that says e.g. "Chapter 3" or "Appendix C" inside a single TikZ figure. My code so far is the ...
4
votes
3answers
463 views
how to suppress “chapter” in \chapter (while keeping numbering)
Using \chapter I get:
Chapter 1. The meaning of this novel
Chapter 2. The plot of this novel
Chapter 3. The moral of this novel
I want to get instead:
1. The meaning of this novel
2. ...
1
vote
1answer
172 views
Rename sections with ngerman
I am searching for a possibility to rename sections. I am using the ngerman package.
I have tried something similar to http://stackoverflow.com/questions/3125231/how-to-rename-sections-in-latex, with ...
10
votes
1answer
528 views
How to change the word “Proof” in the proof environment?
I want to change the word "Proof" into "Solution". Of course the following works.
\begin{proof}[Solution] \end{proof}
But it's quite cumbersome to add this additional [Solution] every time. Is ...
11
votes
1answer
221 views
Where can I translate the Bergen beamer style?
I would like to use the Bergen theme with orchid color scheme. It works well, but I have "Who?" and "Where?" on my title page - I would like to translate them to my language. How could I do this the ...
