Skip to main content

Questions tagged [customize]

Filter by
Sorted by
Tagged with
0 votes
0 answers
30 views

I am writing a document in amsbook and I am having trouble customizing the table of contents. I would like the table of contents to look like this: Chapter titles should be in bold, including their ...
Number_Pi's user avatar
0 votes
0 answers
27 views

Can anyone guide me a little to start creating the ActiveString \usepackage{?} in the simplest possible way?, where ? is a popup menu with a large list of packages ? that I supose that should do in a ...
Mika Ike's user avatar
  • 4,313
1 vote
1 answer
78 views

I'm using the sim-os-menus package and the IMGViewer environment. With this MWE: \documentclass[10pt]{article} \usepackage{sim-os-menus} \begin{document} \begin{IMGViewer}[Icons=false]{hbox} \...
Sebastiano's user avatar
  • 66.9k
1 vote
2 answers
129 views

I would like to use a "special" font for the title page only (lets say any elegant sans serif font for a novel title page), while using the crimson font for all the document. Currently, all ...
Cham's user avatar
  • 2,674
6 votes
3 answers
267 views

Using optidef package, one can write \documentclass{article} \usepackage{optidef} \begin{document} \begin{mini} {w}{f(w)+ R(w+6x)} {}{} \addConstraint{g(w)}{=0} \addConstraint{n(w)}{= 6} \...
CroCo's user avatar
  • 6,068
2 votes
2 answers
131 views

I would like to change the numbering system of all codes in a large document. Currently, the MWE code below lists all the codes with the chapter number in its title. I would like to remove that ...
Cham's user avatar
  • 2,674
0 votes
1 answer
65 views

I was trying to make the text justified, but I want the width is adjustable and here's my attempt: \documentclass{article} \usepackage{amsmath} \usepackage{amssymb} \usepackage{ragged2} \begin{...
user516076's user avatar
4 votes
4 answers
169 views

\documentclass[twocolumn,10pt]{article} \usepackage[margin=1cm,bmargin=1.4cm]{geometry} % little margins \usepackage{xcolor}% better than color \usepackage{hyperref,bookmark} \usepackage{lipsum} % ...
Dimitrios ANAGNOSTOU's user avatar
0 votes
2 answers
121 views

I'm using a custom solution environment along with the comment package to toggle the display of solutions. I want each solution to automatically end with a symbol (like \blacksquare) without manually ...
Dimitrios ANAGNOSTOU's user avatar
1 vote
1 answer
60 views

I implemented Thai name templates based on Moewe's Ethiopian ones (which don't seem to suffer from the same problem). \documentclass[american]{article} \usepackage[T1]{fontenc} \usepackage{babel} \...
bongbang's user avatar
  • 491
0 votes
0 answers
44 views

