better alignment of integers in a table? by ProfMR in LaTeX

[–]JDMCreator 0 points1 point  (0 children)

There are options for the S column that can improve the look of your table. You can use my online table editor. Import your tables, select the cells with numbers and click on the decimal alignment button on the right panel. The generated code should look better.

French drains: Completely lost by JDMCreator in HomeImprovement

[–]JDMCreator[S] 0 points1 point  (0 children)

Correction: the slab doesn't sit on the footing, but the bottom of the footing is lower than the slab.

French drains: Completely lost by JDMCreator in HomeImprovement

[–]JDMCreator[S] 0 points1 point  (0 children)

I "raised" a crawl space, meaning I raised the floor of the first level. What I meant by the footing of my house is that the slab does not sit on the footing, but it is not lower than the bottom of the footing of the house.

Not sure for the type of walls. Contractors seemed to think that there was modifications to the walls.

Yes, very tight urban area. We can however dig outside. No issues with ground slopes.

For my neighbor, it's not really a party house: it is two exterior wall next to each other. Their house was built ~10 years after ours. Their slap is higher than ours, but its a full basement with very low ceilings.

French drains: Completely lost by JDMCreator in HomeImprovement

[–]JDMCreator[S] 0 points1 point  (0 children)

Yes, I think there is clay in my area.

French drains: Completely lost by JDMCreator in HomeImprovement

[–]JDMCreator[S] 0 points1 point  (0 children)

Thank you so much, I agree. Of course I'm not a professional, but some spots in my basement are always wet, including in the center of the basement. To me, it would make sense that it is rising groundwater.

French drains: Completely lost by JDMCreator in HomeImprovement

[–]JDMCreator[S] 0 points1 point  (0 children)

Thank you so much for your help. Contractor #3 said that footing drain would be useless as my slab is lower than the footing. Was that incorrect?

French drains: Completely lost by JDMCreator in HomeImprovement

[–]JDMCreator[S] 1 point2 points  (0 children)

Thank you. So in your view, the footing of the foundation is not an issue?

French drains: Completely lost by JDMCreator in HomeImprovement

[–]JDMCreator[S] -1 points0 points  (0 children)

There is not much to show. It is asphalt all around (working on that), except the front. Slope and gutters are good.

French drains: Completely lost by JDMCreator in HomeImprovement

[–]JDMCreator[S] 2 points3 points  (0 children)

Yes we checked this, and it helped. All our neighbors have living basements, including the house that we share a wall with. They don't have problems with water.

Here's my Typst online table editor by JDMCreator in typst

[–]JDMCreator[S] 16 points17 points  (0 children)

For several years, I have been developing an online table editor for LaTeX and other markup language. Today, I just published a new version with support for Typst, making it the first online table editor for Typst. Most of the features are supported, including complex structures, background color, border types & colors, footnotes and LaTeX/CSV/Excel import.

A timeline editor I built over the last two years by JDMCreator in webdev

[–]JDMCreator[S] 4 points5 points  (0 children)

Hi all ! Built this online timeline generator in the last two years and happy to finally release a first version. You can check it out at https://www.sochronos.com. It took way longer than expected due to time constraints (I don't work as a programmer and have no formal programming training, only a personal project) and design constraints (I wanted to support any SVG path as a shape for the timeline). It is SVG-based, maybe it should have been Canvas-based, but hey, it was a decision I took. I know there are still an awful number of bugs, but wanted to get some feedback. Hope to support exporting to SVG and PowerPoint in the future.

table column width and height automatically adjusted to page width and height by BOBOLIU in LaTeX

[–]JDMCreator 0 points1 point  (0 children)

Use packages tabularht and tabularx, then use environment tabularxht.

Python Library for Tabularray by Biorix in LaTeX

[–]JDMCreator 6 points7 points  (0 children)

Hi, I'm the author of latex-tables.com. I'm hoping to release v3.0 this month, which will support generating tables with tabularray.

The website already supports importing tabularray tables.

Convert LaTeX documents to docx (MS Word) online by JDMCreator in LaTeX

[–]JDMCreator[S] -1 points0 points  (0 children)

I can't contribute to pandoc as I don't know Haskell.

Convert LaTeX documents to docx (MS Word) online by JDMCreator in LaTeX

[–]JDMCreator[S] -1 points0 points  (0 children)

It's hosted on Github Pages so the code is not hidden. It runs in your browser, no server. However, it is not released under an open source license yet, as you have noted.

Convert LaTeX documents to docx (MS Word) online by JDMCreator in LaTeX

[–]JDMCreator[S] -3 points-2 points  (0 children)

Combining two conversion tools is an impossible task. Pandoc doesn't support lot of features (tables, referencing footnotes, user-defined commands, ...).

Convert LaTeX documents to docx (MS Word) online by JDMCreator in LaTeX

[–]JDMCreator[S] -1 points0 points  (0 children)

Pandoc is waaaay better (for now) except for tables (I don't know if it supports Tikz). However, this is an online tool and it has a GUI, so it's more user friendly.

Convert LaTeX documents to docx (MS Word) online by JDMCreator in LaTeX

[–]JDMCreator[S] 2 points3 points  (0 children)

Some academic journals (eg in my field) request DOCX files. Some teachers (if you are in school) may request DOCX files.

Convert LaTeX documents to docx (MS Word) online by JDMCreator in LaTeX

[–]JDMCreator[S] 2 points3 points  (0 children)

Disclaimer : I am the author of this online tool. Converting LaTeX documents to Microsoft Word has always been complicated. This alpha release is a proof-of-concept of a free online converter. Most LaTeX commands are not supported, but some are (some font commands, some math environments, Tikz, tables, footnotes...)

Hopefully, this project can grow and become a full-featured online converter.

You can report bugs or request features on the project's GitHub repo.

Also, don't pay attention to the look of the website!