Timeline for writing two matrices in a clear and nice way
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 5 at 16:24 | comment | added | Celdor | They should not collide. What exactly is the error? Packages like tikz-cd load tikz in background so you don't need to load tikz explicitly. Try to remove \usepackage{tikz} or change \usepackage{tikz-cd} to \usetikzlibrary{cd} (tikz-cd package doc.) If you use beamer, read tikz-cd page 14. There is reported a workaround to some common problem when both beamer and tikz-cd are used. | |
| Jan 5 at 15:49 | comment | added | Student | in my document I have already these codes %-----pour faire diagramm------------- \usepackage{tikz-cd} \usetikzlibrary{overlay-beamer-styles} %--------------------------- \usepackage{pifont} %bouni \usepackage{tabularx} %%%%%%%%%%%%bclogo%%%%%%%%%%% \usepackage{soul} \setul{}{1.5pt} \usepackage[tikz]{bclogo} \colorlet{bctitle}{Maroon} \renewcommand\bcStyleTitre[1]{\vskip-0.8em\bfseries\color{bctitle}\ul{#1}\vskip-0.7em} | |
| Jan 5 at 15:44 | comment | added | Student | thanks but copied in my document and it does not complile. May be since I have already \usepackage{tikz-cd} | |
| Jan 5 at 14:55 | history | edited | Celdor | CC BY-SA 4.0 | added 1 character in body |
| Jan 5 at 14:52 | comment | added | Celdor | @Student Np. See my edit. You just need to change the environment and remove \\[6pt] or change it to some extra space s.a. \quad, so that equations do not stick together. I would also recommend to have a look at amsmath package to have an idea about the correct math environment in certain situations. mathtools is another useful package. It is built on amsmath, adds some improvements, and automatically loads amsmath if it's included in code--there is no need to load both. | |
| Jan 5 at 14:46 | history | edited | Celdor | CC BY-SA 4.0 | added 909 characters in body |
| Jan 5 at 13:46 | comment | added | Student | thanks @Celdor. Can I write then in the same equation? Thanks | |
| Jan 5 at 13:32 | history | undeleted | Celdor | ||
| Jan 5 at 13:32 | history | edited | Celdor | CC BY-SA 4.0 | added 1240 characters in body |
| Jan 5 at 11:38 | history | deleted | Celdor | via Vote | |
| Jan 5 at 11:34 | history | edited | Celdor | CC BY-SA 4.0 | big zeros should be typeset in math mode |
| Jan 5 at 11:27 | history | answered | Celdor | CC BY-SA 4.0 |