Questions tagged [mwe]
{mwe} is about the mwe package, which helps in the creation of Minimal Working Examples.
15 questions
2 votes
1 answer
69 views
Spacing and punctuation problems when customizing the list of figures
I am required to modify the appearance of the list of figures and tables so that the indexed elements appear in the form: Figure X.X: Figure caption...... page (and the same with the tables). I'm ...
1 vote
1 answer
74 views
INCLUDE \part IN DOCUMENT, but not in \tableofcontents
I have coded the MWE below, where it gives the desire output, except for table of contents. As i mentioned, In table of contents, i didn't expect the part section to appear in tableofcontents \...
0 votes
1 answer
324 views
different depths for etoc and toc
I am trying to set the depths of toc and etoc to different values, but I can't seem to work it out. The depth of etoc follows that of toc. Here is a MWE: \documentclass[ 10=2pt, % The default ...
0 votes
0 answers
82 views
Why pseudo code and tables don't show in pdf version?
I am writing a research paper using an official template. When I run .tex file, it shows all the text and images, but it does not show tables and pseudo code (Even packages are included). Please have ...
-1 votes
1 answer
229 views
How to change the Title of Bibliography Chapter into UPPERCASE (BIBLIOGRAPHY)?
I want to change the title of Bibliography Chapter into UPPERCASE like BIBLIOGRAPHY. I have tried changing it using \titleformat, \addcontentsline{toc}{chapter}{BIBLIOGRAPHY} and something like that ...
3 votes
1 answer
437 views
Latex pop up error Misplaced \omit. \multispan ->\omit@multispan for Table in Elsevier cas-sc template
\documentclass[a4paper,fleqn]{cas-sc} \usepackage{booktabs, makecell} \usepackage{siunitx} \usepackage{longtable} \begin{document} \begin{table}%[!htbp] \centering \caption{{Week ahead forecasted ...
2 votes
2 answers
584 views
Color an example-image
Is there a simple way to set the color for a (blank) example-image? The naive way doesn't work: \begin{figure} \color{red} \includegraphics[width=\textwidth]{example-image} \color{black} \end{figure} ...
1 vote
0 answers
41 views
`\makeatletter` and `\makeatother` : the difference relationship and usage of [duplicate]
Can a MWE be given showing the difference, relationship and usage of \makeatletter and \makeatother ? The existing answer explain these commands but do not provide a useful MWE which would show the ...
2 votes
1 answer
160 views
What images are generally available for use in MWEs? [duplicate]
In preparing an MWE it is often useful to include some kind of graphic image. In a simple case this can be done via \begin{figure} \centering THIS IS AN IMAGE \caption{An image} \end{figure} But ...
2 votes
1 answer
259 views
The chess example 10-1-12 /LaTeX Graphics Companion/
I'm trying to compile the example10-1-12 from LaTeX Graphics Companion but it gives an error: Command Line: bibtex.exe "chess2" Startup Folder: C:\Users\hynek0\Desktop\TH0dipl This is BibTeX, ...
2 votes
1 answer
437 views
MWEB: Doesn't recognise content of \jobname.bib [closed]
For another issue I have, I want to make a MWEB, but it (LaTeX/TexStudio) fails to recognise the content of the \jobname.bib. I need help to figure out, what is the problem. Here is my code for it: %...
34 votes
1 answer
2k views
MWE: Why are example-image-a.png and example-image-a.jpg of different size?
According to various tools the images example-image-a.png and example-image-a.jpg from the mwe package both have size 400 x 300 pixels. However, the document \documentclass{article} \usepackage{...
3 votes
1 answer
980 views
ConTeXt: Is there a package or functionality similar to the LaTeX mwe package?
I would like to post questions here concerning ConTeXt and graphics. However, I cannot find a minimum working example package for ConTeXt like Martin Scharrer's mwe package for LaTeX. Nothing alike ...
1 vote
1 answer
3k views
Installing mwe package
I am running a version of ubuntu that has TexLive 2009, which apparently does not come with tlmgr, so I have to install packages manually. I have done this before (extract to /usr/share/texmf/tex/...
2 votes
1 answer
504 views
Is example-image-a compatible with DVI mode?
I could not get the expected result when compiling the following with latex-dvips-ps2pdf. The unexpected result is just a single blank page with a page number 1. :-) \documentclass{article} \...