I am trying to customize the appearance of section titles in LaTeX. Currently, I have the following code: \titleformat{\section}[hang] {\color{dcolor}\sffamily\large}% {\rlap{\color{dcolor}\rule[-6 pt]...
Deeridear's user avatar
3 votes
1 answer
55 views

I am using the progress package. MWE (from the docs): \documentclass{report} \usepackage[draft,subsubsection]{progress} \begin{document} \chapter{foo} \progress{29} ... \section{bar} \progress{33} ... ...
koppor's user avatar
  • 3,778
1 vote
1 answer
118 views

I've been trying to do the following but failing: Change the default black border colour of the box to a gradient border. Pair Chapter Name with Chapter Number instead of having the Chapter Name ...
Constantina's user avatar
0 votes
1 answer
78 views

I have this problem when I try to customise my chapters/sections : Furthermore, I'd like to center my Part number down here: I use this code for each category : \newlength\rulewp \titleformat{\part}[...
Farid Najar's user avatar
0 votes
1 answer
66 views

How can I make this custom table of contents with tocloft? My question is asking for a tocloft version of "Table of Contents with additional description of entries"
Geremia's user avatar
  • 2,325
0 votes
1 answer
92 views

In the standard article class. How can I add a specific field for copyright notice below the Title, subtitle, author, and date ? The goal would be to have a command like so \copyright{} and that would ...
Louis's user avatar
  • 335
0 votes
1 answer
47 views

I am writing a large document containing many chapters, sections and subsections. Some of the chapters/sections are not yet complete. In order to remind me of incomplete sections, I want to create a ...
Solidification's user avatar
1 vote
1 answer
173 views

I need to create a customizable vertical rule (divider) that behaves like \vrule regarding height calculation within different environments, such as minipages, mdframes, arrays, and tcolorbox boxes. ...
aglobalphenomenon's user avatar
3 votes
2 answers
508 views

I want to create a new simple symbol. Because that symbol will be frequently used in my essay, I hope it can be easily used(also for handwriting). My idea is to add one verticle line on an existing ...
IgnoreMeaning's user avatar
1 vote
2 answers
216 views

Context Hi. I am using \tcolorboxenvironment to customize a theorem enviroment created with thmtools (as explained in pages 22 or 400 of the documentation). This is what I have so far in my preamble: \...
asterisk's user avatar
0 votes
1 answer
485 views

I am using BibLaTeX for my bibliography management and would like to create a custom .bbx file that extends the default predefined style without modifying it. For example, I want to add support for a ...
Foad's user avatar
  • 1,355
2 votes
2 answers
120 views

Consider the code: \documentclass[12pt]{book} \begin{document} \thispagestyle{empty} \LARGE This is a sentence.\footnote{I would like to be able to move this footnote and the footnoterule line ...
DDS's user avatar
  • 11.2k
0 votes
1 answer
90 views

\documentclass{report} \usepackage[dvipsnames]{xcolor} \usepackage[margin=1in]{geometry} \usepackage{afterpage} \usepackage{tikz} \usetikzlibrary{fadings} \usepackage{geometry,tikz} \usetikzlibrary{...
Benjamín Garcés's user avatar
1 vote
1 answer
164 views

In TikZ (used including the package circuitikz), the code \draw (0,0) node[op amp] (OA1) {}; creates an operational amplifier with its standard shape. I would like to customize it, for example adding ...
BowPark's user avatar
  • 1,233
0 votes
0 answers
35 views

I use bibtex to output references, but I want to customize the format of the references. My example code is as follows \documentclass{article} \begin{document} some content... \cite{K} \nocite{*} \...
Tommk's user avatar
  • 31
1 vote
0 answers
51 views

I do have a quite uncommon setting it appears. Running texniccenter on a Windows machine but not being able to install any LaTeX engine, I chose to use WSL (Windows Subsystem for Linux) to run texlive....
ChrA's user avatar
  • 11
1 vote
1 answer
132 views

Consider the MWE: \documentclass[12pt]{article} \usepackage{imakeidx} \makeindex \newcommand\pagedot[1]{#1.} \usepackage{idxlayout} \begin{document} This is a sentence.\index{\textbf{Corresponds to ...
DDS's user avatar
  • 11.2k
0 votes
0 answers
85 views

I'm writing a document using Python code and I want to make it like IDLE style. With minted, we can custom the environment so that each line of code starts with >>>, however, I want >>&...
trequartista's user avatar
  • 1,930
0 votes
1 answer
127 views

I'm using minted to write Python code in my document. I have two question as follows: Can we reduce \begin{minted}{python} \end{minted} into simpler command like \begin{mtpt} \end{mtpt}? In fact I ...
trequartista's user avatar
  • 1,930
1 vote
2 answers
161 views

I'm trying to create custom footnotes for a project, where we need to have the options of using a symbolic footnote, and using a numeric footnote where the text appears inside a box. Using the bigfoot ...
Konstantinos Topaloglou's user avatar
2 votes
2 answers
118 views

So I've been trying to use thmbox to add some interest to my undergrad report, but I didn't like the default style and so I'm trying to adjust it. I've got it mostly how I want, except any maths in ...
spooleey's user avatar
  • 123
1 vote
1 answer
60 views

I want to use an image to numbering sections and subsection in the table of content when working with Beamer. I used the code \defbeamertemplate{subsection in toc}{imageSec}{\small\includegraphics[...
SAKLY's user avatar
  • 603
0 votes
0 answers
36 views

there! I want change the capture of headers on tables and images for another names cause i want wrote other word in other idiom. for example: Table12 -> Tabla12 Image5 -> Imagen5 in "" ...
Jai ivo's user avatar
1 vote
1 answer
258 views

I'm using Koma-script package for the LaTeX document. For customizing section header, I'm using the following code: \documentclass[11pt,a4paper]{scrartcl} \usepackage[margin=1.0in]{geometry} \...
Celestial-Voyage's user avatar
3 votes
1 answer
164 views

I want to create a \pagenumbering style using devanagari alphabets only for \frontmatter. here is an example which I want to create: i -> अ ii -> आ iii -> इ iv -> ई v -> उ vi -> ऊ ...
Love Grover's user avatar
3 votes
1 answer
231 views

When using the changes package, it highlights the changed text and adds a superscript denoting the author id. Is it possible to suppress this superscript? I use different colors for different authors. ...
Nagabhushan S N's user avatar
5 votes
2 answers
3k views

I am planning to use changes package for marking up changes in the latex document. I like to denote new additions in green, modifications in blue and deletions in red. However, changes package uses ...
Nagabhushan S N's user avatar
1 vote
1 answer
335 views

I know this is out of convention and norm but I am typesetting an exam and using points for each question part and subparts seem to consume a lot of space. How do customize it to pts instead of points?...
Toonia's user avatar
  • 1
2 votes
2 answers
361 views

I'm getting lots of "overfull \hbox" warnings during compilation of a large document, and apparently this is caused by the following ToC customization. The compiled PDF output appears to be ...
Cham's user avatar
  • 2,674
3 votes
2 answers
381 views

My document follows a standard sectioning: \documentclass{article} \begin{document} \section{The technical details} \subsection{The frame} \subsubsection{Leveling system}%Model A, Model B \...
Joseph Marie's user avatar
1 vote
2 answers
522 views

I have several issues with the glossaries-extra package that I want to customize. You can find the code and the corresponding output below: I want to make the list of abbreviations like the list of ...
Gamer_0999's user avatar
0 votes
1 answer
58 views

\documentclass[letter,10.5pt]{article} \usepackage[head=0pt,bottom=0.6in,top=0.8in, left=0.5in,right=0.5in, footskip=1cm]{geometry} \usepackage{fancyhdr}\pagestyle{fancy} \fancyhead{} \fancyhead[R]{\...
Samia Rani's user avatar
-1 votes
1 answer
85 views

\documentclass[letter,10.5pt]{article} \usepackage[bottom=0.8in,top=0.8in, left=0.5in,right=0.5in]{geometry} \usepackage{fancyhdr}\pagestyle{fancy} \fancyhead{} \fancyhead[R]{\Large\color{white}Resume}...
Samia Rani's user avatar
0 votes
1 answer
101 views

Im trying to make a customized Table of Content. The section numbering in the document is as follows: Title of section. (Underline, in running text, with the first letter capitalized) In table of ...
Sage Khan's user avatar
2 votes
1 answer
1k views

I'm using the very elegant Boadilla theme and would like to keep its color schemes, but I would like to change the fields it uses. It presents: Author | Presentation title | Date + curr_frame/Total ...
Hilton Fernandes's user avatar
0 votes
0 answers
41 views

I am customizing my table of contents style. The title of TOC should be CONTENTS (underlined and in the center). The headings of TOC have to be CHAPTER SUBJECT and PAGE NO like: I am unable to adjust ...
Sage Khan's user avatar
1 vote
1 answer
347 views

How do I customize date and time display for the compile date and time? I see the datetime2 package gives many predefined options, but what if I want to do something unique? The datetime2 mentions the ...
BrianWilson's user avatar
-1 votes
1 answer
91 views

I want to insert the page number as seen here: that changes in accordance with the chapter (the pages of the chapter have all page numbers inserted in the same position, whereas for the subsequent ...
Wallflower's user avatar
0 votes
1 answer
89 views

I have big figures with long captions. My captions are formatted (using the captions package) and look fine, but I would like to customize it a bit more to also have my short description added in blue ...
ask_ask's user avatar
  • 45
0 votes
1 answer
442 views

I am using beamer with CambridgeUS theme. My problem is that, with the default settings, the title of the presentation, as it appears in the footer, does not fit, but just for a few letters. Below I ...
AlmostSureUser's user avatar