Search found 12 matches

by Molibdeno
Mon Jul 11, 2022 9:57 pm
Forum: Math & Science
Topic: Engineering symbols
Replies: 0
Views: 2281

Engineering symbols

Is there a package for engineering symbols like this or something similar? Image
by Molibdeno
Wed May 11, 2022 12:48 pm
Forum: Graphics, Figures & Tables
Topic: Text vertical-align broken
Replies: 1
Views: 1566

Text vertical-align broken

My MWE:


\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[full]{textcomp}
\usepackage[greek,italian]{babel}
\usepackage[margin=2cm,top=1cm,headheight=16pt,headsep=0.1in,heightrounded]{geometry}

\usepackage{siunitx}
\sisetup{inter-unit-product = \ensuremath ...
by Molibdeno
Sat Apr 13, 2019 6:16 pm
Forum: Graphics, Figures & Tables
Topic: Figure behaviour
Replies: 3
Views: 2482

Figure behaviour

Solved with the aid of this: https://texfaq.org/FAQ-figurehere
by Molibdeno
Sat Apr 13, 2019 1:26 pm
Forum: Graphics, Figures & Tables
Topic: Figure behaviour
Replies: 3
Views: 2482

Figure behaviour

Put them into the same figure environment. Inform yourself about the placing parameters, you are seeming to use them in a wrong way.
Avoid the flushleft environment around figures. What are you trying to achieve?

\newcommand{\br}{\\ \vspace{8pt}} : This is more than fishy. You are breaking the ...
by Molibdeno
Sat Apr 13, 2019 1:14 pm
Forum: Graphics, Figures & Tables
Topic: Figure behaviour
Replies: 3
Views: 2482

Figure behaviour

This is my article: https://paste.ofcode.org/hVAa43iA6RjwV7edzHCJ7Y

Everything is fine except the last figure, which does not seem to obey the parameters I gave and is positioned in the center of the last page. How should I proceed so that figure is positioned under the first one?

Thanks in advance
by Molibdeno
Sun Apr 01, 2018 9:25 pm
Forum: Math & Science
Topic: chemfig: how to rappresent rocking and scissoring vibration
Replies: 0
Views: 5812

chemfig: how to rappresent rocking and scissoring vibration

Infrared spectroscopy is based on the principle that radiation with a wavelength between 25000 nm and 40000 nm is absorbed by the molecule altering its vibrational movements. There are various ways to alter the molecule vibrations : for example, for water we can have a bond lenght change

https://i ...
by Molibdeno
Fri Mar 09, 2018 7:26 pm
Forum: Articles, Essays, and Journal Templates
Topic: Table of contents self-reference
Replies: 4
Views: 88831

Table of contents self-reference

Awesome! Thank you very much!
by Molibdeno
Fri Mar 09, 2018 10:43 am
Forum: Articles, Essays, and Journal Templates
Topic: Table of contents self-reference
Replies: 4
Views: 88831

Table of contents self-reference

Very well. At the same time, however, I would like it not to be removed from the pdf reader's bookmarks. Is such a thing possible?

Image
by Molibdeno
Thu Mar 08, 2018 11:17 pm
Forum: Articles, Essays, and Journal Templates
Topic: Table of contents self-reference
Replies: 4
Views: 88831

Table of contents self-reference

Hi. There's a way to kick off the self-reference on the table of contents? I mean the link to the toc himself on the output file

\documentclass[oneside]{book}
\usepackage[italian]{babel}
\usepackage[utf8]{inputenc}
\usepackage{lipsum}
\usepackage{graphics} % Packages to allow inclusion of graphics ...
by Molibdeno
Sun Jun 25, 2017 12:12 pm
Forum: Math & Science
Topic: Chemfig: \chemmove proper anchor
Replies: 1
Views: 2955

Chemfig: \chemmove proper anchor

How can I do so that the arrow drawn through the \chemmmove command does not overlay with the C-R' bond?

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage[
a4paper,
margin=15mm,
bindingoffset=2mm,
heightrounded,
]{geometry ...