Search found 161 matches
- Thu Mar 04, 2021 6:51 am
- Forum: Graphics, Figures & Tables
- Topic: Plotting 1/x^2 or 1/x^3 tikz Topic is solved
- Replies: 2
- Views: 44
Plotting 1/x^2 or 1/x^3 tikz Topic is solved
Changing the limit value for the red graph from 0.1 or -0.1 to at least 0.2 or -0.2 avoids the "dimension too large" error message and shifting the diagram. \documentclass[12pt]{article} \usepackage[english]{babel} \usepackage{mathtools}% loads amsmath \usepackage{amssymb}% loads amsfonts ...
- Tue Mar 02, 2021 3:53 pm
- Forum: Graphics, Figures & Tables
- Topic: Venn Diagrams and Intersection Points
- Replies: 7
- Views: 246
Venn Diagrams and Intersection Points
Read chapter 62 "Pattern Library".
Use the
Use the
\clip
command also for the node named NC
before the \fill
command within the scope
environment.- Fri Feb 26, 2021 3:54 pm
- Forum: Text Formatting
- Topic: Hyphentation for T8-1
- Replies: 1
- Views: 66
Hyphentation for T8-1
The command \hyphenation has only one t and doesn't take numbers. \documentclass{article} \usepackage[ngerman,english]{babel} \usepackage{parskip} % Enables the use of ngermans language shorthands % in a document with english as the main language. \useshorthands{"} \addto\extrasenglish{\languag...
- Tue Feb 23, 2021 6:45 pm
- Forum: Text Formatting
- Topic: Text alignment
- Replies: 3
- Views: 222
Text alignment
Can you show a
minimal working example?

- Tue Feb 23, 2021 6:43 pm
- Forum: Graphics, Figures & Tables
- Topic: Venn Diagrams and Intersection Points
- Replies: 7
- Views: 246
Venn Diagrams and Intersection Points
If you use
tikz
for the drawing, the intersection points can be calculated. You can use the assigned names or choose them yourself.- Tue Feb 23, 2021 8:50 am
- Forum: Graphics, Figures & Tables
- Topic: I Need help for highlight row an col in matrix
- Replies: 5
- Views: 4509
I Need help for highlight row an col in matrix
Please do not attach your question to an old topic, but start a new one. Since October of last year, several commands from the xparse package have been transferred to the LaTeX kernel. You can find out more in ltnews on the CTAN website. With the help of a command like \NewDocumentCommand you can cr...
- Mon Feb 15, 2021 7:06 pm
- Forum: General
- Topic: Adding "List of Equations" into an existing latex style sty Topic is solved
- Replies: 2
- Views: 216
Adding "List of Equations" into an existing latex style sty Topic is solved
With your approach, the indentation of this list no longer matches the indentation of the other lists if the text entered needs more than one line. The command \newlistof creates, among other things, the command \cftXpresnum (X serves as a placeholder), which can prepend the word to any list entry. ...
- Tue Feb 09, 2021 8:11 pm
- Forum: Text Formatting
- Topic: dot points in the table of contents
- Replies: 1
- Views: 211
dot points in the table of contents
\documentclass[12pt]{report} %\usepackage[utf8]{inputenc}% issue 28 in ltnews \usepackage[english]{babel}% added \usepackage[titles]{tocloft} \usepackage{tocbibind}% added \newlength{\mylength} \renewcommand{\cftchappresnum}{\chaptername~} \renewcommand{\cftchapaftersnum}{:} \settowidth{\mylength}{...
- Sun Feb 07, 2021 7:16 am
- Forum: TeXShop
- Topic: Subsection followed by Subsection giving error
- Replies: 1
- Views: 309
Subsection followed by Subsection giving error
If the alignment of the headings in the attached figure shows the target you want to achieve, then you should remove the center environments. \documentclass{article} \usepackage[left=1.5cm,top=0.7cm,right=1.6cm,bottom=1.2cm,showframe]{geometry} % Provides the ability to customize a list environment....
- Tue Feb 02, 2021 10:43 pm
- Forum: Theses, Books, Title pages
- Topic: No prenote with \cite command possible - Masters/Doctoral Thesis
- Replies: 3
- Views: 232
No prenote with \cite command possible - Masters/Doctoral Thesis
If you don't explain the problems, no one can tell you whether they can be solved. But that could be a reason to start a new topic.