How to get rid of the extra white space in MS Sharepoint - sharepoint

I am trying to get rid of this extra space between the elements.
Help please!

Related

How do I get the bounding boxes from individual letters using Azure OCR result?

I am using the Azure OCR to analyze some images. For my purposes I would need to know the location of each letter. I have managed to get the bounding boxes around each line so this works perfectly, but now I need to 'zoom in' more, such that I get the bounding box around each letter. The lowest I see in the API is the bounding box property of each Word. Does anyone know how to do this?

Right/center align text using opentype.js

I am using OpenType.js to generate SVG from strings, by default the alignment is set to left, which works most of the time, but occasionally I have some texts that need to be center/right aligned.
I checked the web and there is very little on this subject, so I was wondering if anyone has ever looked into this in the past and can give me a hint on how I can get center/right alignment.
EDIT
I ended up using fabric js to achieve the above.

I want to remove unwanted white border of the images of different sizes

I have several images in folder and I want to crop those images. Images have different white space around and I want to remove that. Basically I want to crop unwanted white portion of the images. Please if someone can help with vba code for that.
I would suggest the use of something like python for cases like this.
Python has many a great library for working with images.
This might be a solution to your problem

Creating a newenvironment that contains nested environments

I have an issue in latex with the equation spacing. The document must be double spaced, but if the equations are double spaced there is too much vertical white space, especially in the matrices and vectors. I found a solution using setspace:
\begin{spacing}{1}
\begin{align}
equation
\end{align}\\[12pt]
\end{spacing}
Where I need to use the \\[12pt] to adjust the spacing, because without it the equation sits right on top of the following text. To simplify matters, I wanted to create a new environment by using:
\newenvironment{myalign}%
{\begin{spacing}{1}\begin{align}}%
{\end{align}\\[12pt]\end{spacing}}
However I keep getting the an error: '\begin{align} ended by \begin{myalign} or similar. I found another post which explains why I get this error, but it is not obvious to me how to solve the problem.
Any help is greatly appreciated.
In this particular instance, replacing \begin{align} and \end{align} with \align and \endalign should work.

Prevent figures/listings from being inserted into specific parts of a LaTeX document

I have a part A in a document with some text and listings/figures in between. The figures and listings are positioned using htb.
Following this part A, there is the bibliography. However a couple of figures do not fit and are therefore are offset to another page, which is fine. But: I do want to limit the offset space to part A and not have the figures be placed within the bibliography text. Also, I don't want to force page of float for all figures (hp positioning or something). A page of floats at the end of part A and before the bibliography would be fine.
So my questions is, is there a way to exclude some parts of a LaTex document from being used for positioning floats that did not fit someplace before?
Maybe I'm missing something, but couldn't you just put a \clearpage right before the bibliography? That forces out all floats that haven't found a place yet.

Resources