101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

490
active users

#apastyle

0 posts0 participants0 posts today

When I write a document in LibreOffice (or any other office suite), it should be possible to pick your desired style guide. Here's a few popular names.
1. The Chicago Manual of Style
2. AP Style
3. APA Manual
4. New Oxford Style Manual
5. MLA Handbook
6. AMA Manual of Style
Do you include spaces around em dashes? Should you rock a serial comma in lists? The style guide you follow should set the grammar check to do the right thing.

Hoping those familiar with #LaTeX can give me some advice here. I've started using it to create my assignments for school. I'm not writing technical papers yet, but I find using LaTeX with #Zotero in #VSCode more #accessible with a #ScreenReader than most other setups I've tried.
Since my discussion posts have to follow #APA style, I’m using LaTeX for those as well as full papers. That part is going well—but I’m running into trouble when I need to actually post what I’ve written.
My school uses Brightspace, which allows discussion posts in either rich text or #HTML. I have #Pandoc installed, so I tried converting my LaTeX source to HTML and pasting the code. But Pandoc didn’t include my references section in the output.
I also tried copying from the PDF, but that stripped all formatting.
Does anyone know how I can get a clean HTML version of my work—with references included—that I can paste into Brightspace?
Here’s the command I’ve been using:
pandoc main.tex \
--bibliography=references. Bib \
--csl=apa.csl \
--standalone \
-o main.html
It creates the HTML file, but the references section is missing.
Any tips?
#Accessibility #AssistiveTech #Pandoc #APAstyle #Brightspace #EdTech #AcademicWriting #InclusiveTech #BlindTech #HigherEd #CitationTools #OpenSource #WritingWorkflow