Search found 113 matches

by NELLLY
Thu Dec 21, 2017 6:25 pm
Forum: Math & Science
Topic: Divide polynoms
Replies: 0
Views: 4758

Divide polynoms

Hello
I need to divide polynoms using package polynoms from latex.
Is it possible to move from the frist code to the second one by customizing the polynom package.?
\documentclass[a4paper]{article}

%% Language and font encodings
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage ...
by NELLLY
Mon Jan 02, 2017 1:11 am
Forum: Presentations and Posters
Topic: insert a graphic in a block
Replies: 1
Views: 14798

insert a graphic in a block

Hello,
I need to insert a graphic in a block of my beamer presentation. I used the following code
\documentclass[xcolor={dvipsnames}, 10pt]{beamer}
\usepackage[utf8]{inputenc}
\usepackage{marvosym} %
\usepackage{hyperref} %
\usepackage{transparent} %
\usepackage{ragged2e, siunitx, xcolor ...
by NELLLY
Sun Jul 31, 2016 2:30 pm
Forum: Presentations and Posters
Topic: How to get subsubsections titles at the header box
Replies: 1
Views: 6739

How to get subsubsections titles at the header box

Hello,
which commands should I add to get the subsubsetcions titles in the header box of the beamerpresentation?

\documentclass[xcolor={dvipsnames}]{beamer}
\usepackage[utf8]{inputenc}
\usepackage{marvosym} %
\usepackage{hyperref} %
\usepackage{transparent} %
\usepackage{ragged2e, siunitx ...
by NELLLY
Sun Jul 31, 2016 12:44 am
Forum: Presentations and Posters
Topic: \cline command in a colored table
Replies: 1
Views: 10766

\cline command in a colored table

Hello
I need to insert a colored tab in my beamer presentation. When I use the command \cline{2-3} in the following code, the white line separating the second and third column of the table does'nt appear. I tried also to use instead the command \hhline{~|-||-|} but also it doesn't work. What shoud I ...
by NELLLY
Mon Mar 14, 2016 2:00 pm
Forum: General
Topic: change the name of an appendix chapter in the TOC
Replies: 2
Views: 12342

Re: change the name of an appendix chapter in the TOC

It works perfectly now. Thanks.
by NELLLY
Mon Mar 14, 2016 12:03 am
Forum: General
Topic: change the name of an appendix chapter in the TOC
Replies: 2
Views: 12342

change the name of an appendix chapter in the TOC

Hello, I need to change the word "chapter" y "Appendix" in the appendices. By using the code below I get the customization in the appendices. I need also to get to customize the chapters of the appendices in the table of contents by getting for those chapters the word "Appendix" instead of "Chapter ...
by NELLLY
Sat Mar 05, 2016 5:50 pm
Forum: Math & Science
Topic: missplaced text in a long algorithm
Replies: 1
Views: 2938

missplaced text in a long algorithm

Hello, I have a long algorithm to put in my report. There is a text before the beginning of it. I used the following code

\documentclass{report}
\usepackage{minitoc}
\usepackage{nomencl}
\usepackage{glossaries}
\usepackage[pdftex]{graphicx} % to insert PostScript figures
\usepackage{rotating ...
by NELLLY
Thu Feb 04, 2016 9:41 pm
Forum: Math & Science
Topic: how to get the texts in multiple cases arrays aligned
Replies: 2
Views: 4988

Re: how to get the texts in multiple cases arrays aligned

Excellent solution Stefan. Thanks :D
by NELLLY
Thu Feb 04, 2016 9:09 pm
Forum: Math & Science
Topic: how to get the texts in multiple cases arrays aligned
Replies: 2
Views: 4988

how to get the texts in multiple cases arrays aligned

Hello, I have multiple cases arrays as shown below. I need the right hand part(for...)of each case to be vertically aligned with all the other ones. Is there any effective solution?

\documentclass{article}
\usepackage{amsmath, amssymb}
\usepackage[english]{babel}
\newcommand{\for}{\text{for ...